Html Css Color HEX #E05916 Chocolate

📋 copy color: '#E05916'

red 224 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #E05916

Tints of Chocolate #E05916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 66.87%
G = 26.57%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E05916 (or 0xE05916) is known color: Chocolate. HEX triplet: E0, 59 and 16. RGB value is (224,89,22). Sum of RGB (Red+Green+Blue) = 224+89+22=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E05916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05916 is #1FA6E9. Grayscale: #7A7A7A. Windows color (decimal): -2074346 or 1464800. OLE color: 1464800.

HSL color Cylindrical-coordinate representation of color #E05916: hue angle of 19.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05916 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 22 -
CMYK 0 0.60 0.90 0.12
HSL 19.9º 0.82% 0.48% -
HSV(B) 19.9º 0.9% 0.88% -
XYZ 34.46 23.05 3.39 -
YUV 121.73 71.73 200.95 -
System Red Green Blue C M Y K H S L
Decimal 224 89 22 0 0.60 0.90 0.12 19.9 0.82 0.48
Hex E0 59 16 0 3C 5A C 14 52 30
Octal 340 131 26 0 74 132 14 24 122 60
Binary 11100000 1011001 10110 0 111100 1011010 1100 10100 1010010 110000

Color Harmonies of #E05916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05916

Black with #E05916

Text Example


Text Example

White with #E05916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05916; }

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

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

background-color css

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

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

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

border-color css

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

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

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