Shades of Chocolate #E25D1C
Tints of Chocolate #E25D1C
RGB
CMYK
RGB Variations
Color information
#E25D1C (or 0xE25D1C) is known color: Chocolate. HEX triplet: E2, 5D and 1C. RGB value is (226,93,28). Sum of RGB (Red+Green+Blue) = 226+93+28=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D1C is #1DA2E3. Grayscale: #7D7D7D. Windows color (decimal): -1942244 or 1859042. OLE color: 1859042.
HSL color Cylindrical-coordinate representation of color #E25D1C: hue angle of 19.7º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E25D1C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 28 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.11 |
| HSL | 19.7º | 0.78% | 0.5% | - |
| HSV(B) | 19.7º | 0.88% | 0.89% | - |
| XYZ | 35.49 | 24.08 | 3.88 | - |
| YUV | 125.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 28 | 0 | 0.59 | 0.88 | 0.11 | 19.7 | 0.78 | 0.5 |
| Hex | E2 | 5D | 1C | 0 | 3B | 58 | B | 14 | 4E | 32 |
| Octal | 342 | 135 | 34 | 0 | 73 | 130 | 13 | 24 | 116 | 62 |
| Binary | 11100010 | 1011101 | 11100 | 0 | 111011 | 1011000 | 1011 | 10100 | 1001110 | 110010 |
Color Harmonies of #E25D1C
Complementary color
Monochromatic Colors of #E25D1C
Black with #E25D1C
Text Example
Text Example
White with #E25D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D1C; }
p { color: rgb(226,93,28); }
H1.HeaderClassName
{
color: #E25D1C;
}
.AnyTagClassName
{
color: #E25D1C;
}
</style>
background-color css
<style>
a { background-color: #E25D1C; }
a { background-color: rgb(226,93,28); }
div.DivClassName
{
background-color: #E25D1C;
}
.BgClassName
{
background-color: #E25D1C;
}
</style>
border-color css
<style>
span { border-color: #E25D1C; }
span { border-color: rgb(226,93,28); }
td.TdClassName
{
border-color: #E25D1C;
}
.TagClassName
{
border-color: #E25D1C;
}
</style>