Shades of Persimmon #ED550E
Tints of Persimmon #ED550E
RGB
CMYK
RGB Variations
Color information
#ED550E (or 0xED550E) is known color: Persimmon. HEX triplet: ED, 55 and 0E. RGB value is (237,85,14). Sum of RGB (Red+Green+Blue) = 237+85+14=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED550E is #12AAF1. Grayscale: #7A7A7A. Windows color (decimal): -1223410 or 939501. OLE color: 939501.
HSL color Cylindrical-coordinate representation of color #ED550E: hue angle of 19.1º degrees, saturation: 0.89, 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 #ED550E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.07 |
| HSL | 19.1º | 0.89% | 0.49% | - |
| HSV(B) | 19.1º | 0.94% | 0.93% | - |
| XYZ | 38.25 | 24.53 | 3.13 | - |
| YUV | 122.35 | 66.86 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 14 | 0 | 0.64 | 0.94 | 0.07 | 19.1 | 0.89 | 0.49 |
| Hex | ED | 55 | E | 0 | 40 | 5E | 7 | 13 | 59 | 31 |
| Octal | 355 | 125 | 16 | 0 | 100 | 136 | 7 | 23 | 131 | 61 |
| Binary | 11101101 | 1010101 | 1110 | 0 | 1000000 | 1011110 | 111 | 10011 | 1011001 | 110001 |
Color Harmonies of #ED550E
Complementary color
Monochromatic Colors of #ED550E
Black with #ED550E
Text Example
Text Example
White with #ED550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED550E; }
p { color: rgb(237,85,14); }
H1.HeaderClassName
{
color: #ED550E;
}
.AnyTagClassName
{
color: #ED550E;
}
</style>
background-color css
<style>
a { background-color: #ED550E; }
a { background-color: rgb(237,85,14); }
div.DivClassName
{
background-color: #ED550E;
}
.BgClassName
{
background-color: #ED550E;
}
</style>
border-color css
<style>
span { border-color: #ED550E; }
span { border-color: rgb(237,85,14); }
td.TdClassName
{
border-color: #ED550E;
}
.TagClassName
{
border-color: #ED550E;
}
</style>