Shades of Persimmon #EC5A07
Tints of Persimmon #EC5A07
RGB
CMYK
RGB Variations
Color information
#EC5A07 (or 0xEC5A07) is known color: Persimmon. HEX triplet: EC, 5A and 07. RGB value is (236,90,7). Sum of RGB (Red+Green+Blue) = 236+90+7=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5A07 is #13A5F8. Grayscale: #7C7C7C. Windows color (decimal): -1287673 or 482028. OLE color: 482028.
HSL color Cylindrical-coordinate representation of color #EC5A07: hue angle of 21.75º 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 #EC5A07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.07 |
| HSL | 21.75º | 0.94% | 0.48% | - |
| HSV(B) | 21.75º | 0.97% | 0.93% | - |
| XYZ | 38.29 | 25.16 | 3.04 | - |
| YUV | 124.19 | 61.87 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 7 | 0 | 0.62 | 0.97 | 0.07 | 21.75 | 0.94 | 0.48 |
| Hex | EC | 5A | 7 | 0 | 3E | 61 | 7 | 16 | 5E | 30 |
| Octal | 354 | 132 | 7 | 0 | 76 | 141 | 7 | 26 | 136 | 60 |
| Binary | 11101100 | 1011010 | 111 | 0 | 111110 | 1100001 | 111 | 10110 | 1011110 | 110000 |
Color Harmonies of #EC5A07
Complementary color
Monochromatic Colors of #EC5A07
Black with #EC5A07
Text Example
Text Example
White with #EC5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A07; }
p { color: rgb(236,90,7); }
H1.HeaderClassName
{
color: #EC5A07;
}
.AnyTagClassName
{
color: #EC5A07;
}
</style>
background-color css
<style>
a { background-color: #EC5A07; }
a { background-color: rgb(236,90,7); }
div.DivClassName
{
background-color: #EC5A07;
}
.BgClassName
{
background-color: #EC5A07;
}
</style>
border-color css
<style>
span { border-color: #EC5A07; }
span { border-color: rgb(236,90,7); }
td.TdClassName
{
border-color: #EC5A07;
}
.TagClassName
{
border-color: #EC5A07;
}
</style>