Shades of Persimmon #E24500
Tints of Persimmon #E24500
RGB
CMYK
RGB Variations
Color information
#E24500 (or 0xE24500) is known color: Persimmon. HEX triplet: E2, 45 and 00. RGB value is (226,69,0). Sum of RGB (Red+Green+Blue) = 226+69+0=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E24500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24500 is #1DBAFF. Grayscale: #6C6C6C. Windows color (decimal): -1948416 or 17890. OLE color: 17890.
HSL color Cylindrical-coordinate representation of color #E24500: hue angle of 18.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E24500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.11 |
| HSL | 18.32º | 1% | 0.44% | - |
| HSV(B) | 18.32º | 1% | 0.89% | - |
| XYZ | 33.49 | 20.43 | 2.18 | - |
| YUV | 108.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 0 | 0 | 0.69 | 1 | 0.11 | 18.32 | 1 | 0.44 |
| Hex | E2 | 45 | 0 | 0 | 45 | 64 | B | 12 | 64 | 2C |
| Octal | 342 | 105 | 0 | 0 | 105 | 144 | 13 | 22 | 144 | 54 |
| Binary | 11100010 | 1000101 | 0 | 0 | 1000101 | 1100100 | 1011 | 10010 | 1100100 | 101100 |
Color Harmonies of #E24500
Complementary color
Monochromatic Colors of #E24500
Black with #E24500
Text Example
Text Example
White with #E24500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24500; }
p { color: rgb(226,69,0); }
H1.HeaderClassName
{
color: #E24500;
}
.AnyTagClassName
{
color: #E24500;
}
</style>
background-color css
<style>
a { background-color: #E24500; }
a { background-color: rgb(226,69,0); }
div.DivClassName
{
background-color: #E24500;
}
.BgClassName
{
background-color: #E24500;
}
</style>
border-color css
<style>
span { border-color: #E24500; }
span { border-color: rgb(226,69,0); }
td.TdClassName
{
border-color: #E24500;
}
.TagClassName
{
border-color: #E24500;
}
</style>