Html Css Color HEX #E16013 Chocolate

📋 copy color: '#E16013'

red 225 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #E16013

Tints of Chocolate #E16013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 66.18%
G = 28.24%
B = 5.59%

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

#E16013 (or 0xE16013) is known color: Chocolate. HEX triplet: E1, 60 and 13. RGB value is (225,96,19). Sum of RGB (Red+Green+Blue) = 225+96+19=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E16013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16013 is #1E9FEC. Grayscale: #7E7E7E. Windows color (decimal): -2007021 or 1269985. OLE color: 1269985.

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

Color convert

RGB 225 96 19 -
CMYK 0 0.57 0.92 0.12
HSL 22.43º 0.84% 0.48% -
HSV(B) 22.43º 0.92% 0.88% -
XYZ 35.35 24.42 3.47 -
YUV 125.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 225 96 19 0 0.57 0.92 0.12 22.43 0.84 0.48
Hex E1 60 13 0 39 5C C 16 54 30
Octal 341 140 23 0 71 134 14 26 124 60
Binary 11100001 1100000 10011 0 111001 1011100 1100 10110 1010100 110000

Color Harmonies of #E16013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16013

Black with #E16013

Text Example


Text Example

White with #E16013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16013; }

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

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

background-color css

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

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

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

border-color css

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

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

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