Html Css Color HEX #CE7024 Ochre

📋 copy color: '#CE7024'

red 206 ◦ green 112 ◦ blue 36

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

Shades of Ochre #CE7024

Tints of Ochre #CE7024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 58.19%
G = 31.64%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7024 (or 0xCE7024) is known color: Ochre. HEX triplet: CE, 70 and 24. RGB value is (206,112,36). Sum of RGB (Red+Green+Blue) = 206+112+36=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7024 is #318FDB. Grayscale: #838383. Windows color (decimal): -3248092 or 2388174. OLE color: 2388174.

HSL color Cylindrical-coordinate representation of color #CE7024: hue angle of 26.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7024 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 36 -
CMYK 0 0.46 0.83 0.19
HSL 26.82º 0.7% 0.47% -
HSV(B) 26.82º 0.83% 0.81% -
XYZ 31.57 24.84 4.8 -
YUV 131.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 206 112 36 0 0.46 0.83 0.19 26.82 0.7 0.47
Hex CE 70 24 0 2E 53 13 1B 46 2F
Octal 316 160 44 0 56 123 23 33 106 57
Binary 11001110 1110000 100100 0 101110 1010011 10011 11011 1000110 101111

Color Harmonies of #CE7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7024

Black with #CE7024

Text Example


Text Example

White with #CE7024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7024; }

 p { color: rgb(206,112,36); }

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

background-color css

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

 a { background-color: rgb(206,112,36); }

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

border-color css

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

 span { border-color: rgb(206,112,36); }

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