Shades of Persimmon #EC5A06
Tints of Persimmon #EC5A06
RGB
CMYK
RGB Variations
Color information
#EC5A06 (or 0xEC5A06) is known color: Persimmon. HEX triplet: EC, 5A and 06. RGB value is (236,90,6). Sum of RGB (Red+Green+Blue) = 236+90+6=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5A06 is #13A5F9. Grayscale: #7C7C7C. Windows color (decimal): -1287674 or 416492. OLE color: 416492.
HSL color Cylindrical-coordinate representation of color #EC5A06: hue angle of 21.91º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5A06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.07 |
| HSL | 21.91º | 0.95% | 0.47% | - |
| HSV(B) | 21.91º | 0.97% | 0.93% | - |
| XYZ | 38.28 | 25.16 | 3.01 | - |
| YUV | 124.08 | 61.37 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 6 | 0 | 0.62 | 0.97 | 0.07 | 21.91 | 0.95 | 0.47 |
| Hex | EC | 5A | 6 | 0 | 3E | 61 | 7 | 16 | 5F | 2F |
| Octal | 354 | 132 | 6 | 0 | 76 | 141 | 7 | 26 | 137 | 57 |
| Binary | 11101100 | 1011010 | 110 | 0 | 111110 | 1100001 | 111 | 10110 | 1011111 | 101111 |
Color Harmonies of #EC5A06
Complementary color
Monochromatic Colors of #EC5A06
Black with #EC5A06
Text Example
Text Example
White with #EC5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A06; }
p { color: rgb(236,90,6); }
H1.HeaderClassName
{
color: #EC5A06;
}
.AnyTagClassName
{
color: #EC5A06;
}
</style>
background-color css
<style>
a { background-color: #EC5A06; }
a { background-color: rgb(236,90,6); }
div.DivClassName
{
background-color: #EC5A06;
}
.BgClassName
{
background-color: #EC5A06;
}
</style>
border-color css
<style>
span { border-color: #EC5A06; }
span { border-color: rgb(236,90,6); }
td.TdClassName
{
border-color: #EC5A06;
}
.TagClassName
{
border-color: #EC5A06;
}
</style>