Html Css Color HEX #E16120 Chocolate

📋 copy color: '#E16120'

red 225 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #E16120

Tints of Chocolate #E16120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

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

R = 63.56%
G = 27.4%
B = 9.04%

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

#E16120 (or 0xE16120) is known color: Chocolate. HEX triplet: E1, 61 and 20. RGB value is (225,97,32). Sum of RGB (Red+Green+Blue) = 225+97+32=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E16120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16120 is #1E9EDF. Grayscale: #808080. Windows color (decimal): -2006752 or 2122209. OLE color: 2122209.

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

Color convert

RGB 225 97 32 -
CMYK 0 0.57 0.86 0.12
HSL 20.21º 0.76% 0.5% -
HSV(B) 20.21º 0.86% 0.88% -
XYZ 35.59 24.66 4.25 -
YUV 127.86 73.91 197.29 -
System Red Green Blue C M Y K H S L
Decimal 225 97 32 0 0.57 0.86 0.12 20.21 0.76 0.5
Hex E1 61 20 0 39 56 C 14 4C 32
Octal 341 141 40 0 71 126 14 24 114 62
Binary 11100001 1100001 100000 0 111001 1010110 1100 10100 1001100 110010

Color Harmonies of #E16120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16120

Black with #E16120

Text Example


Text Example

White with #E16120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16120; }

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

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

background-color css

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

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

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

border-color css

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

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

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