Shades of Persimmon #EC4A07
Tints of Persimmon #EC4A07
RGB
CMYK
RGB Variations
Color information
#EC4A07 (or 0xEC4A07) is known color: Persimmon. HEX triplet: EC, 4A and 07. RGB value is (236,74,7). Sum of RGB (Red+Green+Blue) = 236+74+7=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A07 is #13B5F8. Grayscale: #737373. Windows color (decimal): -1291769 or 477932. OLE color: 477932.
HSL color Cylindrical-coordinate representation of color #EC4A07: hue angle of 17.55º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4A07 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 7 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.07 |
| HSL | 17.55º | 0.94% | 0.48% | - |
| HSV(B) | 17.55º | 0.97% | 0.93% | - |
| XYZ | 37.08 | 22.75 | 2.64 | - |
| YUV | 114.8 | 67.17 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 7 | 0 | 0.69 | 0.97 | 0.07 | 17.55 | 0.94 | 0.48 |
| Hex | EC | 4A | 7 | 0 | 45 | 61 | 7 | 12 | 5E | 30 |
| Octal | 354 | 112 | 7 | 0 | 105 | 141 | 7 | 22 | 136 | 60 |
| Binary | 11101100 | 1001010 | 111 | 0 | 1000101 | 1100001 | 111 | 10010 | 1011110 | 110000 |
Color Harmonies of #EC4A07
Complementary color
Monochromatic Colors of #EC4A07
Black with #EC4A07
Text Example
Text Example
White with #EC4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A07; }
p { color: rgb(236,74,7); }
H1.HeaderClassName
{
color: #EC4A07;
}
.AnyTagClassName
{
color: #EC4A07;
}
</style>
background-color css
<style>
a { background-color: #EC4A07; }
a { background-color: rgb(236,74,7); }
div.DivClassName
{
background-color: #EC4A07;
}
.BgClassName
{
background-color: #EC4A07;
}
</style>
border-color css
<style>
span { border-color: #EC4A07; }
span { border-color: rgb(236,74,7); }
td.TdClassName
{
border-color: #EC4A07;
}
.TagClassName
{
border-color: #EC4A07;
}
</style>