Html Css Color HEX #E16020 Chocolate

📋 copy color: '#E16020'

red 225 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #E16020

Tints of Chocolate #E16020

RGB

 RED value IS 225 (88.28% from 255) = 63.74%

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

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

R = 63.74%
G = 27.2%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E16020 (or 0xE16020) is known color: Chocolate. HEX triplet: E1, 60 and 20. RGB value is (225,96,32). Sum of RGB (Red+Green+Blue) = 225+96+32=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E16020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16020 is #1E9FDF. Grayscale: #7F7F7F. Windows color (decimal): -2007008 or 2121953. OLE color: 2121953.

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

Color convert

RGB 225 96 32 -
CMYK 0 0.57 0.86 0.12
HSL 19.9º 0.76% 0.5% -
HSV(B) 19.9º 0.86% 0.88% -
XYZ 35.49 24.48 4.22 -
YUV 127.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 225 96 32 0 0.57 0.86 0.12 19.9 0.76 0.5
Hex E1 60 20 0 39 56 C 14 4C 32
Octal 341 140 40 0 71 126 14 24 114 62
Binary 11100001 1100000 100000 0 111001 1010110 1100 10100 1001100 110010

Color Harmonies of #E16020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16020

Black with #E16020

Text Example


Text Example

White with #E16020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16020; }

 p { color: rgb(225,96,32); }

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

background-color css

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

 a { background-color: rgb(225,96,32); }

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

border-color css

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

 span { border-color: rgb(225,96,32); }

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