Shades of Persimmon #EC5F0A
Tints of Persimmon #EC5F0A
RGB
CMYK
RGB Variations
Color information
#EC5F0A (or 0xEC5F0A) is known color: Persimmon. HEX triplet: EC, 5F and 0A. RGB value is (236,95,10). Sum of RGB (Red+Green+Blue) = 236+95+10=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F0A is #13A0F5. Grayscale: #7F7F7F. Windows color (decimal): -1286390 or 679916. OLE color: 679916.
HSL color Cylindrical-coordinate representation of color #EC5F0A: hue angle of 22.57º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC5F0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.07 |
| HSL | 22.57º | 0.92% | 0.48% | - |
| HSV(B) | 22.57º | 0.96% | 0.93% | - |
| XYZ | 38.74 | 26.04 | 3.27 | - |
| YUV | 127.47 | 61.71 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 10 | 0 | 0.60 | 0.96 | 0.07 | 22.57 | 0.92 | 0.48 |
| Hex | EC | 5F | A | 0 | 3C | 60 | 7 | 17 | 5C | 30 |
| Octal | 354 | 137 | 12 | 0 | 74 | 140 | 7 | 27 | 134 | 60 |
| Binary | 11101100 | 1011111 | 1010 | 0 | 111100 | 1100000 | 111 | 10111 | 1011100 | 110000 |
Color Harmonies of #EC5F0A
Complementary color
Monochromatic Colors of #EC5F0A
Black with #EC5F0A
Text Example
Text Example
White with #EC5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F0A; }
p { color: rgb(236,95,10); }
H1.HeaderClassName
{
color: #EC5F0A;
}
.AnyTagClassName
{
color: #EC5F0A;
}
</style>
background-color css
<style>
a { background-color: #EC5F0A; }
a { background-color: rgb(236,95,10); }
div.DivClassName
{
background-color: #EC5F0A;
}
.BgClassName
{
background-color: #EC5F0A;
}
</style>
border-color css
<style>
span { border-color: #EC5F0A; }
span { border-color: rgb(236,95,10); }
td.TdClassName
{
border-color: #EC5F0A;
}
.TagClassName
{
border-color: #EC5F0A;
}
</style>