Html Css Color HEX #E16112 Chocolate

📋 copy color: '#E16112'

red 225 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #E16112

Tints of Chocolate #E16112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 66.18%
G = 28.53%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E16112 (or 0xE16112) is known color: Chocolate. HEX triplet: E1, 61 and 12. RGB value is (225,97,18). Sum of RGB (Red+Green+Blue) = 225+97+18=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E16112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16112 is #1E9EED. Grayscale: #7E7E7E. Windows color (decimal): -2006766 or 1204705. OLE color: 1204705.

HSL color Cylindrical-coordinate representation of color #E16112: hue angle of 22.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E16112 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 18 -
CMYK 0 0.57 0.92 0.12
HSL 22.9º 0.85% 0.48% -
HSV(B) 22.9º 0.92% 0.88% -
XYZ 35.44 24.6 3.45 -
YUV 126.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 225 97 18 0 0.57 0.92 0.12 22.9 0.85 0.48
Hex E1 61 12 0 39 5C C 17 55 30
Octal 341 141 22 0 71 134 14 27 125 60
Binary 11100001 1100001 10010 0 111001 1011100 1100 10111 1010101 110000

Color Harmonies of #E16112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16112

Black with #E16112

Text Example


Text Example

White with #E16112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16112; }

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

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

background-color css

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

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

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

border-color css

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

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

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