Html Css Color HEX #CE7508 Ochre

📋 copy color: '#CE7508'

red 206 ◦ green 117 ◦ blue 8

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

Shades of Ochre #CE7508

Tints of Ochre #CE7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

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

R = 62.24%
G = 35.35%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE7508 (or 0xCE7508) is known color: Ochre. HEX triplet: CE, 75 and 08. RGB value is (206,117,8). Sum of RGB (Red+Green+Blue) = 206+117+8=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7508 is #318AF7. Grayscale: #838383. Windows color (decimal): -3246840 or 554446. OLE color: 554446.

HSL color Cylindrical-coordinate representation of color #CE7508: hue angle of 33.03º 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 #CE7508 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 8 -
CMYK 0 0.43 0.96 0.19
HSL 33.03º 0.93% 0.42% -
HSV(B) 33.03º 0.96% 0.81% -
XYZ 31.86 25.86 3.54 -
YUV 131.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 206 117 8 0 0.43 0.96 0.19 33.03 0.93 0.42
Hex CE 75 8 0 2B 60 13 21 5D 2A
Octal 316 165 10 0 53 140 23 41 135 52
Binary 11001110 1110101 1000 0 101011 1100000 10011 100001 1011101 101010

Color Harmonies of #CE7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7508

Black with #CE7508

Text Example


Text Example

White with #CE7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7508; }

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

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

background-color css

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

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

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

border-color css

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

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

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