Shades of Chocolate #E16319
Tints of Chocolate #E16319
RGB
CMYK
RGB Variations
Color information
#E16319 (or 0xE16319) is known color: Chocolate. HEX triplet: E1, 63 and 19. RGB value is (225,99,25). Sum of RGB (Red+Green+Blue) = 225+99+25=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E16319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16319 is #1E9CE6. Grayscale: #808080. Windows color (decimal): -2006247 or 1663969. OLE color: 1663969.
HSL color Cylindrical-coordinate representation of color #E16319: hue angle of 22.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E16319 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.12 |
| HSL | 22.2º | 0.8% | 0.49% | - |
| HSV(B) | 22.2º | 0.89% | 0.88% | - |
| XYZ | 35.69 | 25 | 3.86 | - |
| YUV | 128.24 | 69.74 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 25 | 0 | 0.56 | 0.89 | 0.12 | 22.2 | 0.8 | 0.49 |
| Hex | E1 | 63 | 19 | 0 | 38 | 59 | C | 16 | 50 | 31 |
| Octal | 341 | 143 | 31 | 0 | 70 | 131 | 14 | 26 | 120 | 61 |
| Binary | 11100001 | 1100011 | 11001 | 0 | 111000 | 1011001 | 1100 | 10110 | 1010000 | 110001 |
Color Harmonies of #E16319
Complementary color
Monochromatic Colors of #E16319
Black with #E16319
Text Example
Text Example
White with #E16319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16319; }
p { color: rgb(225,99,25); }
H1.HeaderClassName
{
color: #E16319;
}
.AnyTagClassName
{
color: #E16319;
}
</style>
background-color css
<style>
a { background-color: #E16319; }
a { background-color: rgb(225,99,25); }
div.DivClassName
{
background-color: #E16319;
}
.BgClassName
{
background-color: #E16319;
}
</style>
border-color css
<style>
span { border-color: #E16319; }
span { border-color: rgb(225,99,25); }
td.TdClassName
{
border-color: #E16319;
}
.TagClassName
{
border-color: #E16319;
}
</style>