Shades of Chocolate #E15D14
Tints of Chocolate #E15D14
RGB
CMYK
RGB Variations
Color information
#E15D14 (or 0xE15D14) is known color: Chocolate. HEX triplet: E1, 5D and 14. RGB value is (225,93,20). Sum of RGB (Red+Green+Blue) = 225+93+20=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D14 is #1EA2EB. Grayscale: #7C7C7C. Windows color (decimal): -2007788 or 1334753. OLE color: 1334753.
HSL color Cylindrical-coordinate representation of color #E15D14: hue angle of 21.37º 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 #E15D14 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.12 |
| HSL | 21.37º | 0.84% | 0.48% | - |
| HSV(B) | 21.37º | 0.91% | 0.88% | - |
| XYZ | 35.09 | 23.89 | 3.42 | - |
| YUV | 124.15 | 69.23 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 20 | 0 | 0.59 | 0.91 | 0.12 | 21.37 | 0.84 | 0.48 |
| Hex | E1 | 5D | 14 | 0 | 3B | 5B | C | 15 | 54 | 30 |
| Octal | 341 | 135 | 24 | 0 | 73 | 133 | 14 | 25 | 124 | 60 |
| Binary | 11100001 | 1011101 | 10100 | 0 | 111011 | 1011011 | 1100 | 10101 | 1010100 | 110000 |
Color Harmonies of #E15D14
Complementary color
Monochromatic Colors of #E15D14
Black with #E15D14
Text Example
Text Example
White with #E15D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D14; }
p { color: rgb(225,93,20); }
H1.HeaderClassName
{
color: #E15D14;
}
.AnyTagClassName
{
color: #E15D14;
}
</style>
background-color css
<style>
a { background-color: #E15D14; }
a { background-color: rgb(225,93,20); }
div.DivClassName
{
background-color: #E15D14;
}
.BgClassName
{
background-color: #E15D14;
}
</style>
border-color css
<style>
span { border-color: #E15D14; }
span { border-color: rgb(225,93,20); }
td.TdClassName
{
border-color: #E15D14;
}
.TagClassName
{
border-color: #E15D14;
}
</style>