Html Css Color HEX #E15E16 Chocolate

📋 copy color: '#E15E16'

red 225 ◦ green 94 ◦ blue 22

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

Shades of Chocolate #E15E16

Tints of Chocolate #E15E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 65.98%
G = 27.57%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E15E16 (or 0xE15E16) is known color: Chocolate. HEX triplet: E1, 5E and 16. RGB value is (225,94,22). Sum of RGB (Red+Green+Blue) = 225+94+22=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15E16 is #1EA1E9. Grayscale: #7D7D7D. Windows color (decimal): -2007530 or 1466081. OLE color: 1466081.

HSL color Cylindrical-coordinate representation of color #E15E16: hue angle of 21.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E15E16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 22 -
CMYK 0 0.58 0.90 0.12
HSL 21.28º 0.82% 0.48% -
HSV(B) 21.28º 0.9% 0.88% -
XYZ 35.2 24.07 3.55 -
YUV 124.96 69.9 199.35 -
System Red Green Blue C M Y K H S L
Decimal 225 94 22 0 0.58 0.90 0.12 21.28 0.82 0.48
Hex E1 5E 16 0 3A 5A C 15 52 30
Octal 341 136 26 0 72 132 14 25 122 60
Binary 11100001 1011110 10110 0 111010 1011010 1100 10101 1010010 110000

Color Harmonies of #E15E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E16

Black with #E15E16

Text Example


Text Example

White with #E15E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E16; }

 p { color: rgb(225,94,22); }

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

background-color css

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

 a { background-color: rgb(225,94,22); }

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

border-color css

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

 span { border-color: rgb(225,94,22); }

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