Shades of Chocolate #E45F15
Tints of Chocolate #E45F15
RGB
CMYK
RGB Variations
Color information
#E45F15 (or 0xE45F15) is known color: Chocolate. HEX triplet: E4, 5F and 15. RGB value is (228,95,21). Sum of RGB (Red+Green+Blue) = 228+95+21=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F15 is #1BA0EA. Grayscale: #7E7E7E. Windows color (decimal): -1810667 or 1400804. OLE color: 1400804.
HSL color Cylindrical-coordinate representation of color #E45F15: hue angle of 21.45º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E45F15 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.11 |
| HSL | 21.45º | 0.83% | 0.49% | - |
| HSV(B) | 21.45º | 0.91% | 0.89% | - |
| XYZ | 36.22 | 24.73 | 3.57 | - |
| YUV | 126.33 | 68.56 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 21 | 0 | 0.58 | 0.91 | 0.11 | 21.45 | 0.83 | 0.49 |
| Hex | E4 | 5F | 15 | 0 | 3A | 5B | B | 15 | 53 | 31 |
| Octal | 344 | 137 | 25 | 0 | 72 | 133 | 13 | 25 | 123 | 61 |
| Binary | 11100100 | 1011111 | 10101 | 0 | 111010 | 1011011 | 1011 | 10101 | 1010011 | 110001 |
Color Harmonies of #E45F15
Complementary color
Monochromatic Colors of #E45F15
Black with #E45F15
Text Example
Text Example
White with #E45F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F15; }
p { color: rgb(228,95,21); }
H1.HeaderClassName
{
color: #E45F15;
}
.AnyTagClassName
{
color: #E45F15;
}
</style>
background-color css
<style>
a { background-color: #E45F15; }
a { background-color: rgb(228,95,21); }
div.DivClassName
{
background-color: #E45F15;
}
.BgClassName
{
background-color: #E45F15;
}
</style>
border-color css
<style>
span { border-color: #E45F15; }
span { border-color: rgb(228,95,21); }
td.TdClassName
{
border-color: #E45F15;
}
.TagClassName
{
border-color: #E45F15;
}
</style>