Html Css Color HEX #E16516 Chocolate

📋 copy color: '#E16516'

red 225 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #E16516

Tints of Chocolate #E16516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 64.66%
G = 29.02%
B = 6.32%

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

#E16516 (or 0xE16516) is known color: Chocolate. HEX triplet: E1, 65 and 16. RGB value is (225,101,22). Sum of RGB (Red+Green+Blue) = 225+101+22=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E16516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16516 is #1E9AE9. Grayscale: #818181. Windows color (decimal): -2005738 or 1467873. OLE color: 1467873.

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

Color convert

RGB 225 101 22 -
CMYK 0 0.55 0.90 0.12
HSL 23.35º 0.82% 0.48% -
HSV(B) 23.35º 0.9% 0.88% -
XYZ 35.85 25.37 3.77 -
YUV 129.07 67.58 196.42 -
System Red Green Blue C M Y K H S L
Decimal 225 101 22 0 0.55 0.90 0.12 23.35 0.82 0.48
Hex E1 65 16 0 37 5A C 17 52 30
Octal 341 145 26 0 67 132 14 27 122 60
Binary 11100001 1100101 10110 0 110111 1011010 1100 10111 1010010 110000

Color Harmonies of #E16516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16516

Black with #E16516

Text Example


Text Example

White with #E16516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16516; }

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

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

background-color css

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

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

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

border-color css

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

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

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