Shades of Persimmon #ED510F
Tints of Persimmon #ED510F
RGB
CMYK
RGB Variations
Color information
#ED510F (or 0xED510F) is known color: Persimmon. HEX triplet: ED, 51 and 0F. RGB value is (237,81,15). Sum of RGB (Red+Green+Blue) = 237+81+15=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED510F is #12AEF0. Grayscale: #787878. Windows color (decimal): -1224433 or 1004013. OLE color: 1004013.
HSL color Cylindrical-coordinate representation of color #ED510F: hue angle of 17.84º degrees, saturation: 0.88, 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 #ED510F is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 15 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 17.84º | 0.88% | 0.49% | - |
| HSV(B) | 17.84º | 0.94% | 0.93% | - |
| XYZ | 37.95 | 23.92 | 3.07 | - |
| YUV | 120.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 15 | 0 | 0.66 | 0.94 | 0.07 | 17.84 | 0.88 | 0.49 |
| Hex | ED | 51 | F | 0 | 42 | 5E | 7 | 12 | 58 | 31 |
| Octal | 355 | 121 | 17 | 0 | 102 | 136 | 7 | 22 | 130 | 61 |
| Binary | 11101101 | 1010001 | 1111 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011000 | 110001 |
Color Harmonies of #ED510F
Complementary color
Monochromatic Colors of #ED510F
Black with #ED510F
Text Example
Text Example
White with #ED510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED510F; }
p { color: rgb(237,81,15); }
H1.HeaderClassName
{
color: #ED510F;
}
.AnyTagClassName
{
color: #ED510F;
}
</style>
background-color css
<style>
a { background-color: #ED510F; }
a { background-color: rgb(237,81,15); }
div.DivClassName
{
background-color: #ED510F;
}
.BgClassName
{
background-color: #ED510F;
}
</style>
border-color css
<style>
span { border-color: #ED510F; }
span { border-color: rgb(237,81,15); }
td.TdClassName
{
border-color: #ED510F;
}
.TagClassName
{
border-color: #ED510F;
}
</style>