Shades of Persimmon #ED5514
Tints of Persimmon #ED5514
RGB
CMYK
RGB Variations
Color information
#ED5514 (or 0xED5514) is known color: Persimmon. HEX triplet: ED, 55 and 14. RGB value is (237,85,20). Sum of RGB (Red+Green+Blue) = 237+85+20=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5514 is #12AAEB. Grayscale: #7B7B7B. Windows color (decimal): -1223404 or 1332717. OLE color: 1332717.
HSL color Cylindrical-coordinate representation of color #ED5514: hue angle of 17.97º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED5514 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.07 |
| HSL | 17.97º | 0.86% | 0.5% | - |
| HSV(B) | 17.97º | 0.92% | 0.93% | - |
| XYZ | 38.3 | 24.55 | 3.38 | - |
| YUV | 123.04 | 69.86 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 20 | 0 | 0.64 | 0.92 | 0.07 | 17.97 | 0.86 | 0.5 |
| Hex | ED | 55 | 14 | 0 | 40 | 5C | 7 | 12 | 56 | 32 |
| Octal | 355 | 125 | 24 | 0 | 100 | 134 | 7 | 22 | 126 | 62 |
| Binary | 11101101 | 1010101 | 10100 | 0 | 1000000 | 1011100 | 111 | 10010 | 1010110 | 110010 |
Color Harmonies of #ED5514
Complementary color
Monochromatic Colors of #ED5514
Black with #ED5514
Text Example
Text Example
White with #ED5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5514; }
p { color: rgb(237,85,20); }
H1.HeaderClassName
{
color: #ED5514;
}
.AnyTagClassName
{
color: #ED5514;
}
</style>
background-color css
<style>
a { background-color: #ED5514; }
a { background-color: rgb(237,85,20); }
div.DivClassName
{
background-color: #ED5514;
}
.BgClassName
{
background-color: #ED5514;
}
</style>
border-color css
<style>
span { border-color: #ED5514; }
span { border-color: rgb(237,85,20); }
td.TdClassName
{
border-color: #ED5514;
}
.TagClassName
{
border-color: #ED5514;
}
</style>