Shades of Persimmon #ED5211
Tints of Persimmon #ED5211
RGB
CMYK
RGB Variations
Color information
#ED5211 (or 0xED5211) is known color: Persimmon. HEX triplet: ED, 52 and 11. RGB value is (237,82,17). Sum of RGB (Red+Green+Blue) = 237+82+17=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5211 is #12ADEE. Grayscale: #797979. Windows color (decimal): -1224175 or 1135341. OLE color: 1135341.
HSL color Cylindrical-coordinate representation of color #ED5211: hue angle of 17.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED5211 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.07 |
| HSL | 17.73º | 0.87% | 0.5% | - |
| HSV(B) | 17.73º | 0.93% | 0.93% | - |
| XYZ | 38.04 | 24.08 | 3.17 | - |
| YUV | 120.94 | 69.35 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 17 | 0 | 0.65 | 0.93 | 0.07 | 17.73 | 0.87 | 0.5 |
| Hex | ED | 52 | 11 | 0 | 41 | 5D | 7 | 12 | 57 | 32 |
| Octal | 355 | 122 | 21 | 0 | 101 | 135 | 7 | 22 | 127 | 62 |
| Binary | 11101101 | 1010010 | 10001 | 0 | 1000001 | 1011101 | 111 | 10010 | 1010111 | 110010 |
Color Harmonies of #ED5211
Complementary color
Monochromatic Colors of #ED5211
Black with #ED5211
Text Example
Text Example
White with #ED5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5211; }
p { color: rgb(237,82,17); }
H1.HeaderClassName
{
color: #ED5211;
}
.AnyTagClassName
{
color: #ED5211;
}
</style>
background-color css
<style>
a { background-color: #ED5211; }
a { background-color: rgb(237,82,17); }
div.DivClassName
{
background-color: #ED5211;
}
.BgClassName
{
background-color: #ED5211;
}
</style>
border-color css
<style>
span { border-color: #ED5211; }
span { border-color: rgb(237,82,17); }
td.TdClassName
{
border-color: #ED5211;
}
.TagClassName
{
border-color: #ED5211;
}
</style>