Shades of Persimmon #EC5C05
Tints of Persimmon #EC5C05
RGB
CMYK
RGB Variations
Color information
#EC5C05 (or 0xEC5C05) is known color: Persimmon. HEX triplet: EC, 5C and 05. RGB value is (236,92,5). Sum of RGB (Red+Green+Blue) = 236+92+5=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C05 is #13A3FA. Grayscale: #7D7D7D. Windows color (decimal): -1287163 or 351468. OLE color: 351468.
HSL color Cylindrical-coordinate representation of color #EC5C05: hue angle of 22.6º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC5C05 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.07 |
| HSL | 22.6º | 0.96% | 0.47% | - |
| HSV(B) | 22.6º | 0.98% | 0.93% | - |
| XYZ | 38.45 | 25.5 | 3.04 | - |
| YUV | 125.14 | 60.21 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 5 | 0 | 0.61 | 0.98 | 0.07 | 22.6 | 0.96 | 0.47 |
| Hex | EC | 5C | 5 | 0 | 3D | 62 | 7 | 17 | 60 | 2F |
| Octal | 354 | 134 | 5 | 0 | 75 | 142 | 7 | 27 | 140 | 57 |
| Binary | 11101100 | 1011100 | 101 | 0 | 111101 | 1100010 | 111 | 10111 | 1100000 | 101111 |
Color Harmonies of #EC5C05
Complementary color
Monochromatic Colors of #EC5C05
Black with #EC5C05
Text Example
Text Example
White with #EC5C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C05; }
p { color: rgb(236,92,5); }
H1.HeaderClassName
{
color: #EC5C05;
}
.AnyTagClassName
{
color: #EC5C05;
}
</style>
background-color css
<style>
a { background-color: #EC5C05; }
a { background-color: rgb(236,92,5); }
div.DivClassName
{
background-color: #EC5C05;
}
.BgClassName
{
background-color: #EC5C05;
}
</style>
border-color css
<style>
span { border-color: #EC5C05; }
span { border-color: rgb(236,92,5); }
td.TdClassName
{
border-color: #EC5C05;
}
.TagClassName
{
border-color: #EC5C05;
}
</style>