Shades of Persimmon #ED5200
Tints of Persimmon #ED5200
RGB
CMYK
RGB Variations
Color information
#ED5200 (or 0xED5200) is known color: Persimmon. HEX triplet: ED, 52 and 00. RGB value is (237,82,0). Sum of RGB (Red+Green+Blue) = 237+82+0=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5200 is #12ADFF. Grayscale: #777777. Windows color (decimal): -1224192 or 21229. OLE color: 21229.
HSL color Cylindrical-coordinate representation of color #ED5200: hue angle of 20.76º 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 #ED5200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.07 |
| HSL | 20.76º | 1% | 0.46% | - |
| HSV(B) | 20.76º | 1% | 0.93% | - |
| XYZ | 37.94 | 24.04 | 2.64 | - |
| YUV | 119 | 60.85 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 0 | 0 | 0.65 | 1 | 0.07 | 20.76 | 1 | 0.46 |
| Hex | ED | 52 | 0 | 0 | 41 | 64 | 7 | 15 | 64 | 2E |
| Octal | 355 | 122 | 0 | 0 | 101 | 144 | 7 | 25 | 144 | 56 |
| Binary | 11101101 | 1010010 | 0 | 0 | 1000001 | 1100100 | 111 | 10101 | 1100100 | 101110 |
Color Harmonies of #ED5200
Complementary color
Monochromatic Colors of #ED5200
Black with #ED5200
Text Example
Text Example
White with #ED5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5200; }
p { color: rgb(237,82,0); }
H1.HeaderClassName
{
color: #ED5200;
}
.AnyTagClassName
{
color: #ED5200;
}
</style>
background-color css
<style>
a { background-color: #ED5200; }
a { background-color: rgb(237,82,0); }
div.DivClassName
{
background-color: #ED5200;
}
.BgClassName
{
background-color: #ED5200;
}
</style>
border-color css
<style>
span { border-color: #ED5200; }
span { border-color: rgb(237,82,0); }
td.TdClassName
{
border-color: #ED5200;
}
.TagClassName
{
border-color: #ED5200;
}
</style>