Html Css Color HEX #CE7808 Ochre

📋 copy color: '#CE7808'

red 206 ◦ green 120 ◦ blue 8

#CE7808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CE7808

Tints of Ochre #CE7808

RGB

 RED value IS 206 (80.86% from 255) = 61.68%

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 61.68%
G = 35.93%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE7808 (or 0xCE7808) is known color: Ochre. HEX triplet: CE, 78 and 08. RGB value is (206,120,8). Sum of RGB (Red+Green+Blue) = 206+120+8=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7808 is #3187F7. Grayscale: #858585. Windows color (decimal): -3246072 or 555214. OLE color: 555214.

HSL color Cylindrical-coordinate representation of color #CE7808: hue angle of 33.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7808 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 8 -
CMYK 0 0.42 0.96 0.19
HSL 33.94º 0.93% 0.42% -
HSV(B) 33.94º 0.96% 0.81% -
XYZ 32.21 26.57 3.66 -
YUV 132.95 57.49 180.11 -
System Red Green Blue C M Y K H S L
Decimal 206 120 8 0 0.42 0.96 0.19 33.94 0.93 0.42
Hex CE 78 8 0 2A 60 13 22 5D 2A
Octal 316 170 10 0 52 140 23 42 135 52
Binary 11001110 1111000 1000 0 101010 1100000 10011 100010 1011101 101010

Color Harmonies of #CE7808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7808

Black with #CE7808

Text Example


Text Example

White with #CE7808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7808; }

 p { color: rgb(206,120,8); }

 H1.HeaderClassName
 {
   color: #CE7808;
 }
 .AnyTagClassName
 {
   color: #CE7808;
 }
</style>

background-color css

<style>
 a { background-color: #CE7808; }

 a { background-color: rgb(206,120,8); }

 div.DivClassName
 {
   background-color: #CE7808;
 }
 .BgClassName
 {
   background-color: #CE7808;
 }
</style>

border-color css

<style>
 span { border-color: #CE7808; }

 span { border-color: rgb(206,120,8); }

 td.TdClassName
 {
   border-color: #CE7808;
 }
 .TagClassName
 {
   border-color: #CE7808;
 }
</style>