Shades of Persimmon #EC5C02
Tints of Persimmon #EC5C02
RGB
CMYK
RGB Variations
Color information
#EC5C02 (or 0xEC5C02) is known color: Persimmon. HEX triplet: EC, 5C and 02. RGB value is (236,92,2). Sum of RGB (Red+Green+Blue) = 236+92+2=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C02 is #13A3FD. Grayscale: #7D7D7D. Windows color (decimal): -1287166 or 154860. OLE color: 154860.
HSL color Cylindrical-coordinate representation of color #EC5C02: hue angle of 23.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC5C02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.07 |
| HSL | 23.08º | 0.98% | 0.47% | - |
| HSV(B) | 23.08º | 0.99% | 0.93% | - |
| XYZ | 38.43 | 25.49 | 2.95 | - |
| YUV | 124.8 | 58.71 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 2 | 0 | 0.61 | 0.99 | 0.07 | 23.08 | 0.98 | 0.47 |
| Hex | EC | 5C | 2 | 0 | 3D | 63 | 7 | 17 | 62 | 2F |
| Octal | 354 | 134 | 2 | 0 | 75 | 143 | 7 | 27 | 142 | 57 |
| Binary | 11101100 | 1011100 | 10 | 0 | 111101 | 1100011 | 111 | 10111 | 1100010 | 101111 |
Color Harmonies of #EC5C02
Complementary color
Monochromatic Colors of #EC5C02
Black with #EC5C02
Text Example
Text Example
White with #EC5C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C02; }
p { color: rgb(236,92,2); }
H1.HeaderClassName
{
color: #EC5C02;
}
.AnyTagClassName
{
color: #EC5C02;
}
</style>
background-color css
<style>
a { background-color: #EC5C02; }
a { background-color: rgb(236,92,2); }
div.DivClassName
{
background-color: #EC5C02;
}
.BgClassName
{
background-color: #EC5C02;
}
</style>
border-color css
<style>
span { border-color: #EC5C02; }
span { border-color: rgb(236,92,2); }
td.TdClassName
{
border-color: #EC5C02;
}
.TagClassName
{
border-color: #EC5C02;
}
</style>