Shades of Persimmon #EC4B0A
Tints of Persimmon #EC4B0A
RGB
CMYK
RGB Variations
Color information
#EC4B0A (or 0xEC4B0A) is known color: Persimmon. HEX triplet: EC, 4B and 0A. RGB value is (236,75,10). Sum of RGB (Red+Green+Blue) = 236+75+10=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B0A is #13B4F5. Grayscale: #747474. Windows color (decimal): -1291510 or 674796. OLE color: 674796.
HSL color Cylindrical-coordinate representation of color #EC4B0A: hue angle of 17.26º 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 #EC4B0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.07 |
| HSL | 17.26º | 0.92% | 0.48% | - |
| HSV(B) | 17.26º | 0.96% | 0.93% | - |
| XYZ | 37.16 | 22.89 | 2.75 | - |
| YUV | 115.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 10 | 0 | 0.68 | 0.96 | 0.07 | 17.26 | 0.92 | 0.48 |
| Hex | EC | 4B | A | 0 | 44 | 60 | 7 | 11 | 5C | 30 |
| Octal | 354 | 113 | 12 | 0 | 104 | 140 | 7 | 21 | 134 | 60 |
| Binary | 11101100 | 1001011 | 1010 | 0 | 1000100 | 1100000 | 111 | 10001 | 1011100 | 110000 |
Color Harmonies of #EC4B0A
Complementary color
Monochromatic Colors of #EC4B0A
Black with #EC4B0A
Text Example
Text Example
White with #EC4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B0A; }
p { color: rgb(236,75,10); }
H1.HeaderClassName
{
color: #EC4B0A;
}
.AnyTagClassName
{
color: #EC4B0A;
}
</style>
background-color css
<style>
a { background-color: #EC4B0A; }
a { background-color: rgb(236,75,10); }
div.DivClassName
{
background-color: #EC4B0A;
}
.BgClassName
{
background-color: #EC4B0A;
}
</style>
border-color css
<style>
span { border-color: #EC4B0A; }
span { border-color: rgb(236,75,10); }
td.TdClassName
{
border-color: #EC4B0A;
}
.TagClassName
{
border-color: #EC4B0A;
}
</style>