Shades of Persimmon #EC5C00
Tints of Persimmon #EC5C00
RGB
CMYK
RGB Variations
Color information
#EC5C00 (or 0xEC5C00) is known color: Persimmon. HEX triplet: EC, 5C and 00. RGB value is (236,92,0). Sum of RGB (Red+Green+Blue) = 236+92+0=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C00 is #13A3FF. Grayscale: #7D7D7D. Windows color (decimal): -1287168 or 23788. OLE color: 23788.
HSL color Cylindrical-coordinate representation of color #EC5C00: hue angle of 23.39º 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 #EC5C00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.07 |
| HSL | 23.39º | 1% | 0.46% | - |
| HSV(B) | 23.39º | 1% | 0.93% | - |
| XYZ | 38.42 | 25.49 | 2.89 | - |
| YUV | 124.57 | 57.71 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 0 | 0 | 0.61 | 1 | 0.07 | 23.39 | 1 | 0.46 |
| Hex | EC | 5C | 0 | 0 | 3D | 64 | 7 | 17 | 64 | 2E |
| Octal | 354 | 134 | 0 | 0 | 75 | 144 | 7 | 27 | 144 | 56 |
| Binary | 11101100 | 1011100 | 0 | 0 | 111101 | 1100100 | 111 | 10111 | 1100100 | 101110 |
Color Harmonies of #EC5C00
Complementary color
Monochromatic Colors of #EC5C00
Black with #EC5C00
Text Example
Text Example
White with #EC5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C00; }
p { color: rgb(236,92,0); }
H1.HeaderClassName
{
color: #EC5C00;
}
.AnyTagClassName
{
color: #EC5C00;
}
</style>
background-color css
<style>
a { background-color: #EC5C00; }
a { background-color: rgb(236,92,0); }
div.DivClassName
{
background-color: #EC5C00;
}
.BgClassName
{
background-color: #EC5C00;
}
</style>
border-color css
<style>
span { border-color: #EC5C00; }
span { border-color: rgb(236,92,0); }
td.TdClassName
{
border-color: #EC5C00;
}
.TagClassName
{
border-color: #EC5C00;
}
</style>