Shades of Persimmon #ED5015
Tints of Persimmon #ED5015
RGB
CMYK
RGB Variations
Color information
#ED5015 (or 0xED5015) is known color: Persimmon. HEX triplet: ED, 50 and 15. RGB value is (237,80,21). Sum of RGB (Red+Green+Blue) = 237+80+21=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5015 is #12AFEA. Grayscale: #787878. Windows color (decimal): -1224683 or 1396973. OLE color: 1396973.
HSL color Cylindrical-coordinate representation of color #ED5015: hue angle of 16.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED5015 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.07 |
| HSL | 16.39º | 0.86% | 0.51% | - |
| HSV(B) | 16.39º | 0.91% | 0.93% | - |
| XYZ | 37.93 | 23.8 | 3.3 | - |
| YUV | 120.22 | 72.01 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 21 | 0 | 0.66 | 0.91 | 0.07 | 16.39 | 0.86 | 0.51 |
| Hex | ED | 50 | 15 | 0 | 42 | 5B | 7 | 10 | 56 | 33 |
| Octal | 355 | 120 | 25 | 0 | 102 | 133 | 7 | 20 | 126 | 63 |
| Binary | 11101101 | 1010000 | 10101 | 0 | 1000010 | 1011011 | 111 | 10000 | 1010110 | 110011 |
Color Harmonies of #ED5015
Complementary color
Monochromatic Colors of #ED5015
Black with #ED5015
Text Example
Text Example
White with #ED5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5015; }
p { color: rgb(237,80,21); }
H1.HeaderClassName
{
color: #ED5015;
}
.AnyTagClassName
{
color: #ED5015;
}
</style>
background-color css
<style>
a { background-color: #ED5015; }
a { background-color: rgb(237,80,21); }
div.DivClassName
{
background-color: #ED5015;
}
.BgClassName
{
background-color: #ED5015;
}
</style>
border-color css
<style>
span { border-color: #ED5015; }
span { border-color: rgb(237,80,21); }
td.TdClassName
{
border-color: #ED5015;
}
.TagClassName
{
border-color: #ED5015;
}
</style>