COLOR #CE7B00

HEX: #CE7B00
RGB: (206,123,0)

Color info

#CE7B00 contains mainly red color. Web safe color of #CE7B00 is #CC6600 (or #C60).

RGB color model

#CE7B00 color RGB value is (206,123,0).

  • red value is 206;
  • green value is 123;
  • blue value is 0.
RGB:
(206,123,0)
(81%,48%,0%)

RGB channels and saturation

R 206 of 255 = 81%
G 123 of 255 = 48%
B 0 of 255 = 0%

206
123
0

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

Portions of RGB colors in percentages

R + G + B =
206 + 123 + 0 = 329 (100%)
R 206 of 329 ~ 62.61%
G 123 of 329 ~ 37.39%
B 0 of 329 ~ 0%

%62.61
%37.39

CMYK color model

#CE7B00 color CMYK value is (0,40,100,19).

  • cyan value is 0.00%
  • magenta value is 40.29%
  • yellow value is 100.00%
  • key color value is 19.22%
CMYK:
(0,40,100,19)
C0M40Y100K19 
(0%,40%,100%,19%)
(0.00/0.40/1.00/0.19)	

CMYK percentages

%0
%40.29
%100
%19.22

Codes

Color #CE7B00 in popluar color models

CE7B00
RGB2061230
HSL36°100.00%40.39%
HSB/HSV36°100.00%80.78%
CMYK0.00%40.29%100.00%
19.22%

Color #CE7B00 in popluar number systems.

HEXCE7B00
Decimal2061230
Binary1100111011110110
Octal3161730

Shades and tints

Shades of #CE7B00

#CE7B00
(206,123,0)
#BC7000
(188,112,0)
#AA6500
(170,101,0)
#985A00
(152,90,0)
#864F00
(134,79,0)
#744400
(116,68,0)
#623900
(98,57,0)
#502E00
(80,46,0)
#3E2300
(62,35,0)
#2C1800
(44,24,0)
#1A0D00
(26,13,0)
#000000
(0,0,0)

Tints of #CE7B00

#CE7B00
(206,123,0)
#D28717
(210,135,23)
#D6932E
(214,147,46)
#DA9F45
(218,159,69)
#DEAB5C
(222,171,92)
#E2B773
(226,183,115)
#E6C38A
(230,195,138)
#EACFA1
(234,207,161)
#EEDBB8
(238,219,184)
#F2E7CF
(242,231,207)
#F6F3E6
(246,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7B00 color. Also use rgb(206,123,0) instead hex code.

Text Font Color

.myTextColor { color: #CE7B00; }

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

This text font color is #CE7B00.


Background Color

.myBgColor { background-color: #CE7B00; }

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

This div background color is #CE7B00.


Border color

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

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

This div border color is #CE7B00.


Opacity

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

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

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

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

This text has shadow with #CE7B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7B00 on black background.


Color preview on white background

This text has color #CE7B00 on white background.



Black color preview on #CE7B00 background

This text has black color on #CE7B00 background.


White color preview on #CE7B00 background

This text has white color on #CE7B00 background.