COLOR #CE970B

HEX: #CE970B
RGB: (206,151,11)

Color info

#CE970B contains mainly red and green colors. Web safe color of #CE970B is #CC9900 (or #C90).

RGB color model

#CE970B color RGB value is (206,151,11).

  • red value is 206;
  • green value is 151;
  • blue value is 11.
RGB:
(206,151,11)
(81%,59%,4%)

RGB channels and saturation

R 206 of 255 = 81%
G 151 of 255 = 59%
B 11 of 255 = 4%

206
151
11

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

Portions of RGB colors in percentages

R + G + B =
206 + 151 + 11 = 368 (100%)
R 206 of 368 ~ 55.98%
G 151 of 368 ~ 41.03%
B 11 of 368 ~ 2.99%

%55.98
%41.03

CMYK color model

#CE970B color CMYK value is (0,27,95,19).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 94.66%
  • key color value is 19.22%
CMYK:
(0,27,95,19)
C0M27Y95K19 
(0%,27%,95%,19%)
(0.00/0.27/0.95/0.19)	

CMYK percentages

%0
%26.7
%94.66
%19.22

Codes

Color #CE970B in popluar color models

CE970B
RGB20615111
HSL43°89.86%42.55%
HSB/HSV43°94.66%80.78%
CMYK0.00%26.70%94.66%
19.22%

Color #CE970B in popluar number systems.

HEXCE970B
Decimal20615111
Binary11001110100101111011
Octal31622713

Shades and tints

Shades of #CE970B

#CE970B
(206,151,11)
#BC8A0A
(188,138,10)
#AA7D09
(170,125,9)
#987008
(152,112,8)
#866307
(134,99,7)
#745606
(116,86,6)
#624905
(98,73,5)
#503C04
(80,60,4)
#3E2F03
(62,47,3)
#2C2202
(44,34,2)
#1A1501
(26,21,1)
#000000
(0,0,0)

Tints of #CE970B

#CE970B
(206,151,11)
#D2A021
(210,160,33)
#D6A937
(214,169,55)
#DAB24D
(218,178,77)
#DEBB63
(222,187,99)
#E2C479
(226,196,121)
#E6CD8F
(230,205,143)
#EAD6A5
(234,214,165)
#EEDFBB
(238,223,187)
#F2E8D1
(242,232,209)
#F6F1E7
(246,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE970B color. Also use rgb(206,151,11) instead hex code.

Text Font Color

.myTextColor { color: #CE970B; }

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

This text font color is #CE970B.


Background Color

.myBgColor { background-color: #CE970B; }

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

This div background color is #CE970B.


Border color

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

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

This div border color is #CE970B.


Opacity

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

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

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

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

This text has shadow with #CE970B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE970B on black background.


Color preview on white background

This text has color #CE970B on white background.



Black color preview on #CE970B background

This text has black color on #CE970B background.


White color preview on #CE970B background

This text has white color on #CE970B background.