Html Css Color HEX #E05921 Chocolate

📋 copy color: '#E05921'

red 224 ◦ green 89 ◦ blue 33

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

Shades of Chocolate #E05921

Tints of Chocolate #E05921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

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

R = 64.74%
G = 25.72%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E05921 (or 0xE05921) is known color: Chocolate. HEX triplet: E0, 59 and 21. RGB value is (224,89,33). Sum of RGB (Red+Green+Blue) = 224+89+33=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E05921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05921 is #1FA6DE. Grayscale: #7B7B7B. Windows color (decimal): -2074335 or 2185696. OLE color: 2185696.

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

Color convert

RGB 224 89 33 -
CMYK 0 0.60 0.85 0.12
HSL 17.59º 0.75% 0.5% -
HSV(B) 17.59º 0.85% 0.88% -
XYZ 34.59 23.1 4.07 -
YUV 122.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 224 89 33 0 0.60 0.85 0.12 17.59 0.75 0.5
Hex E0 59 21 0 3C 55 C 12 4B 32
Octal 340 131 41 0 74 125 14 22 113 62
Binary 11100000 1011001 100001 0 111100 1010101 1100 10010 1001011 110010

Color Harmonies of #E05921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05921

Black with #E05921

Text Example


Text Example

White with #E05921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05921; }

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

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

background-color css

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

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

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

border-color css

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

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

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