Shades of Persimmon #ED6000
Tints of Persimmon #ED6000
RGB
CMYK
RGB Variations
Color information
#ED6000 (or 0xED6000) is known color: Persimmon. HEX triplet: ED, 60 and 00. RGB value is (237,96,0). Sum of RGB (Red+Green+Blue) = 237+96+0=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6000 is #129FFF. Grayscale: #7F7F7F. Windows color (decimal): -1220608 or 24813. OLE color: 24813.
HSL color Cylindrical-coordinate representation of color #ED6000: hue angle of 24.3º 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 #ED6000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.07 |
| HSL | 24.3º | 1% | 0.46% | - |
| HSV(B) | 24.3º | 1% | 0.93% | - |
| XYZ | 39.11 | 26.37 | 3.03 | - |
| YUV | 127.22 | 56.21 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 0 | 0 | 0.59 | 1 | 0.07 | 24.3 | 1 | 0.46 |
| Hex | ED | 60 | 0 | 0 | 3B | 64 | 7 | 18 | 64 | 2E |
| Octal | 355 | 140 | 0 | 0 | 73 | 144 | 7 | 30 | 144 | 56 |
| Binary | 11101101 | 1100000 | 0 | 0 | 111011 | 1100100 | 111 | 11000 | 1100100 | 101110 |
Color Harmonies of #ED6000
Complementary color
Monochromatic Colors of #ED6000
Black with #ED6000
Text Example
Text Example
White with #ED6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6000; }
p { color: rgb(237,96,0); }
H1.HeaderClassName
{
color: #ED6000;
}
.AnyTagClassName
{
color: #ED6000;
}
</style>
background-color css
<style>
a { background-color: #ED6000; }
a { background-color: rgb(237,96,0); }
div.DivClassName
{
background-color: #ED6000;
}
.BgClassName
{
background-color: #ED6000;
}
</style>
border-color css
<style>
span { border-color: #ED6000; }
span { border-color: rgb(237,96,0); }
td.TdClassName
{
border-color: #ED6000;
}
.TagClassName
{
border-color: #ED6000;
}
</style>