Html Css Color HEX #E16420 Chocolate

📋 copy color: '#E16420'

red 225 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #E16420

Tints of Chocolate #E16420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 63.03%
G = 28.01%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E16420 (or 0xE16420) is known color: Chocolate. HEX triplet: E1, 64 and 20. RGB value is (225,100,32). Sum of RGB (Red+Green+Blue) = 225+100+32=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E16420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16420 is #1E9BDF. Grayscale: #828282. Windows color (decimal): -2005984 or 2122977. OLE color: 2122977.

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

Color convert

RGB 225 100 32 -
CMYK 0 0.56 0.86 0.12
HSL 21.14º 0.76% 0.5% -
HSV(B) 21.14º 0.86% 0.88% -
XYZ 35.87 25.23 4.35 -
YUV 129.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 225 100 32 0 0.56 0.86 0.12 21.14 0.76 0.5
Hex E1 64 20 0 38 56 C 15 4C 32
Octal 341 144 40 0 70 126 14 25 114 62
Binary 11100001 1100100 100000 0 111000 1010110 1100 10101 1001100 110010

Color Harmonies of #E16420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16420

Black with #E16420

Text Example


Text Example

White with #E16420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16420; }

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

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

background-color css

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

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

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

border-color css

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

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

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