Shades of Persimmon #ED6007
Tints of Persimmon #ED6007
RGB
CMYK
RGB Variations
Color information
#ED6007 (or 0xED6007) is known color: Persimmon. HEX triplet: ED, 60 and 07. RGB value is (237,96,7). Sum of RGB (Red+Green+Blue) = 237+96+7=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6007 is #129FF8. Grayscale: #808080. Windows color (decimal): -1220601 or 483565. OLE color: 483565.
HSL color Cylindrical-coordinate representation of color #ED6007: hue angle of 23.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED6007 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.07 |
| HSL | 23.22º | 0.94% | 0.48% | - |
| HSV(B) | 23.22º | 0.97% | 0.93% | - |
| XYZ | 39.15 | 26.39 | 3.23 | - |
| YUV | 128.01 | 59.71 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 7 | 0 | 0.59 | 0.97 | 0.07 | 23.22 | 0.94 | 0.48 |
| Hex | ED | 60 | 7 | 0 | 3B | 61 | 7 | 17 | 5E | 30 |
| Octal | 355 | 140 | 7 | 0 | 73 | 141 | 7 | 27 | 136 | 60 |
| Binary | 11101101 | 1100000 | 111 | 0 | 111011 | 1100001 | 111 | 10111 | 1011110 | 110000 |
Color Harmonies of #ED6007
Complementary color
Monochromatic Colors of #ED6007
Black with #ED6007
Text Example
Text Example
White with #ED6007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6007; }
p { color: rgb(237,96,7); }
H1.HeaderClassName
{
color: #ED6007;
}
.AnyTagClassName
{
color: #ED6007;
}
</style>
background-color css
<style>
a { background-color: #ED6007; }
a { background-color: rgb(237,96,7); }
div.DivClassName
{
background-color: #ED6007;
}
.BgClassName
{
background-color: #ED6007;
}
</style>
border-color css
<style>
span { border-color: #ED6007; }
span { border-color: rgb(237,96,7); }
td.TdClassName
{
border-color: #ED6007;
}
.TagClassName
{
border-color: #ED6007;
}
</style>