Shades of Chocolate #E15D1B
Tints of Chocolate #E15D1B
RGB
CMYK
RGB Variations
Color information
#E15D1B (or 0xE15D1B) is known color: Chocolate. HEX triplet: E1, 5D and 1B. RGB value is (225,93,27). Sum of RGB (Red+Green+Blue) = 225+93+27=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D1B is #1EA2E4. Grayscale: #7D7D7D. Windows color (decimal): -2007781 or 1793505. OLE color: 1793505.
HSL color Cylindrical-coordinate representation of color #E15D1B: hue angle of 20º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E15D1B is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 27 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.12 |
| HSL | 20º | 0.79% | 0.49% | - |
| HSV(B) | 20º | 0.88% | 0.88% | - |
| XYZ | 35.16 | 23.92 | 3.8 | - |
| YUV | 124.94 | 72.73 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 27 | 0 | 0.59 | 0.88 | 0.12 | 20 | 0.79 | 0.49 |
| Hex | E1 | 5D | 1B | 0 | 3B | 58 | C | 14 | 4F | 31 |
| Octal | 341 | 135 | 33 | 0 | 73 | 130 | 14 | 24 | 117 | 61 |
| Binary | 11100001 | 1011101 | 11011 | 0 | 111011 | 1011000 | 1100 | 10100 | 1001111 | 110001 |
Color Harmonies of #E15D1B
Complementary color
Monochromatic Colors of #E15D1B
Black with #E15D1B
Text Example
Text Example
White with #E15D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D1B; }
p { color: rgb(225,93,27); }
H1.HeaderClassName
{
color: #E15D1B;
}
.AnyTagClassName
{
color: #E15D1B;
}
</style>
background-color css
<style>
a { background-color: #E15D1B; }
a { background-color: rgb(225,93,27); }
div.DivClassName
{
background-color: #E15D1B;
}
.BgClassName
{
background-color: #E15D1B;
}
</style>
border-color css
<style>
span { border-color: #E15D1B; }
span { border-color: rgb(225,93,27); }
td.TdClassName
{
border-color: #E15D1B;
}
.TagClassName
{
border-color: #E15D1B;
}
</style>