Html Css Color HEX #E05E20 Chocolate

📋 copy color: '#E05E20'

red 224 ◦ green 94 ◦ blue 32

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

Shades of Chocolate #E05E20

Tints of Chocolate #E05E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 64%
G = 26.86%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E05E20 (or 0xE05E20) is known color: Chocolate. HEX triplet: E0, 5E and 20. RGB value is (224,94,32). Sum of RGB (Red+Green+Blue) = 224+94+32=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E20 is #1FA1DF. Grayscale: #7E7E7E. Windows color (decimal): -2073056 or 2121440. OLE color: 2121440.

HSL color Cylindrical-coordinate representation of color #E05E20: hue angle of 19.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E05E20 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 94 32 -
CMYK 0 0.58 0.86 0.12
HSL 19.38º 0.76% 0.5% -
HSV(B) 19.38º 0.86% 0.88% -
XYZ 35 23.96 4.15 -
YUV 125.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 224 94 32 0 0.58 0.86 0.12 19.38 0.76 0.5
Hex E0 5E 20 0 3A 56 C 13 4C 32
Octal 340 136 40 0 72 126 14 23 114 62
Binary 11100000 1011110 100000 0 111010 1010110 1100 10011 1001100 110010

Color Harmonies of #E05E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E20

Black with #E05E20

Text Example


Text Example

White with #E05E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E20; }

 p { color: rgb(224,94,32); }

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

background-color css

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

 a { background-color: rgb(224,94,32); }

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

border-color css

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

 span { border-color: rgb(224,94,32); }

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