Shades of Persimmon #ED590C
Tints of Persimmon #ED590C
RGB
CMYK
RGB Variations
Color information
#ED590C (or 0xED590C) is known color: Persimmon. HEX triplet: ED, 59 and 0C. RGB value is (237,89,12). Sum of RGB (Red+Green+Blue) = 237+89+12=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED590C is #12A6F3. Grayscale: #7C7C7C. Windows color (decimal): -1222388 or 809453. OLE color: 809453.
HSL color Cylindrical-coordinate representation of color #ED590C: hue angle of 20.53º 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 #ED590C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.07 |
| HSL | 20.53º | 0.9% | 0.49% | - |
| HSV(B) | 20.53º | 0.95% | 0.93% | - |
| XYZ | 38.56 | 25.18 | 3.17 | - |
| YUV | 124.47 | 64.53 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 12 | 0 | 0.62 | 0.95 | 0.07 | 20.53 | 0.9 | 0.49 |
| Hex | ED | 59 | C | 0 | 3E | 5F | 7 | 15 | 5A | 31 |
| Octal | 355 | 131 | 14 | 0 | 76 | 137 | 7 | 25 | 132 | 61 |
| Binary | 11101101 | 1011001 | 1100 | 0 | 111110 | 1011111 | 111 | 10101 | 1011010 | 110001 |
Color Harmonies of #ED590C
Complementary color
Monochromatic Colors of #ED590C
Black with #ED590C
Text Example
Text Example
White with #ED590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED590C; }
p { color: rgb(237,89,12); }
H1.HeaderClassName
{
color: #ED590C;
}
.AnyTagClassName
{
color: #ED590C;
}
</style>
background-color css
<style>
a { background-color: #ED590C; }
a { background-color: rgb(237,89,12); }
div.DivClassName
{
background-color: #ED590C;
}
.BgClassName
{
background-color: #ED590C;
}
</style>
border-color css
<style>
span { border-color: #ED590C; }
span { border-color: rgb(237,89,12); }
td.TdClassName
{
border-color: #ED590C;
}
.TagClassName
{
border-color: #ED590C;
}
</style>