Html Css Color HEX #E16616 Chocolate

📋 copy color: '#E16616'

red 225 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #E16616

Tints of Chocolate #E16616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 64.47%
G = 29.23%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E16616 (or 0xE16616) is known color: Chocolate. HEX triplet: E1, 66 and 16. RGB value is (225,102,22). Sum of RGB (Red+Green+Blue) = 225+102+22=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E16616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16616 is #1E99E9. Grayscale: #828282. Windows color (decimal): -2005482 or 1468129. OLE color: 1468129.

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

Color convert

RGB 225 102 22 -
CMYK 0 0.55 0.90 0.12
HSL 23.65º 0.82% 0.48% -
HSV(B) 23.65º 0.9% 0.88% -
XYZ 35.95 25.57 3.8 -
YUV 129.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 225 102 22 0 0.55 0.90 0.12 23.65 0.82 0.48
Hex E1 66 16 0 37 5A C 18 52 30
Octal 341 146 26 0 67 132 14 30 122 60
Binary 11100001 1100110 10110 0 110111 1011010 1100 11000 1010010 110000

Color Harmonies of #E16616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16616

Black with #E16616

Text Example


Text Example

White with #E16616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16616; }

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

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

background-color css

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

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

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

border-color css

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

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

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