Html Css Color HEX #CE7E24 Ochre

📋 copy color: '#CE7E24'

red 206 ◦ green 126 ◦ blue 36

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

Shades of Ochre #CE7E24

Tints of Ochre #CE7E24

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 55.98%
G = 34.24%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7E24 (or 0xCE7E24) is known color: Ochre. HEX triplet: CE, 7E and 24. RGB value is (206,126,36). Sum of RGB (Red+Green+Blue) = 206+126+36=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E24 is #3181DB. Grayscale: #8C8C8C. Windows color (decimal): -3244508 or 2391758. OLE color: 2391758.

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

Color convert

RGB 206 126 36 -
CMYK 0 0.39 0.83 0.19
HSL 31.76º 0.7% 0.47% -
HSV(B) 31.76º 0.83% 0.81% -
XYZ 33.23 28.17 5.36 -
YUV 139.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 206 126 36 0 0.39 0.83 0.19 31.76 0.7 0.47
Hex CE 7E 24 0 27 53 13 20 46 2F
Octal 316 176 44 0 47 123 23 40 106 57
Binary 11001110 1111110 100100 0 100111 1010011 10011 100000 1000110 101111

Color Harmonies of #CE7E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E24

Black with #CE7E24

Text Example


Text Example

White with #CE7E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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