Shades of Persimmon #EC5302
Tints of Persimmon #EC5302
RGB
CMYK
RGB Variations
Color information
#EC5302 (or 0xEC5302) is known color: Persimmon. HEX triplet: EC, 53 and 02. RGB value is (236,83,2). Sum of RGB (Red+Green+Blue) = 236+83+2=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5302 is #13ACFD. Grayscale: #777777. Windows color (decimal): -1289470 or 152556. OLE color: 152556.
HSL color Cylindrical-coordinate representation of color #EC5302: hue angle of 20.77º 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 #EC5302 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.07 |
| HSL | 20.77º | 0.98% | 0.47% | - |
| HSV(B) | 20.77º | 0.99% | 0.93% | - |
| XYZ | 37.7 | 24.02 | 2.71 | - |
| YUV | 119.51 | 61.69 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 2 | 0 | 0.65 | 0.99 | 0.07 | 20.77 | 0.98 | 0.47 |
| Hex | EC | 53 | 2 | 0 | 41 | 63 | 7 | 15 | 62 | 2F |
| Octal | 354 | 123 | 2 | 0 | 101 | 143 | 7 | 25 | 142 | 57 |
| Binary | 11101100 | 1010011 | 10 | 0 | 1000001 | 1100011 | 111 | 10101 | 1100010 | 101111 |
Color Harmonies of #EC5302
Complementary color
Monochromatic Colors of #EC5302
Black with #EC5302
Text Example
Text Example
White with #EC5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5302; }
p { color: rgb(236,83,2); }
H1.HeaderClassName
{
color: #EC5302;
}
.AnyTagClassName
{
color: #EC5302;
}
</style>
background-color css
<style>
a { background-color: #EC5302; }
a { background-color: rgb(236,83,2); }
div.DivClassName
{
background-color: #EC5302;
}
.BgClassName
{
background-color: #EC5302;
}
</style>
border-color css
<style>
span { border-color: #EC5302; }
span { border-color: rgb(236,83,2); }
td.TdClassName
{
border-color: #EC5302;
}
.TagClassName
{
border-color: #EC5302;
}
</style>