Html Css Color HEX #E16E14 Chocolate

📋 copy color: '#E16E14'

red 225 ◦ green 110 ◦ blue 20

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

Shades of Chocolate #E16E14

Tints of Chocolate #E16E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 63.38%
G = 30.99%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16E14 (or 0xE16E14) is known color: Chocolate. HEX triplet: E1, 6E and 14. RGB value is (225,110,20). Sum of RGB (Red+Green+Blue) = 225+110+20=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16E14 is #1E91EB. Grayscale: #868686. Windows color (decimal): -2003436 or 1339105. OLE color: 1339105.

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

Color convert

RGB 225 110 20 -
CMYK 0 0.51 0.91 0.12
HSL 26.34º 0.84% 0.48% -
HSV(B) 26.34º 0.91% 0.88% -
XYZ 36.75 27.21 3.98 -
YUV 134.13 63.6 192.82 -
System Red Green Blue C M Y K H S L
Decimal 225 110 20 0 0.51 0.91 0.12 26.34 0.84 0.48
Hex E1 6E 14 0 33 5B C 1A 54 30
Octal 341 156 24 0 63 133 14 32 124 60
Binary 11100001 1101110 10100 0 110011 1011011 1100 11010 1010100 110000

Color Harmonies of #E16E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E14

Black with #E16E14

Text Example


Text Example

White with #E16E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E14; }

 p { color: rgb(225,110,20); }

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

background-color css

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

 a { background-color: rgb(225,110,20); }

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

border-color css

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

 span { border-color: rgb(225,110,20); }

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