Html Css Color HEX #E06024 Chocolate

📋 copy color: '#E06024'

red 224 ◦ green 96 ◦ blue 36

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

Shades of Chocolate #E06024

Tints of Chocolate #E06024

RGB

 RED value IS 224 (87.89% from 255) = 62.92%

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 62.92%
G = 26.97%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E06024 (or 0xE06024) is known color: Chocolate. HEX triplet: E0, 60 and 24. RGB value is (224,96,36). Sum of RGB (Red+Green+Blue) = 224+96+36=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E06024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06024 is #1F9FDB. Grayscale: #7F7F7F. Windows color (decimal): -2072540 or 2384096. OLE color: 2384096.

HSL color Cylindrical-coordinate representation of color #E06024: hue angle of 19.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E06024 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 36 -
CMYK 0 0.57 0.84 0.12
HSL 19.15º 0.75% 0.51% -
HSV(B) 19.15º 0.84% 0.88% -
XYZ 35.24 24.34 4.51 -
YUV 127.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 224 96 36 0 0.57 0.84 0.12 19.15 0.75 0.51
Hex E0 60 24 0 39 54 C 13 4B 33
Octal 340 140 44 0 71 124 14 23 113 63
Binary 11100000 1100000 100100 0 111001 1010100 1100 10011 1001011 110011

Color Harmonies of #E06024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06024

Black with #E06024

Text Example


Text Example

White with #E06024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06024; }

 p { color: rgb(224,96,36); }

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

background-color css

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

 a { background-color: rgb(224,96,36); }

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

border-color css

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

 span { border-color: rgb(224,96,36); }

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