Shades of Persimmon #EC4A02
Tints of Persimmon #EC4A02
RGB
CMYK
RGB Variations
Color information
#EC4A02 (or 0xEC4A02) is known color: Persimmon. HEX triplet: EC, 4A and 02. RGB value is (236,74,2). Sum of RGB (Red+Green+Blue) = 236+74+2=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A02 is #13B5FD. Grayscale: #727272. Windows color (decimal): -1291774 or 150252. OLE color: 150252.
HSL color Cylindrical-coordinate representation of color #EC4A02: hue angle of 18.46º 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 #EC4A02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.07 |
| HSL | 18.46º | 0.98% | 0.47% | - |
| HSV(B) | 18.46º | 0.99% | 0.93% | - |
| XYZ | 37.05 | 22.73 | 2.49 | - |
| YUV | 114.23 | 64.67 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 2 | 0 | 0.69 | 0.99 | 0.07 | 18.46 | 0.98 | 0.47 |
| Hex | EC | 4A | 2 | 0 | 45 | 63 | 7 | 12 | 62 | 2F |
| Octal | 354 | 112 | 2 | 0 | 105 | 143 | 7 | 22 | 142 | 57 |
| Binary | 11101100 | 1001010 | 10 | 0 | 1000101 | 1100011 | 111 | 10010 | 1100010 | 101111 |
Color Harmonies of #EC4A02
Complementary color
Monochromatic Colors of #EC4A02
Black with #EC4A02
Text Example
Text Example
White with #EC4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A02; }
p { color: rgb(236,74,2); }
H1.HeaderClassName
{
color: #EC4A02;
}
.AnyTagClassName
{
color: #EC4A02;
}
</style>
background-color css
<style>
a { background-color: #EC4A02; }
a { background-color: rgb(236,74,2); }
div.DivClassName
{
background-color: #EC4A02;
}
.BgClassName
{
background-color: #EC4A02;
}
</style>
border-color css
<style>
span { border-color: #EC4A02; }
span { border-color: rgb(236,74,2); }
td.TdClassName
{
border-color: #EC4A02;
}
.TagClassName
{
border-color: #EC4A02;
}
</style>