COLOR #CE8E1B

HEX: #CE8E1B
RGB: (206,142,27)

Color info

#CE8E1B contains mainly red color. Web safe color of #CE8E1B is #CC9933 (or #C93).

RGB color model

#CE8E1B color RGB value is (206,142,27).

  • red value is 206;
  • green value is 142;
  • blue value is 27.
RGB:
(206,142,27)
(81%,56%,11%)

RGB channels and saturation

R 206 of 255 = 81%
G 142 of 255 = 56%
B 27 of 255 = 11%

206
142
27

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

Portions of RGB colors in percentages

R + G + B =
206 + 142 + 27 = 375 (100%)
R 206 of 375 ~ 54.93%
G 142 of 375 ~ 37.87%
B 27 of 375 ~ 7.2%

%54.93
%37.87

CMYK color model

#CE8E1B color CMYK value is (0,31,87,19).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 86.89%
  • key color value is 19.22%
CMYK:
(0,31,87,19)
C0M31Y87K19 
(0%,31%,87%,19%)
(0.00/0.31/0.87/0.19)	

CMYK percentages

%0
%31.07
%86.89
%19.22

Codes

Color #CE8E1B in popluar color models

CE8E1B
RGB20614227
HSL39°76.82%45.69%
HSB/HSV39°86.89%80.78%
CMYK0.00%31.07%86.89%
19.22%

Color #CE8E1B in popluar number systems.

HEXCE8E1B
Decimal20614227
Binary110011101000111011011
Octal31621633

Shades and tints

Shades of #CE8E1B

#CE8E1B
(206,142,27)
#BC8219
(188,130,25)
#AA7617
(170,118,23)
#986A15
(152,106,21)
#865E13
(134,94,19)
#745211
(116,82,17)
#62460F
(98,70,15)
#503A0D
(80,58,13)
#3E2E0B
(62,46,11)
#2C2209
(44,34,9)
#1A1607
(26,22,7)
#000000
(0,0,0)

Tints of #CE8E1B

#CE8E1B
(206,142,27)
#D2982F
(210,152,47)
#D6A243
(214,162,67)
#DAAC57
(218,172,87)
#DEB66B
(222,182,107)
#E2C07F
(226,192,127)
#E6CA93
(230,202,147)
#EAD4A7
(234,212,167)
#EEDEBB
(238,222,187)
#F2E8CF
(242,232,207)
#F6F2E3
(246,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8E1B color. Also use rgb(206,142,27) instead hex code.

Text Font Color

.myTextColor { color: #CE8E1B; }

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

This text font color is #CE8E1B.


Background Color

.myBgColor { background-color: #CE8E1B; }

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

This div background color is #CE8E1B.


Border color

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

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

This div border color is #CE8E1B.


Opacity

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

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

Text with #CE8E1B 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 #CE8E1B;}

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

This text has shadow with #CE8E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8E1B on black background.


Color preview on white background

This text has color #CE8E1B on white background.



Black color preview on #CE8E1B background

This text has black color on #CE8E1B background.


White color preview on #CE8E1B background

This text has white color on #CE8E1B background.