COLOR #CE920D

HEX: #CE920D
RGB: (206,146,13)

Color info

#CE920D contains mainly red color. Web safe color of #CE920D is #CC9900 (or #C90).

RGB color model

#CE920D color RGB value is (206,146,13).

  • red value is 206;
  • green value is 146;
  • blue value is 13.
RGB:
(206,146,13)
(81%,57%,5%)

RGB channels and saturation

R 206 of 255 = 81%
G 146 of 255 = 57%
B 13 of 255 = 5%

206
146
13

R + G + B ~ 48%. #CE920D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 146 + 13 = 365 (100%)
R 206 of 365 ~ 56.44%
G 146 of 365 ~ 40%
B 13 of 365 ~ 3.56%

%56.44
%40

CMYK color model

#CE920D color CMYK value is (0,29,94,19).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 93.69%
  • key color value is 19.22%
CMYK:
(0,29,94,19)
C0M29Y94K19 
(0%,29%,94%,19%)
(0.00/0.29/0.94/0.19)	

CMYK percentages

%0
%29.13
%93.69
%19.22

Codes

Color #CE920D in popluar color models

CE920D
RGB20614613
HSL41°88.13%42.94%
HSB/HSV41°93.69%80.78%
CMYK0.00%29.13%93.69%
19.22%

Color #CE920D in popluar number systems.

HEXCE920D
Decimal20614613
Binary11001110100100101101
Octal31622215

Shades and tints

Shades of #CE920D

#CE920D
(206,146,13)
#BC850C
(188,133,12)
#AA780B
(170,120,11)
#986B0A
(152,107,10)
#865E09
(134,94,9)
#745108
(116,81,8)
#624407
(98,68,7)
#503706
(80,55,6)
#3E2A05
(62,42,5)
#2C1D04
(44,29,4)
#1A1003
(26,16,3)
#000000
(0,0,0)

Tints of #CE920D

#CE920D
(206,146,13)
#D29B23
(210,155,35)
#D6A439
(214,164,57)
#DAAD4F
(218,173,79)
#DEB665
(222,182,101)
#E2BF7B
(226,191,123)
#E6C891
(230,200,145)
#EAD1A7
(234,209,167)
#EEDABD
(238,218,189)
#F2E3D3
(242,227,211)
#F6ECE9
(246,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE920D color. Also use rgb(206,146,13) instead hex code.

Text Font Color

.myTextColor { color: #CE920D; }

<p style="color:#CE920D">This sample text font color is #CE920D.</p>

This text font color is #CE920D.


Background Color

.myBgColor { background-color: #CE920D; }

<div style="background-color:#CE920D">Inner text</div>

This div background color is #CE920D.


Border color

.myBorderColor { border: 1px solid #CE920D; }

<div style="border:3px solid #CE920D">Div</div>

This div border color is #CE920D.


Opacity

.myOpacity80 { color: #CE920D; opacity: 0.8; }

<p style="color:#CE920D;opacity:0.8;">80%</p>

Text with #CE920D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CE920D;}

<p style="text-shadow: 3px 3px 1px #CE920D">Text here.</p>

This text has shadow with #CE920D color.

.textShadow {text-shadow: 3px 3px 1px #CE920D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CE920D, 5px 5px 20px red">Text here.</p>

This text has shadow with #CE920D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CE920D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CE920D, Direction=45, Strength=4)">Text</p>

This text has shadow with #CE920D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CE920D;
  -webkit-box-shadow:	1px 1px 3px 2px #CE920D;
  box-shadow:		1px 1px 3px 2px #CE920D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CE920D;
-webkit-box-shadow: 1px 1px 3px 2px #CE920D;
box-shadow:1px 1px 3px 2px #CE920D;">
Div content here</div>
This div box has shadow with color #CE920D.

Preview

Color preview on black background

This text has color #CE920D on black background.


Color preview on white background

This text has color #CE920D on white background.



Black color preview on #CE920D background

This text has black color on #CE920D background.


White color preview on #CE920D background

This text has white color on #CE920D background.