Shades of Persimmon #EC5702
Tints of Persimmon #EC5702
RGB
CMYK
RGB Variations
Color information
#EC5702 (or 0xEC5702) is known color: Persimmon. HEX triplet: EC, 57 and 02. RGB value is (236,87,2). Sum of RGB (Red+Green+Blue) = 236+87+2=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5702 is #13A8FD. Grayscale: #7A7A7A. Windows color (decimal): -1288446 or 153580. OLE color: 153580.
HSL color Cylindrical-coordinate representation of color #EC5702: hue angle of 21.79º 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 #EC5702 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.07 |
| HSL | 21.79º | 0.98% | 0.47% | - |
| HSV(B) | 21.79º | 0.99% | 0.93% | - |
| XYZ | 38.01 | 24.65 | 2.81 | - |
| YUV | 121.86 | 60.36 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 2 | 0 | 0.63 | 0.99 | 0.07 | 21.79 | 0.98 | 0.47 |
| Hex | EC | 57 | 2 | 0 | 3F | 63 | 7 | 16 | 62 | 2F |
| Octal | 354 | 127 | 2 | 0 | 77 | 143 | 7 | 26 | 142 | 57 |
| Binary | 11101100 | 1010111 | 10 | 0 | 111111 | 1100011 | 111 | 10110 | 1100010 | 101111 |
Color Harmonies of #EC5702
Complementary color
Monochromatic Colors of #EC5702
Black with #EC5702
Text Example
Text Example
White with #EC5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5702; }
p { color: rgb(236,87,2); }
H1.HeaderClassName
{
color: #EC5702;
}
.AnyTagClassName
{
color: #EC5702;
}
</style>
background-color css
<style>
a { background-color: #EC5702; }
a { background-color: rgb(236,87,2); }
div.DivClassName
{
background-color: #EC5702;
}
.BgClassName
{
background-color: #EC5702;
}
</style>
border-color css
<style>
span { border-color: #EC5702; }
span { border-color: rgb(236,87,2); }
td.TdClassName
{
border-color: #EC5702;
}
.TagClassName
{
border-color: #EC5702;
}
</style>