Shades of Persimmon #EC600F
Tints of Persimmon #EC600F
RGB
CMYK
RGB Variations
Color information
#EC600F (or 0xEC600F) is known color: Persimmon. HEX triplet: EC, 60 and 0F. RGB value is (236,96,15). Sum of RGB (Red+Green+Blue) = 236+96+15=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC600F is #139FF0. Grayscale: #818181. Windows color (decimal): -1286129 or 1007852. OLE color: 1007852.
HSL color Cylindrical-coordinate representation of color #EC600F: hue angle of 21.99º 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 #EC600F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.07 |
| HSL | 21.99º | 0.88% | 0.49% | - |
| HSV(B) | 21.99º | 0.94% | 0.93% | - |
| XYZ | 38.86 | 26.23 | 3.47 | - |
| YUV | 128.63 | 63.88 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 15 | 0 | 0.59 | 0.94 | 0.07 | 21.99 | 0.88 | 0.49 |
| Hex | EC | 60 | F | 0 | 3B | 5E | 7 | 16 | 58 | 31 |
| Octal | 354 | 140 | 17 | 0 | 73 | 136 | 7 | 26 | 130 | 61 |
| Binary | 11101100 | 1100000 | 1111 | 0 | 111011 | 1011110 | 111 | 10110 | 1011000 | 110001 |
Color Harmonies of #EC600F
Complementary color
Monochromatic Colors of #EC600F
Black with #EC600F
Text Example
Text Example
White with #EC600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC600F; }
p { color: rgb(236,96,15); }
H1.HeaderClassName
{
color: #EC600F;
}
.AnyTagClassName
{
color: #EC600F;
}
</style>
background-color css
<style>
a { background-color: #EC600F; }
a { background-color: rgb(236,96,15); }
div.DivClassName
{
background-color: #EC600F;
}
.BgClassName
{
background-color: #EC600F;
}
</style>
border-color css
<style>
span { border-color: #EC600F; }
span { border-color: rgb(236,96,15); }
td.TdClassName
{
border-color: #EC600F;
}
.TagClassName
{
border-color: #EC600F;
}
</style>