Html Css Color HEX #E16A11 Chocolate

📋 copy color: '#E16A11'

red 225 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #E16A11

Tints of Chocolate #E16A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

 BLUE value IS 17 (7.03% from 255) = 4.89%

R = 64.66%
G = 30.46%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E16A11 (or 0xE16A11) is known color: Chocolate. HEX triplet: E1, 6A and 11. RGB value is (225,106,17). Sum of RGB (Red+Green+Blue) = 225+106+17=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16A11 is #1E95EE. Grayscale: #838383. Windows color (decimal): -2004463 or 1141473. OLE color: 1141473.

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

Color convert

RGB 225 106 17 -
CMYK 0 0.53 0.92 0.12
HSL 25.67º 0.86% 0.47% -
HSV(B) 25.67º 0.92% 0.88% -
XYZ 36.31 26.36 3.7 -
YUV 131.44 63.42 194.74 -
System Red Green Blue C M Y K H S L
Decimal 225 106 17 0 0.53 0.92 0.12 25.67 0.86 0.47
Hex E1 6A 11 0 35 5C C 1A 56 2F
Octal 341 152 21 0 65 134 14 32 126 57
Binary 11100001 1101010 10001 0 110101 1011100 1100 11010 1010110 101111

Color Harmonies of #E16A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A11

Black with #E16A11

Text Example


Text Example

White with #E16A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A11; }

 p { color: rgb(225,106,17); }

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

background-color css

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

 a { background-color: rgb(225,106,17); }

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

border-color css

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

 span { border-color: rgb(225,106,17); }

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