Shades of Persimmon #ED580D
Tints of Persimmon #ED580D
RGB
CMYK
RGB Variations
Color information
#ED580D (or 0xED580D) is known color: Persimmon. HEX triplet: ED, 58 and 0D. RGB value is (237,88,13). Sum of RGB (Red+Green+Blue) = 237+88+13=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED580D is #12A7F2. Grayscale: #7C7C7C. Windows color (decimal): -1222643 or 874733. OLE color: 874733.
HSL color Cylindrical-coordinate representation of color #ED580D: hue angle of 20.09º 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 #ED580D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20.09º | 0.9% | 0.49% | - |
| HSV(B) | 20.09º | 0.95% | 0.93% | - |
| XYZ | 38.49 | 25.01 | 3.18 | - |
| YUV | 124 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 13 | 0 | 0.63 | 0.95 | 0.07 | 20.09 | 0.9 | 0.49 |
| Hex | ED | 58 | D | 0 | 3F | 5F | 7 | 14 | 5A | 31 |
| Octal | 355 | 130 | 15 | 0 | 77 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101101 | 1011000 | 1101 | 0 | 111111 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #ED580D
Complementary color
Monochromatic Colors of #ED580D
Black with #ED580D
Text Example
Text Example
White with #ED580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED580D; }
p { color: rgb(237,88,13); }
H1.HeaderClassName
{
color: #ED580D;
}
.AnyTagClassName
{
color: #ED580D;
}
</style>
background-color css
<style>
a { background-color: #ED580D; }
a { background-color: rgb(237,88,13); }
div.DivClassName
{
background-color: #ED580D;
}
.BgClassName
{
background-color: #ED580D;
}
</style>
border-color css
<style>
span { border-color: #ED580D; }
span { border-color: rgb(237,88,13); }
td.TdClassName
{
border-color: #ED580D;
}
.TagClassName
{
border-color: #ED580D;
}
</style>