Html Css Color HEX #CE7D24 Ochre

📋 copy color: '#CE7D24'

red 206 ◦ green 125 ◦ blue 36

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

Shades of Ochre #CE7D24

Tints of Ochre #CE7D24

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 56.13%
G = 34.06%
B = 9.81%

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

#CE7D24 (or 0xCE7D24) is known color: Ochre. HEX triplet: CE, 7D and 24. RGB value is (206,125,36). Sum of RGB (Red+Green+Blue) = 206+125+36=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D24 is #3182DB. Grayscale: #8B8B8B. Windows color (decimal): -3244764 or 2391502. OLE color: 2391502.

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

Color convert

RGB 206 125 36 -
CMYK 0 0.39 0.83 0.19
HSL 31.41º 0.7% 0.47% -
HSV(B) 31.41º 0.83% 0.81% -
XYZ 33.11 27.92 5.31 -
YUV 139.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 206 125 36 0 0.39 0.83 0.19 31.41 0.7 0.47
Hex CE 7D 24 0 27 53 13 1F 46 2F
Octal 316 175 44 0 47 123 23 37 106 57
Binary 11001110 1111101 100100 0 100111 1010011 10011 11111 1000110 101111

Color Harmonies of #CE7D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D24

Black with #CE7D24

Text Example


Text Example

White with #CE7D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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