Shades of Persimmon #ED5500
Tints of Persimmon #ED5500
RGB
CMYK
RGB Variations
Color information
#ED5500 (or 0xED5500) is known color: Persimmon. HEX triplet: ED, 55 and 00. RGB value is (237,85,0). Sum of RGB (Red+Green+Blue) = 237+85+0=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5500 is #12AAFF. Grayscale: #797979. Windows color (decimal): -1223424 or 21997. OLE color: 21997.
HSL color Cylindrical-coordinate representation of color #ED5500: hue angle of 21.52º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED5500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.07 |
| HSL | 21.52º | 1% | 0.46% | - |
| HSV(B) | 21.52º | 1% | 0.93% | - |
| XYZ | 38.17 | 24.5 | 2.72 | - |
| YUV | 120.76 | 59.86 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 0 | 0 | 0.64 | 1 | 0.07 | 21.52 | 1 | 0.46 |
| Hex | ED | 55 | 0 | 0 | 40 | 64 | 7 | 16 | 64 | 2E |
| Octal | 355 | 125 | 0 | 0 | 100 | 144 | 7 | 26 | 144 | 56 |
| Binary | 11101101 | 1010101 | 0 | 0 | 1000000 | 1100100 | 111 | 10110 | 1100100 | 101110 |
Color Harmonies of #ED5500
Complementary color
Monochromatic Colors of #ED5500
Black with #ED5500
Text Example
Text Example
White with #ED5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5500; }
p { color: rgb(237,85,0); }
H1.HeaderClassName
{
color: #ED5500;
}
.AnyTagClassName
{
color: #ED5500;
}
</style>
background-color css
<style>
a { background-color: #ED5500; }
a { background-color: rgb(237,85,0); }
div.DivClassName
{
background-color: #ED5500;
}
.BgClassName
{
background-color: #ED5500;
}
</style>
border-color css
<style>
span { border-color: #ED5500; }
span { border-color: rgb(237,85,0); }
td.TdClassName
{
border-color: #ED5500;
}
.TagClassName
{
border-color: #ED5500;
}
</style>