Shades of Persimmon #E24D05
Tints of Persimmon #E24D05
RGB
CMYK
RGB Variations
Color information
#E24D05 (or 0xE24D05) is known color: Persimmon. HEX triplet: E2, 4D and 05. RGB value is (226,77,5). Sum of RGB (Red+Green+Blue) = 226+77+5=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24D05 is #1DB2FA. Grayscale: #717171. Windows color (decimal): -1946363 or 347618. OLE color: 347618.
HSL color Cylindrical-coordinate representation of color #E24D05: hue angle of 19.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E24D05 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.11 |
| HSL | 19.55º | 0.96% | 0.45% | - |
| HSV(B) | 19.55º | 0.98% | 0.89% | - |
| XYZ | 34.05 | 21.49 | 2.5 | - |
| YUV | 113.34 | 66.86 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 5 | 0 | 0.66 | 0.98 | 0.11 | 19.55 | 0.96 | 0.45 |
| Hex | E2 | 4D | 5 | 0 | 42 | 62 | B | 14 | 60 | 2D |
| Octal | 342 | 115 | 5 | 0 | 102 | 142 | 13 | 24 | 140 | 55 |
| Binary | 11100010 | 1001101 | 101 | 0 | 1000010 | 1100010 | 1011 | 10100 | 1100000 | 101101 |
Color Harmonies of #E24D05
Complementary color
Monochromatic Colors of #E24D05
Black with #E24D05
Text Example
Text Example
White with #E24D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D05; }
p { color: rgb(226,77,5); }
H1.HeaderClassName
{
color: #E24D05;
}
.AnyTagClassName
{
color: #E24D05;
}
</style>
background-color css
<style>
a { background-color: #E24D05; }
a { background-color: rgb(226,77,5); }
div.DivClassName
{
background-color: #E24D05;
}
.BgClassName
{
background-color: #E24D05;
}
</style>
border-color css
<style>
span { border-color: #E24D05; }
span { border-color: rgb(226,77,5); }
td.TdClassName
{
border-color: #E24D05;
}
.TagClassName
{
border-color: #E24D05;
}
</style>