Html Css Color HEX #E56016 Chocolate

📋 copy color: '#E56016'

red 229 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #E56016

Tints of Chocolate #E56016

RGB

 RED value IS 229 (89.84% from 255) = 65.99%

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 65.99%
G = 27.67%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E56016 (or 0xE56016) is known color: Chocolate. HEX triplet: E5, 60 and 16. RGB value is (229,96,22). Sum of RGB (Red+Green+Blue) = 229+96+22=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E56016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56016 is #1A9FE9. Grayscale: #7F7F7F. Windows color (decimal): -1744874 or 1466597. OLE color: 1466597.

HSL color Cylindrical-coordinate representation of color #E56016: hue angle of 21.45º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E56016 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 22 -
CMYK 0 0.58 0.90 0.10
HSL 21.45º 0.82% 0.49% -
HSV(B) 21.45º 0.9% 0.9% -
XYZ 36.64 25.08 3.67 -
YUV 127.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 229 96 22 0 0.58 0.90 0.10 21.45 0.82 0.49
Hex E5 60 16 0 3A 5A A 15 52 31
Octal 345 140 26 0 72 132 12 25 122 61
Binary 11100101 1100000 10110 0 111010 1011010 1010 10101 1010010 110001

Color Harmonies of #E56016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56016

Black with #E56016

Text Example


Text Example

White with #E56016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56016; }

 p { color: rgb(229,96,22); }

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

background-color css

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

 a { background-color: rgb(229,96,22); }

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

border-color css

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

 span { border-color: rgb(229,96,22); }

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