Shades of Persimmon #ED510E
Tints of Persimmon #ED510E
RGB
CMYK
RGB Variations
Color information
#ED510E (or 0xED510E) is known color: Persimmon. HEX triplet: ED, 51 and 0E. RGB value is (237,81,14). Sum of RGB (Red+Green+Blue) = 237+81+14=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED510E is #12AEF1. Grayscale: #787878. Windows color (decimal): -1224434 or 938477. OLE color: 938477.
HSL color Cylindrical-coordinate representation of color #ED510E: hue angle of 18.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED510E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 18.03º | 0.89% | 0.49% | - |
| HSV(B) | 18.03º | 0.94% | 0.93% | - |
| XYZ | 37.95 | 23.92 | 3.03 | - |
| YUV | 120.01 | 68.18 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 14 | 0 | 0.66 | 0.94 | 0.07 | 18.03 | 0.89 | 0.49 |
| Hex | ED | 51 | E | 0 | 42 | 5E | 7 | 12 | 59 | 31 |
| Octal | 355 | 121 | 16 | 0 | 102 | 136 | 7 | 22 | 131 | 61 |
| Binary | 11101101 | 1010001 | 1110 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011001 | 110001 |
Color Harmonies of #ED510E
Complementary color
Monochromatic Colors of #ED510E
Black with #ED510E
Text Example
Text Example
White with #ED510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED510E; }
p { color: rgb(237,81,14); }
H1.HeaderClassName
{
color: #ED510E;
}
.AnyTagClassName
{
color: #ED510E;
}
</style>
background-color css
<style>
a { background-color: #ED510E; }
a { background-color: rgb(237,81,14); }
div.DivClassName
{
background-color: #ED510E;
}
.BgClassName
{
background-color: #ED510E;
}
</style>
border-color css
<style>
span { border-color: #ED510E; }
span { border-color: rgb(237,81,14); }
td.TdClassName
{
border-color: #ED510E;
}
.TagClassName
{
border-color: #ED510E;
}
</style>