Shades of Chocolate #E25D1A
Tints of Chocolate #E25D1A
RGB
CMYK
RGB Variations
Color information
#E25D1A (or 0xE25D1A) is known color: Chocolate. HEX triplet: E2, 5D and 1A. RGB value is (226,93,26). Sum of RGB (Red+Green+Blue) = 226+93+26=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D1A is #1DA2E5. Grayscale: #7D7D7D. Windows color (decimal): -1942246 or 1727970. OLE color: 1727970.
HSL color Cylindrical-coordinate representation of color #E25D1A: hue angle of 20.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E25D1A is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 26 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.11 |
| HSL | 20.1º | 0.79% | 0.49% | - |
| HSV(B) | 20.1º | 0.88% | 0.89% | - |
| XYZ | 35.46 | 24.07 | 3.75 | - |
| YUV | 125.13 | 72.06 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 26 | 0 | 0.59 | 0.88 | 0.11 | 20.1 | 0.79 | 0.49 |
| Hex | E2 | 5D | 1A | 0 | 3B | 58 | B | 14 | 4F | 31 |
| Octal | 342 | 135 | 32 | 0 | 73 | 130 | 13 | 24 | 117 | 61 |
| Binary | 11100010 | 1011101 | 11010 | 0 | 111011 | 1011000 | 1011 | 10100 | 1001111 | 110001 |
Color Harmonies of #E25D1A
Complementary color
Monochromatic Colors of #E25D1A
Black with #E25D1A
Text Example
Text Example
White with #E25D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D1A; }
p { color: rgb(226,93,26); }
H1.HeaderClassName
{
color: #E25D1A;
}
.AnyTagClassName
{
color: #E25D1A;
}
</style>
background-color css
<style>
a { background-color: #E25D1A; }
a { background-color: rgb(226,93,26); }
div.DivClassName
{
background-color: #E25D1A;
}
.BgClassName
{
background-color: #E25D1A;
}
</style>
border-color css
<style>
span { border-color: #E25D1A; }
span { border-color: rgb(226,93,26); }
td.TdClassName
{
border-color: #E25D1A;
}
.TagClassName
{
border-color: #E25D1A;
}
</style>