Shades of Persimmon #ED5C07
Tints of Persimmon #ED5C07
RGB
CMYK
RGB Variations
Color information
#ED5C07 (or 0xED5C07) is known color: Persimmon. HEX triplet: ED, 5C and 07. RGB value is (237,92,7). Sum of RGB (Red+Green+Blue) = 237+92+7=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5C07 is #12A3F8. Grayscale: #7E7E7E. Windows color (decimal): -1221625 or 482541. OLE color: 482541.
HSL color Cylindrical-coordinate representation of color #ED5C07: hue angle of 22.17º 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 #ED5C07 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.07 |
| HSL | 22.17º | 0.94% | 0.48% | - |
| HSV(B) | 22.17º | 0.97% | 0.93% | - |
| XYZ | 38.79 | 25.67 | 3.11 | - |
| YUV | 125.67 | 61.04 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 7 | 0 | 0.61 | 0.97 | 0.07 | 22.17 | 0.94 | 0.48 |
| Hex | ED | 5C | 7 | 0 | 3D | 61 | 7 | 16 | 5E | 30 |
| Octal | 355 | 134 | 7 | 0 | 75 | 141 | 7 | 26 | 136 | 60 |
| Binary | 11101101 | 1011100 | 111 | 0 | 111101 | 1100001 | 111 | 10110 | 1011110 | 110000 |
Color Harmonies of #ED5C07
Complementary color
Monochromatic Colors of #ED5C07
Black with #ED5C07
Text Example
Text Example
White with #ED5C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5C07; }
p { color: rgb(237,92,7); }
H1.HeaderClassName
{
color: #ED5C07;
}
.AnyTagClassName
{
color: #ED5C07;
}
</style>
background-color css
<style>
a { background-color: #ED5C07; }
a { background-color: rgb(237,92,7); }
div.DivClassName
{
background-color: #ED5C07;
}
.BgClassName
{
background-color: #ED5C07;
}
</style>
border-color css
<style>
span { border-color: #ED5C07; }
span { border-color: rgb(237,92,7); }
td.TdClassName
{
border-color: #ED5C07;
}
.TagClassName
{
border-color: #ED5C07;
}
</style>