Shades of Persimmon #ED5001
Tints of Persimmon #ED5001
RGB
CMYK
RGB Variations
Color information
#ED5001 (or 0xED5001) is known color: Persimmon. HEX triplet: ED, 50 and 01. RGB value is (237,80,1). Sum of RGB (Red+Green+Blue) = 237+80+1=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5001 is #12AFFE. Grayscale: #767676. Windows color (decimal): -1224703 or 86253. OLE color: 86253.
HSL color Cylindrical-coordinate representation of color #ED5001: hue angle of 20.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED5001 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.07 |
| HSL | 20.08º | 0.99% | 0.47% | - |
| HSV(B) | 20.08º | 1% | 0.93% | - |
| XYZ | 37.8 | 23.74 | 2.62 | - |
| YUV | 117.94 | 62.01 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 1 | 0 | 0.66 | 1.00 | 0.07 | 20.08 | 0.99 | 0.47 |
| Hex | ED | 50 | 1 | 0 | 42 | 64 | 7 | 14 | 63 | 2F |
| Octal | 355 | 120 | 1 | 0 | 102 | 144 | 7 | 24 | 143 | 57 |
| Binary | 11101101 | 1010000 | 1 | 0 | 1000010 | 1100100 | 111 | 10100 | 1100011 | 101111 |
Color Harmonies of #ED5001
Complementary color
Monochromatic Colors of #ED5001
Black with #ED5001
Text Example
Text Example
White with #ED5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5001; }
p { color: rgb(237,80,1); }
H1.HeaderClassName
{
color: #ED5001;
}
.AnyTagClassName
{
color: #ED5001;
}
</style>
background-color css
<style>
a { background-color: #ED5001; }
a { background-color: rgb(237,80,1); }
div.DivClassName
{
background-color: #ED5001;
}
.BgClassName
{
background-color: #ED5001;
}
</style>
border-color css
<style>
span { border-color: #ED5001; }
span { border-color: rgb(237,80,1); }
td.TdClassName
{
border-color: #ED5001;
}
.TagClassName
{
border-color: #ED5001;
}
</style>