Shades of Persimmon #EC5F0F
Tints of Persimmon #EC5F0F
RGB
CMYK
RGB Variations
Color information
#EC5F0F (or 0xEC5F0F) is known color: Persimmon. HEX triplet: EC, 5F and 0F. RGB value is (236,95,15). Sum of RGB (Red+Green+Blue) = 236+95+15=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F0F is #13A0F0. Grayscale: #808080. Windows color (decimal): -1286385 or 1007596. OLE color: 1007596.
HSL color Cylindrical-coordinate representation of color #EC5F0F: hue angle of 21.72º 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 #EC5F0F is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 15 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.07 |
| HSL | 21.72º | 0.88% | 0.49% | - |
| HSV(B) | 21.72º | 0.94% | 0.93% | - |
| XYZ | 38.77 | 26.05 | 3.44 | - |
| YUV | 128.04 | 64.21 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 15 | 0 | 0.60 | 0.94 | 0.07 | 21.72 | 0.88 | 0.49 |
| Hex | EC | 5F | F | 0 | 3C | 5E | 7 | 16 | 58 | 31 |
| Octal | 354 | 137 | 17 | 0 | 74 | 136 | 7 | 26 | 130 | 61 |
| Binary | 11101100 | 1011111 | 1111 | 0 | 111100 | 1011110 | 111 | 10110 | 1011000 | 110001 |
Color Harmonies of #EC5F0F
Complementary color
Monochromatic Colors of #EC5F0F
Black with #EC5F0F
Text Example
Text Example
White with #EC5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F0F; }
p { color: rgb(236,95,15); }
H1.HeaderClassName
{
color: #EC5F0F;
}
.AnyTagClassName
{
color: #EC5F0F;
}
</style>
background-color css
<style>
a { background-color: #EC5F0F; }
a { background-color: rgb(236,95,15); }
div.DivClassName
{
background-color: #EC5F0F;
}
.BgClassName
{
background-color: #EC5F0F;
}
</style>
border-color css
<style>
span { border-color: #EC5F0F; }
span { border-color: rgb(236,95,15); }
td.TdClassName
{
border-color: #EC5F0F;
}
.TagClassName
{
border-color: #EC5F0F;
}
</style>