Shades of Persimmon #ED5609
Tints of Persimmon #ED5609
RGB
CMYK
RGB Variations
Color information
#ED5609 (or 0xED5609) is known color: Persimmon. HEX triplet: ED, 56 and 09. RGB value is (237,86,9). Sum of RGB (Red+Green+Blue) = 237+86+9=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5609 is #12A9F6. Grayscale: #7A7A7A. Windows color (decimal): -1223159 or 612077. OLE color: 612077.
HSL color Cylindrical-coordinate representation of color #ED5609: hue angle of 20.26º 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 #ED5609 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 20.26º | 0.93% | 0.48% | - |
| HSV(B) | 20.26º | 0.96% | 0.93% | - |
| XYZ | 38.3 | 24.68 | 3 | - |
| YUV | 122.37 | 64.03 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 9 | 0 | 0.64 | 0.96 | 0.07 | 20.26 | 0.93 | 0.48 |
| Hex | ED | 56 | 9 | 0 | 40 | 60 | 7 | 14 | 5D | 30 |
| Octal | 355 | 126 | 11 | 0 | 100 | 140 | 7 | 24 | 135 | 60 |
| Binary | 11101101 | 1010110 | 1001 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #ED5609
Complementary color
Monochromatic Colors of #ED5609
Black with #ED5609
Text Example
Text Example
White with #ED5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5609; }
p { color: rgb(237,86,9); }
H1.HeaderClassName
{
color: #ED5609;
}
.AnyTagClassName
{
color: #ED5609;
}
</style>
background-color css
<style>
a { background-color: #ED5609; }
a { background-color: rgb(237,86,9); }
div.DivClassName
{
background-color: #ED5609;
}
.BgClassName
{
background-color: #ED5609;
}
</style>
border-color css
<style>
span { border-color: #ED5609; }
span { border-color: rgb(237,86,9); }
td.TdClassName
{
border-color: #ED5609;
}
.TagClassName
{
border-color: #ED5609;
}
</style>