Shades of Persimmon #E24400
Tints of Persimmon #E24400
RGB
CMYK
RGB Variations
Color information
#E24400 (or 0xE24400) is known color: Persimmon. HEX triplet: E2, 44 and 00. RGB value is (226,68,0). Sum of RGB (Red+Green+Blue) = 226+68+0=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E24400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24400 is #1DBBFF. Grayscale: #6B6B6B. Windows color (decimal): -1948672 or 17634. OLE color: 17634.
HSL color Cylindrical-coordinate representation of color #E24400: hue angle of 18.05º 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 #E24400 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.11 |
| HSL | 18.05º | 1% | 0.44% | - |
| HSV(B) | 18.05º | 1% | 0.89% | - |
| XYZ | 33.43 | 20.3 | 2.16 | - |
| YUV | 107.49 | 67.35 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 0 | 0 | 0.70 | 1 | 0.11 | 18.05 | 1 | 0.44 |
| Hex | E2 | 44 | 0 | 0 | 46 | 64 | B | 12 | 64 | 2C |
| Octal | 342 | 104 | 0 | 0 | 106 | 144 | 13 | 22 | 144 | 54 |
| Binary | 11100010 | 1000100 | 0 | 0 | 1000110 | 1100100 | 1011 | 10010 | 1100100 | 101100 |
Color Harmonies of #E24400
Complementary color
Monochromatic Colors of #E24400
Black with #E24400
Text Example
Text Example
White with #E24400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24400; }
p { color: rgb(226,68,0); }
H1.HeaderClassName
{
color: #E24400;
}
.AnyTagClassName
{
color: #E24400;
}
</style>
background-color css
<style>
a { background-color: #E24400; }
a { background-color: rgb(226,68,0); }
div.DivClassName
{
background-color: #E24400;
}
.BgClassName
{
background-color: #E24400;
}
</style>
border-color css
<style>
span { border-color: #E24400; }
span { border-color: rgb(226,68,0); }
td.TdClassName
{
border-color: #E24400;
}
.TagClassName
{
border-color: #E24400;
}
</style>