Html Css Color HEX #CE7224 Ochre

📋 copy color: '#CE7224'

red 206 ◦ green 114 ◦ blue 36

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

Shades of Ochre #CE7224

Tints of Ochre #CE7224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 57.87%
G = 32.02%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7224 (or 0xCE7224) is known color: Ochre. HEX triplet: CE, 72 and 24. RGB value is (206,114,36). Sum of RGB (Red+Green+Blue) = 206+114+36=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7224 is #318DDB. Grayscale: #858585. Windows color (decimal): -3247580 or 2388686. OLE color: 2388686.

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

Color convert

RGB 206 114 36 -
CMYK 0 0.45 0.83 0.19
HSL 27.53º 0.7% 0.47% -
HSV(B) 27.53º 0.83% 0.81% -
XYZ 31.79 25.28 4.87 -
YUV 132.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 206 114 36 0 0.45 0.83 0.19 27.53 0.7 0.47
Hex CE 72 24 0 2D 53 13 1C 46 2F
Octal 316 162 44 0 55 123 23 34 106 57
Binary 11001110 1110010 100100 0 101101 1010011 10011 11100 1000110 101111

Color Harmonies of #CE7224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7224

Black with #CE7224

Text Example


Text Example

White with #CE7224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7224; }

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

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

background-color css

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

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

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

border-color css

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

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

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