Shades of Chocolate #E25E18
Tints of Chocolate #E25E18
RGB
CMYK
RGB Variations
Color information
#E25E18 (or 0xE25E18) is known color: Chocolate. HEX triplet: E2, 5E and 18. RGB value is (226,94,24). Sum of RGB (Red+Green+Blue) = 226+94+24=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E18 is #1DA1E7. Grayscale: #7D7D7D. Windows color (decimal): -1941992 or 1597154. OLE color: 1597154.
HSL color Cylindrical-coordinate representation of color #E25E18: hue angle of 20.79º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E25E18 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 24 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.11 |
| HSL | 20.79º | 0.81% | 0.49% | - |
| HSV(B) | 20.79º | 0.89% | 0.89% | - |
| XYZ | 35.53 | 24.24 | 3.67 | - |
| YUV | 125.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 24 | 0 | 0.58 | 0.89 | 0.11 | 20.79 | 0.81 | 0.49 |
| Hex | E2 | 5E | 18 | 0 | 3A | 59 | B | 15 | 51 | 31 |
| Octal | 342 | 136 | 30 | 0 | 72 | 131 | 13 | 25 | 121 | 61 |
| Binary | 11100010 | 1011110 | 11000 | 0 | 111010 | 1011001 | 1011 | 10101 | 1010001 | 110001 |
Color Harmonies of #E25E18
Complementary color
Monochromatic Colors of #E25E18
Black with #E25E18
Text Example
Text Example
White with #E25E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E18; }
p { color: rgb(226,94,24); }
H1.HeaderClassName
{
color: #E25E18;
}
.AnyTagClassName
{
color: #E25E18;
}
</style>
background-color css
<style>
a { background-color: #E25E18; }
a { background-color: rgb(226,94,24); }
div.DivClassName
{
background-color: #E25E18;
}
.BgClassName
{
background-color: #E25E18;
}
</style>
border-color css
<style>
span { border-color: #E25E18; }
span { border-color: rgb(226,94,24); }
td.TdClassName
{
border-color: #E25E18;
}
.TagClassName
{
border-color: #E25E18;
}
</style>