Html Css Color HEX #E16D16 Chocolate

📋 copy color: '#E16D16'

red 225 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #E16D16

Tints of Chocolate #E16D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 63.2%
G = 30.62%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E16D16 (or 0xE16D16) is known color: Chocolate. HEX triplet: E1, 6D and 16. RGB value is (225,109,22). Sum of RGB (Red+Green+Blue) = 225+109+22=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D16 is #1E92E9. Grayscale: #868686. Windows color (decimal): -2003690 or 1469921. OLE color: 1469921.

HSL color Cylindrical-coordinate representation of color #E16D16: hue angle of 25.71º 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 #E16D16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 109 22 -
CMYK 0 0.52 0.90 0.12
HSL 25.71º 0.82% 0.48% -
HSV(B) 25.71º 0.9% 0.88% -
XYZ 36.66 27 4.04 -
YUV 133.77 64.93 193.07 -
System Red Green Blue C M Y K H S L
Decimal 225 109 22 0 0.52 0.90 0.12 25.71 0.82 0.48
Hex E1 6D 16 0 34 5A C 1A 52 30
Octal 341 155 26 0 64 132 14 32 122 60
Binary 11100001 1101101 10110 0 110100 1011010 1100 11010 1010010 110000

Color Harmonies of #E16D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D16

Black with #E16D16

Text Example


Text Example

White with #E16D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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