Html Css Color HEX #E06124 Chocolate

📋 copy color: '#E06124'

red 224 ◦ green 97 ◦ blue 36

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

Shades of Chocolate #E06124

Tints of Chocolate #E06124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 62.75%
G = 27.17%
B = 10.08%

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

#E06124 (or 0xE06124) is known color: Chocolate. HEX triplet: E0, 61 and 24. RGB value is (224,97,36). Sum of RGB (Red+Green+Blue) = 224+97+36=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E06124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06124 is #1F9EDB. Grayscale: #808080. Windows color (decimal): -2072284 or 2384352. OLE color: 2384352.

HSL color Cylindrical-coordinate representation of color #E06124: hue angle of 19.47º 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 #E06124 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 36 -
CMYK 0 0.57 0.84 0.12
HSL 19.47º 0.75% 0.51% -
HSV(B) 19.47º 0.84% 0.88% -
XYZ 35.33 24.52 4.54 -
YUV 128.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 224 97 36 0 0.57 0.84 0.12 19.47 0.75 0.51
Hex E0 61 24 0 39 54 C 13 4B 33
Octal 340 141 44 0 71 124 14 23 113 63
Binary 11100000 1100001 100100 0 111001 1010100 1100 10011 1001011 110011

Color Harmonies of #E06124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06124

Black with #E06124

Text Example


Text Example

White with #E06124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06124; }

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

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

background-color css

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

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

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

border-color css

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

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

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