Shades of Persimmon #ED6100
Tints of Persimmon #ED6100
RGB
CMYK
RGB Variations
Color information
#ED6100 (or 0xED6100) is known color: Persimmon. HEX triplet: ED, 61 and 00. RGB value is (237,97,0). Sum of RGB (Red+Green+Blue) = 237+97+0=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6100 is #129EFF. Grayscale: #808080. Windows color (decimal): -1220352 or 25069. OLE color: 25069.
HSL color Cylindrical-coordinate representation of color #ED6100: hue angle of 24.56º 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 #ED6100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.07 |
| HSL | 24.56º | 1% | 0.46% | - |
| HSV(B) | 24.56º | 1% | 0.93% | - |
| XYZ | 39.2 | 26.55 | 3.06 | - |
| YUV | 127.8 | 55.88 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 0 | 0 | 0.59 | 1 | 0.07 | 24.56 | 1 | 0.46 |
| Hex | ED | 61 | 0 | 0 | 3B | 64 | 7 | 19 | 64 | 2E |
| Octal | 355 | 141 | 0 | 0 | 73 | 144 | 7 | 31 | 144 | 56 |
| Binary | 11101101 | 1100001 | 0 | 0 | 111011 | 1100100 | 111 | 11001 | 1100100 | 101110 |
Color Harmonies of #ED6100
Complementary color
Monochromatic Colors of #ED6100
Black with #ED6100
Text Example
Text Example
White with #ED6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6100; }
p { color: rgb(237,97,0); }
H1.HeaderClassName
{
color: #ED6100;
}
.AnyTagClassName
{
color: #ED6100;
}
</style>
background-color css
<style>
a { background-color: #ED6100; }
a { background-color: rgb(237,97,0); }
div.DivClassName
{
background-color: #ED6100;
}
.BgClassName
{
background-color: #ED6100;
}
</style>
border-color css
<style>
span { border-color: #ED6100; }
span { border-color: rgb(237,97,0); }
td.TdClassName
{
border-color: #ED6100;
}
.TagClassName
{
border-color: #ED6100;
}
</style>