COLOR #CE9A30

HEX: #CE9A30
RGB: (206,154,48)

Color info

#CE9A30 contains mainly red and green colors. Web safe color of #CE9A30 is #CC9933 (or #C93).

RGB color model

#CE9A30 color RGB value is (206,154,48).

  • red value is 206;
  • green value is 154;
  • blue value is 48.
RGB:
(206,154,48)
(81%,60%,19%)

RGB channels and saturation

R 206 of 255 = 81%
G 154 of 255 = 60%
B 48 of 255 = 19%

206
154
48

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

Portions of RGB colors in percentages

R + G + B =
206 + 154 + 48 = 408 (100%)
R 206 of 408 ~ 50.49%
G 154 of 408 ~ 37.75%
B 48 of 408 ~ 11.76%

%50.49
%37.75
%11.76

CMYK color model

#CE9A30 color CMYK value is (0,25,77,19).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 76.70%
  • key color value is 19.22%
CMYK:
(0,25,77,19)
C0M25Y77K19 
(0%,25%,77%,19%)
(0.00/0.25/0.77/0.19)	

CMYK percentages

%0
%25.24
%76.7
%19.22

Codes

Color #CE9A30 in popluar color models

CE9A30
RGB20615448
HSL40°62.20%49.80%
HSB/HSV40°76.70%80.78%
CMYK0.00%25.24%76.70%
19.22%

Color #CE9A30 in popluar number systems.

HEXCE9A30
Decimal20615448
Binary1100111010011010110000
Octal31623260

Shades and tints

Shades of #CE9A30

#CE9A30
(206,154,48)
#BC8C2C
(188,140,44)
#AA7E28
(170,126,40)
#987024
(152,112,36)
#866220
(134,98,32)
#74541C
(116,84,28)
#624618
(98,70,24)
#503814
(80,56,20)
#3E2A10
(62,42,16)
#2C1C0C
(44,28,12)
#1A0E08
(26,14,8)
#000000
(0,0,0)

Tints of #CE9A30

#CE9A30
(206,154,48)
#D2A342
(210,163,66)
#D6AC54
(214,172,84)
#DAB566
(218,181,102)
#DEBE78
(222,190,120)
#E2C78A
(226,199,138)
#E6D09C
(230,208,156)
#EAD9AE
(234,217,174)
#EEE2C0
(238,226,192)
#F2EBD2
(242,235,210)
#F6F4E4
(246,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9A30 color. Also use rgb(206,154,48) instead hex code.

Text Font Color

.myTextColor { color: #CE9A30; }

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

This text font color is #CE9A30.


Background Color

.myBgColor { background-color: #CE9A30; }

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

This div background color is #CE9A30.


Border color

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

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

This div border color is #CE9A30.


Opacity

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

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

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

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

This text has shadow with #CE9A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9A30 on black background.


Color preview on white background

This text has color #CE9A30 on white background.



Black color preview on #CE9A30 background

This text has black color on #CE9A30 background.


White color preview on #CE9A30 background

This text has white color on #CE9A30 background.