Shades of Persimmon #EC4A03
Tints of Persimmon #EC4A03
RGB
CMYK
RGB Variations
Color information
#EC4A03 (or 0xEC4A03) is known color: Persimmon. HEX triplet: EC, 4A and 03. RGB value is (236,74,3). Sum of RGB (Red+Green+Blue) = 236+74+3=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A03 is #13B5FC. Grayscale: #727272. Windows color (decimal): -1291773 or 215788. OLE color: 215788.
HSL color Cylindrical-coordinate representation of color #EC4A03: hue angle of 18.28º degrees, saturation: 0.97, 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 #EC4A03 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.07 |
| HSL | 18.28º | 0.97% | 0.47% | - |
| HSV(B) | 18.28º | 0.99% | 0.93% | - |
| XYZ | 37.06 | 22.74 | 2.52 | - |
| YUV | 114.34 | 65.17 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 3 | 0 | 0.69 | 0.99 | 0.07 | 18.28 | 0.97 | 0.47 |
| Hex | EC | 4A | 3 | 0 | 45 | 63 | 7 | 12 | 61 | 2F |
| Octal | 354 | 112 | 3 | 0 | 105 | 143 | 7 | 22 | 141 | 57 |
| Binary | 11101100 | 1001010 | 11 | 0 | 1000101 | 1100011 | 111 | 10010 | 1100001 | 101111 |
Color Harmonies of #EC4A03
Complementary color
Monochromatic Colors of #EC4A03
Black with #EC4A03
Text Example
Text Example
White with #EC4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A03; }
p { color: rgb(236,74,3); }
H1.HeaderClassName
{
color: #EC4A03;
}
.AnyTagClassName
{
color: #EC4A03;
}
</style>
background-color css
<style>
a { background-color: #EC4A03; }
a { background-color: rgb(236,74,3); }
div.DivClassName
{
background-color: #EC4A03;
}
.BgClassName
{
background-color: #EC4A03;
}
</style>
border-color css
<style>
span { border-color: #EC4A03; }
span { border-color: rgb(236,74,3); }
td.TdClassName
{
border-color: #EC4A03;
}
.TagClassName
{
border-color: #EC4A03;
}
</style>