Shades of Persimmon #ED5409
Tints of Persimmon #ED5409
RGB
CMYK
RGB Variations
Color information
#ED5409 (or 0xED5409) is known color: Persimmon. HEX triplet: ED, 54 and 09. RGB value is (237,84,9). Sum of RGB (Red+Green+Blue) = 237+84+9=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5409 is #12ABF6. Grayscale: #797979. Windows color (decimal): -1223671 or 611565. OLE color: 611565.
HSL color Cylindrical-coordinate representation of color #ED5409: hue angle of 19.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED5409 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.07 |
| HSL | 19.74º | 0.93% | 0.48% | - |
| HSV(B) | 19.74º | 0.96% | 0.93% | - |
| XYZ | 38.14 | 24.36 | 2.95 | - |
| YUV | 121.2 | 64.69 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 9 | 0 | 0.65 | 0.96 | 0.07 | 19.74 | 0.93 | 0.48 |
| Hex | ED | 54 | 9 | 0 | 41 | 60 | 7 | 14 | 5D | 30 |
| Octal | 355 | 124 | 11 | 0 | 101 | 140 | 7 | 24 | 135 | 60 |
| Binary | 11101101 | 1010100 | 1001 | 0 | 1000001 | 1100000 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #ED5409
Complementary color
Monochromatic Colors of #ED5409
Black with #ED5409
Text Example
Text Example
White with #ED5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5409; }
p { color: rgb(237,84,9); }
H1.HeaderClassName
{
color: #ED5409;
}
.AnyTagClassName
{
color: #ED5409;
}
</style>
background-color css
<style>
a { background-color: #ED5409; }
a { background-color: rgb(237,84,9); }
div.DivClassName
{
background-color: #ED5409;
}
.BgClassName
{
background-color: #ED5409;
}
</style>
border-color css
<style>
span { border-color: #ED5409; }
span { border-color: rgb(237,84,9); }
td.TdClassName
{
border-color: #ED5409;
}
.TagClassName
{
border-color: #ED5409;
}
</style>