Shades of Persimmon #ED560D
Tints of Persimmon #ED560D
RGB
CMYK
RGB Variations
Color information
#ED560D (or 0xED560D) is known color: Persimmon. HEX triplet: ED, 56 and 0D. RGB value is (237,86,13). Sum of RGB (Red+Green+Blue) = 237+86+13=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED560D is #12A9F2. Grayscale: #7B7B7B. Windows color (decimal): -1223155 or 874221. OLE color: 874221.
HSL color Cylindrical-coordinate representation of color #ED560D: hue angle of 19.55º 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 #ED560D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.07 |
| HSL | 19.55º | 0.9% | 0.49% | - |
| HSV(B) | 19.55º | 0.95% | 0.93% | - |
| XYZ | 38.33 | 24.69 | 3.13 | - |
| YUV | 122.83 | 66.03 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 13 | 0 | 0.64 | 0.95 | 0.07 | 19.55 | 0.9 | 0.49 |
| Hex | ED | 56 | D | 0 | 40 | 5F | 7 | 14 | 5A | 31 |
| Octal | 355 | 126 | 15 | 0 | 100 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101101 | 1010110 | 1101 | 0 | 1000000 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #ED560D
Complementary color
Monochromatic Colors of #ED560D
Black with #ED560D
Text Example
Text Example
White with #ED560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED560D; }
p { color: rgb(237,86,13); }
H1.HeaderClassName
{
color: #ED560D;
}
.AnyTagClassName
{
color: #ED560D;
}
</style>
background-color css
<style>
a { background-color: #ED560D; }
a { background-color: rgb(237,86,13); }
div.DivClassName
{
background-color: #ED560D;
}
.BgClassName
{
background-color: #ED560D;
}
</style>
border-color css
<style>
span { border-color: #ED560D; }
span { border-color: rgb(237,86,13); }
td.TdClassName
{
border-color: #ED560D;
}
.TagClassName
{
border-color: #ED560D;
}
</style>