Shades of Persimmon #ED590D
Tints of Persimmon #ED590D
RGB
CMYK
RGB Variations
Color information
#ED590D (or 0xED590D) is known color: Persimmon. HEX triplet: ED, 59 and 0D. RGB value is (237,89,13). Sum of RGB (Red+Green+Blue) = 237+89+13=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED590D is #12A6F2. Grayscale: #7D7D7D. Windows color (decimal): -1222387 or 874989. OLE color: 874989.
HSL color Cylindrical-coordinate representation of color #ED590D: hue angle of 20.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED590D is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 13 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.07 |
| HSL | 20.36º | 0.9% | 0.49% | - |
| HSV(B) | 20.36º | 0.95% | 0.93% | - |
| XYZ | 38.57 | 25.18 | 3.21 | - |
| YUV | 124.59 | 65.03 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 13 | 0 | 0.62 | 0.95 | 0.07 | 20.36 | 0.9 | 0.49 |
| Hex | ED | 59 | D | 0 | 3E | 5F | 7 | 14 | 5A | 31 |
| Octal | 355 | 131 | 15 | 0 | 76 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101101 | 1011001 | 1101 | 0 | 111110 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #ED590D
Complementary color
Monochromatic Colors of #ED590D
Black with #ED590D
Text Example
Text Example
White with #ED590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED590D; }
p { color: rgb(237,89,13); }
H1.HeaderClassName
{
color: #ED590D;
}
.AnyTagClassName
{
color: #ED590D;
}
</style>
background-color css
<style>
a { background-color: #ED590D; }
a { background-color: rgb(237,89,13); }
div.DivClassName
{
background-color: #ED590D;
}
.BgClassName
{
background-color: #ED590D;
}
</style>
border-color css
<style>
span { border-color: #ED590D; }
span { border-color: rgb(237,89,13); }
td.TdClassName
{
border-color: #ED590D;
}
.TagClassName
{
border-color: #ED590D;
}
</style>