Html Css Color HEX #E16019 Chocolate

📋 copy color: '#E16019'

red 225 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #E16019

Tints of Chocolate #E16019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 65.03%
G = 27.75%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E16019 (or 0xE16019) is known color: Chocolate. HEX triplet: E1, 60 and 19. RGB value is (225,96,25). Sum of RGB (Red+Green+Blue) = 225+96+25=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E16019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16019 is #1E9FE6. Grayscale: #7E7E7E. Windows color (decimal): -2007015 or 1663201. OLE color: 1663201.

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

Color convert

RGB 225 96 25 -
CMYK 0 0.57 0.89 0.12
HSL 21.3º 0.8% 0.49% -
HSV(B) 21.3º 0.89% 0.88% -
XYZ 35.41 24.44 3.77 -
YUV 126.48 70.74 198.27 -
System Red Green Blue C M Y K H S L
Decimal 225 96 25 0 0.57 0.89 0.12 21.3 0.8 0.49
Hex E1 60 19 0 39 59 C 15 50 31
Octal 341 140 31 0 71 131 14 25 120 61
Binary 11100001 1100000 11001 0 111001 1011001 1100 10101 1010000 110001

Color Harmonies of #E16019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16019

Black with #E16019

Text Example


Text Example

White with #E16019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16019; }

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

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

background-color css

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

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

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

border-color css

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

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

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