Html Css Color HEX #E05E21 Chocolate

📋 copy color: '#E05E21'

red 224 ◦ green 94 ◦ blue 33

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

Shades of Chocolate #E05E21

Tints of Chocolate #E05E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 63.82%
G = 26.78%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E05E21 (or 0xE05E21) is known color: Chocolate. HEX triplet: E0, 5E and 21. RGB value is (224,94,33). Sum of RGB (Red+Green+Blue) = 224+94+33=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E21 is #1FA1DE. Grayscale: #7E7E7E. Windows color (decimal): -2073055 or 2186976. OLE color: 2186976.

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

Color convert

RGB 224 94 33 -
CMYK 0 0.58 0.85 0.12
HSL 19.16º 0.75% 0.5% -
HSV(B) 19.16º 0.85% 0.88% -
XYZ 35.02 23.96 4.22 -
YUV 125.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 224 94 33 0 0.58 0.85 0.12 19.16 0.75 0.5
Hex E0 5E 21 0 3A 55 C 13 4B 32
Octal 340 136 41 0 72 125 14 23 113 62
Binary 11100000 1011110 100001 0 111010 1010101 1100 10011 1001011 110010

Color Harmonies of #E05E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E21

Black with #E05E21

Text Example


Text Example

White with #E05E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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