Shades of Persimmon #ED5509
Tints of Persimmon #ED5509
RGB
CMYK
RGB Variations
Color information
#ED5509 (or 0xED5509) is known color: Persimmon. HEX triplet: ED, 55 and 09. RGB value is (237,85,9). Sum of RGB (Red+Green+Blue) = 237+85+9=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5509 is #12AAF6. Grayscale: #7A7A7A. Windows color (decimal): -1223415 or 611821. OLE color: 611821.
HSL color Cylindrical-coordinate representation of color #ED5509: hue angle of 20º 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 #ED5509 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 20º | 0.93% | 0.48% | - |
| HSV(B) | 20º | 0.96% | 0.93% | - |
| XYZ | 38.22 | 24.52 | 2.98 | - |
| YUV | 121.78 | 64.36 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 9 | 0 | 0.64 | 0.96 | 0.07 | 20 | 0.93 | 0.48 |
| Hex | ED | 55 | 9 | 0 | 40 | 60 | 7 | 14 | 5D | 30 |
| Octal | 355 | 125 | 11 | 0 | 100 | 140 | 7 | 24 | 135 | 60 |
| Binary | 11101101 | 1010101 | 1001 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #ED5509
Complementary color
Monochromatic Colors of #ED5509
Black with #ED5509
Text Example
Text Example
White with #ED5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5509; }
p { color: rgb(237,85,9); }
H1.HeaderClassName
{
color: #ED5509;
}
.AnyTagClassName
{
color: #ED5509;
}
</style>
background-color css
<style>
a { background-color: #ED5509; }
a { background-color: rgb(237,85,9); }
div.DivClassName
{
background-color: #ED5509;
}
.BgClassName
{
background-color: #ED5509;
}
</style>
border-color css
<style>
span { border-color: #ED5509; }
span { border-color: rgb(237,85,9); }
td.TdClassName
{
border-color: #ED5509;
}
.TagClassName
{
border-color: #ED5509;
}
</style>