Shades of Persimmon #ED600F
Tints of Persimmon #ED600F
RGB
CMYK
RGB Variations
Color information
#ED600F (or 0xED600F) is known color: Persimmon. HEX triplet: ED, 60 and 0F. RGB value is (237,96,15). Sum of RGB (Red+Green+Blue) = 237+96+15=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED600F is #129FF0. Grayscale: #818181. Windows color (decimal): -1220593 or 1007853. OLE color: 1007853.
HSL color Cylindrical-coordinate representation of color #ED600F: hue angle of 21.89º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED600F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.07 |
| HSL | 21.89º | 0.88% | 0.49% | - |
| HSV(B) | 21.89º | 0.94% | 0.93% | - |
| XYZ | 39.19 | 26.4 | 3.48 | - |
| YUV | 128.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 15 | 0 | 0.59 | 0.94 | 0.07 | 21.89 | 0.88 | 0.49 |
| Hex | ED | 60 | F | 0 | 3B | 5E | 7 | 16 | 58 | 31 |
| Octal | 355 | 140 | 17 | 0 | 73 | 136 | 7 | 26 | 130 | 61 |
| Binary | 11101101 | 1100000 | 1111 | 0 | 111011 | 1011110 | 111 | 10110 | 1011000 | 110001 |
Color Harmonies of #ED600F
Complementary color
Monochromatic Colors of #ED600F
Black with #ED600F
Text Example
Text Example
White with #ED600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED600F; }
p { color: rgb(237,96,15); }
H1.HeaderClassName
{
color: #ED600F;
}
.AnyTagClassName
{
color: #ED600F;
}
</style>
background-color css
<style>
a { background-color: #ED600F; }
a { background-color: rgb(237,96,15); }
div.DivClassName
{
background-color: #ED600F;
}
.BgClassName
{
background-color: #ED600F;
}
</style>
border-color css
<style>
span { border-color: #ED600F; }
span { border-color: rgb(237,96,15); }
td.TdClassName
{
border-color: #ED600F;
}
.TagClassName
{
border-color: #ED600F;
}
</style>