COLOR #CE6700

HEX: #CE6700
RGB: (206,103,0)

Color info

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

RGB color model

#CE6700 color RGB value is (206,103,0).

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

RGB channels and saturation

R 206 of 255 = 81%
G 103 of 255 = 40%
B 0 of 255 = 0%

206
103
0

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

Portions of RGB colors in percentages

R + G + B =
206 + 103 + 0 = 309 (100%)
R 206 of 309 ~ 66.67%
G 103 of 309 ~ 33.33%
B 0 of 309 ~ 0%

%66.67
%33.33

CMYK color model

#CE6700 color CMYK value is (0,50,100,19).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 100.00%
  • key color value is 19.22%
CMYK:
(0,50,100,19)
C0M50Y100K19 
(0%,50%,100%,19%)
(0.00/0.50/1.00/0.19)	

CMYK percentages

%0
%50
%100
%19.22

Codes

Color #CE6700 in popluar color models

CE6700
RGB2061030
HSL30°100.00%40.39%
HSB/HSV30°100.00%80.78%
CMYK0.00%50.00%100.00%
19.22%

Color #CE6700 in popluar number systems.

HEXCE6700
Decimal2061030
Binary1100111011001110
Octal3161470

Shades and tints

Shades of #CE6700

#CE6700
(206,103,0)
#BC5E00
(188,94,0)
#AA5500
(170,85,0)
#984C00
(152,76,0)
#864300
(134,67,0)
#743A00
(116,58,0)
#623100
(98,49,0)
#502800
(80,40,0)
#3E1F00
(62,31,0)
#2C1600
(44,22,0)
#1A0D00
(26,13,0)
#000000
(0,0,0)

Tints of #CE6700

#CE6700
(206,103,0)
#D27417
(210,116,23)
#D6812E
(214,129,46)
#DA8E45
(218,142,69)
#DE9B5C
(222,155,92)
#E2A873
(226,168,115)
#E6B58A
(230,181,138)
#EAC2A1
(234,194,161)
#EECFB8
(238,207,184)
#F2DCCF
(242,220,207)
#F6E9E6
(246,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE6700; }

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

This text font color is #CE6700.


Background Color

.myBgColor { background-color: #CE6700; }

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

This div background color is #CE6700.


Border color

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

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

This div border color is #CE6700.


Opacity

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

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

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

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

This text has shadow with #CE6700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6700 on black background.


Color preview on white background

This text has color #CE6700 on white background.



Black color preview on #CE6700 background

This text has black color on #CE6700 background.


White color preview on #CE6700 background

This text has white color on #CE6700 background.