Shades of Persimmon #ED4804
Tints of Persimmon #ED4804
RGB
CMYK
RGB Variations
Color information
#ED4804 (or 0xED4804) is known color: Persimmon. HEX triplet: ED, 48 and 04. RGB value is (237,72,4). Sum of RGB (Red+Green+Blue) = 237+72+4=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4804 is #12B7FB. Grayscale: #727272. Windows color (decimal): -1226748 or 280813. OLE color: 280813.
HSL color Cylindrical-coordinate representation of color #ED4804: hue angle of 17.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED4804 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.07 |
| HSL | 17.51º | 0.97% | 0.47% | - |
| HSV(B) | 17.51º | 0.98% | 0.93% | - |
| XYZ | 37.26 | 22.65 | 2.52 | - |
| YUV | 113.58 | 66.16 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 4 | 0 | 0.70 | 0.98 | 0.07 | 17.51 | 0.97 | 0.47 |
| Hex | ED | 48 | 4 | 0 | 46 | 62 | 7 | 12 | 61 | 2F |
| Octal | 355 | 110 | 4 | 0 | 106 | 142 | 7 | 22 | 141 | 57 |
| Binary | 11101101 | 1001000 | 100 | 0 | 1000110 | 1100010 | 111 | 10010 | 1100001 | 101111 |
Color Harmonies of #ED4804
Complementary color
Monochromatic Colors of #ED4804
Black with #ED4804
Text Example
Text Example
White with #ED4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4804; }
p { color: rgb(237,72,4); }
H1.HeaderClassName
{
color: #ED4804;
}
.AnyTagClassName
{
color: #ED4804;
}
</style>
background-color css
<style>
a { background-color: #ED4804; }
a { background-color: rgb(237,72,4); }
div.DivClassName
{
background-color: #ED4804;
}
.BgClassName
{
background-color: #ED4804;
}
</style>
border-color css
<style>
span { border-color: #ED4804; }
span { border-color: rgb(237,72,4); }
td.TdClassName
{
border-color: #ED4804;
}
.TagClassName
{
border-color: #ED4804;
}
</style>