Shades of Persimmon #ED5105
Tints of Persimmon #ED5105
RGB
CMYK
RGB Variations
Color information
#ED5105 (or 0xED5105) is known color: Persimmon. HEX triplet: ED, 51 and 05. RGB value is (237,81,5). Sum of RGB (Red+Green+Blue) = 237+81+5=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5105 is #12AEFA. Grayscale: #777777. Windows color (decimal): -1224443 or 348653. OLE color: 348653.
HSL color Cylindrical-coordinate representation of color #ED5105: hue angle of 19.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED5105 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.07 |
| HSL | 19.66º | 0.96% | 0.47% | - |
| HSV(B) | 19.66º | 0.98% | 0.93% | - |
| XYZ | 37.89 | 23.9 | 2.76 | - |
| YUV | 118.98 | 63.68 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 5 | 0 | 0.66 | 0.98 | 0.07 | 19.66 | 0.96 | 0.47 |
| Hex | ED | 51 | 5 | 0 | 42 | 62 | 7 | 14 | 60 | 2F |
| Octal | 355 | 121 | 5 | 0 | 102 | 142 | 7 | 24 | 140 | 57 |
| Binary | 11101101 | 1010001 | 101 | 0 | 1000010 | 1100010 | 111 | 10100 | 1100000 | 101111 |
Color Harmonies of #ED5105
Complementary color
Monochromatic Colors of #ED5105
Black with #ED5105
Text Example
Text Example
White with #ED5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5105; }
p { color: rgb(237,81,5); }
H1.HeaderClassName
{
color: #ED5105;
}
.AnyTagClassName
{
color: #ED5105;
}
</style>
background-color css
<style>
a { background-color: #ED5105; }
a { background-color: rgb(237,81,5); }
div.DivClassName
{
background-color: #ED5105;
}
.BgClassName
{
background-color: #ED5105;
}
</style>
border-color css
<style>
span { border-color: #ED5105; }
span { border-color: rgb(237,81,5); }
td.TdClassName
{
border-color: #ED5105;
}
.TagClassName
{
border-color: #ED5105;
}
</style>