Html Css Color HEX #CE8718 Ochre

📋 copy color: '#CE8718'

red 206 ◦ green 135 ◦ blue 24

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

Shades of Ochre #CE8718

Tints of Ochre #CE8718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 56.44%
G = 36.99%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8718 (or 0xCE8718) is known color: Ochre. HEX triplet: CE, 87 and 18. RGB value is (206,135,24). Sum of RGB (Red+Green+Blue) = 206+135+24=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8718 is #3178E7. Grayscale: #909090. Windows color (decimal): -3242216 or 1607630. OLE color: 1607630.

HSL color Cylindrical-coordinate representation of color #CE8718: hue angle of 36.59º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE8718 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 24 -
CMYK 0 0.34 0.88 0.19
HSL 36.59º 0.79% 0.45% -
HSV(B) 36.59º 0.88% 0.81% -
XYZ 34.28 30.52 4.95 -
YUV 143.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 206 135 24 0 0.34 0.88 0.19 36.59 0.79 0.45
Hex CE 87 18 0 22 58 13 25 4F 2D
Octal 316 207 30 0 42 130 23 45 117 55
Binary 11001110 10000111 11000 0 100010 1011000 10011 100101 1001111 101101

Color Harmonies of #CE8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8718

Black with #CE8718

Text Example


Text Example

White with #CE8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8718; }

 p { color: rgb(206,135,24); }

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

background-color css

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

 a { background-color: rgb(206,135,24); }

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

border-color css

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

 span { border-color: rgb(206,135,24); }

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