Shades of Persimmon #EC5E00
Tints of Persimmon #EC5E00
RGB
CMYK
RGB Variations
Color information
#EC5E00 (or 0xEC5E00) is known color: Persimmon. HEX triplet: EC, 5E and 00. RGB value is (236,94,0). Sum of RGB (Red+Green+Blue) = 236+94+0=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E00 is #13A1FF. Grayscale: #7E7E7E. Windows color (decimal): -1286656 or 24300. OLE color: 24300.
HSL color Cylindrical-coordinate representation of color #EC5E00: hue angle of 23.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5E00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.07 |
| HSL | 23.9º | 1% | 0.46% | - |
| HSV(B) | 23.9º | 1% | 0.93% | - |
| XYZ | 38.59 | 25.84 | 2.95 | - |
| YUV | 125.74 | 57.04 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 0 | 0 | 0.60 | 1 | 0.07 | 23.9 | 1 | 0.46 |
| Hex | EC | 5E | 0 | 0 | 3C | 64 | 7 | 18 | 64 | 2E |
| Octal | 354 | 136 | 0 | 0 | 74 | 144 | 7 | 30 | 144 | 56 |
| Binary | 11101100 | 1011110 | 0 | 0 | 111100 | 1100100 | 111 | 11000 | 1100100 | 101110 |
Color Harmonies of #EC5E00
Complementary color
Monochromatic Colors of #EC5E00
Black with #EC5E00
Text Example
Text Example
White with #EC5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E00; }
p { color: rgb(236,94,0); }
H1.HeaderClassName
{
color: #EC5E00;
}
.AnyTagClassName
{
color: #EC5E00;
}
</style>
background-color css
<style>
a { background-color: #EC5E00; }
a { background-color: rgb(236,94,0); }
div.DivClassName
{
background-color: #EC5E00;
}
.BgClassName
{
background-color: #EC5E00;
}
</style>
border-color css
<style>
span { border-color: #EC5E00; }
span { border-color: rgb(236,94,0); }
td.TdClassName
{
border-color: #EC5E00;
}
.TagClassName
{
border-color: #EC5E00;
}
</style>