Html Css Color HEX #CE8418 Ochre

📋 copy color: '#CE8418'

red 206 ◦ green 132 ◦ blue 24

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

Shades of Ochre #CE8418

Tints of Ochre #CE8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 56.91%
G = 36.46%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8418 (or 0xCE8418) is known color: Ochre. HEX triplet: CE, 84 and 18. RGB value is (206,132,24). Sum of RGB (Red+Green+Blue) = 206+132+24=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8418 is #317BE7. Grayscale: #8E8E8E. Windows color (decimal): -3242984 or 1606862. OLE color: 1606862.

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

Color convert

RGB 206 132 24 -
CMYK 0 0.36 0.88 0.19
HSL 35.6º 0.79% 0.45% -
HSV(B) 35.6º 0.88% 0.81% -
XYZ 33.87 29.69 4.81 -
YUV 141.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 206 132 24 0 0.36 0.88 0.19 35.6 0.79 0.45
Hex CE 84 18 0 24 58 13 24 4F 2D
Octal 316 204 30 0 44 130 23 44 117 55
Binary 11001110 10000100 11000 0 100100 1011000 10011 100100 1001111 101101

Color Harmonies of #CE8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8418

Black with #CE8418

Text Example


Text Example

White with #CE8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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