Shades of Persimmon #ED5908
Tints of Persimmon #ED5908
RGB
CMYK
RGB Variations
Color information
#ED5908 (or 0xED5908) is known color: Persimmon. HEX triplet: ED, 59 and 08. RGB value is (237,89,8). Sum of RGB (Red+Green+Blue) = 237+89+8=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5908 is #12A6F7. Grayscale: #7C7C7C. Windows color (decimal): -1222392 or 547309. OLE color: 547309.
HSL color Cylindrical-coordinate representation of color #ED5908: hue angle of 21.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED5908 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.07 |
| HSL | 21.22º | 0.93% | 0.48% | - |
| HSV(B) | 21.22º | 0.97% | 0.93% | - |
| XYZ | 38.54 | 25.17 | 3.06 | - |
| YUV | 124.02 | 62.53 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 8 | 0 | 0.62 | 0.97 | 0.07 | 21.22 | 0.93 | 0.48 |
| Hex | ED | 59 | 8 | 0 | 3E | 61 | 7 | 15 | 5D | 30 |
| Octal | 355 | 131 | 10 | 0 | 76 | 141 | 7 | 25 | 135 | 60 |
| Binary | 11101101 | 1011001 | 1000 | 0 | 111110 | 1100001 | 111 | 10101 | 1011101 | 110000 |
Color Harmonies of #ED5908
Complementary color
Monochromatic Colors of #ED5908
Black with #ED5908
Text Example
Text Example
White with #ED5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5908; }
p { color: rgb(237,89,8); }
H1.HeaderClassName
{
color: #ED5908;
}
.AnyTagClassName
{
color: #ED5908;
}
</style>
background-color css
<style>
a { background-color: #ED5908; }
a { background-color: rgb(237,89,8); }
div.DivClassName
{
background-color: #ED5908;
}
.BgClassName
{
background-color: #ED5908;
}
</style>
border-color css
<style>
span { border-color: #ED5908; }
span { border-color: rgb(237,89,8); }
td.TdClassName
{
border-color: #ED5908;
}
.TagClassName
{
border-color: #ED5908;
}
</style>