Shades of Persimmon #EC5A0B
Tints of Persimmon #EC5A0B
RGB
CMYK
RGB Variations
Color information
#EC5A0B (or 0xEC5A0B) is known color: Persimmon. HEX triplet: EC, 5A and 0B. RGB value is (236,90,11). Sum of RGB (Red+Green+Blue) = 236+90+11=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5A0B is #13A5F4. Grayscale: #7D7D7D. Windows color (decimal): -1287669 or 744172. OLE color: 744172.
HSL color Cylindrical-coordinate representation of color #EC5A0B: hue angle of 21.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC5A0B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.07 |
| HSL | 21.07º | 0.91% | 0.48% | - |
| HSV(B) | 21.07º | 0.95% | 0.93% | - |
| XYZ | 38.31 | 25.17 | 3.16 | - |
| YUV | 124.65 | 63.87 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 11 | 0 | 0.62 | 0.95 | 0.07 | 21.07 | 0.91 | 0.48 |
| Hex | EC | 5A | B | 0 | 3E | 5F | 7 | 15 | 5B | 30 |
| Octal | 354 | 132 | 13 | 0 | 76 | 137 | 7 | 25 | 133 | 60 |
| Binary | 11101100 | 1011010 | 1011 | 0 | 111110 | 1011111 | 111 | 10101 | 1011011 | 110000 |
Color Harmonies of #EC5A0B
Complementary color
Monochromatic Colors of #EC5A0B
Black with #EC5A0B
Text Example
Text Example
White with #EC5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A0B; }
p { color: rgb(236,90,11); }
H1.HeaderClassName
{
color: #EC5A0B;
}
.AnyTagClassName
{
color: #EC5A0B;
}
</style>
background-color css
<style>
a { background-color: #EC5A0B; }
a { background-color: rgb(236,90,11); }
div.DivClassName
{
background-color: #EC5A0B;
}
.BgClassName
{
background-color: #EC5A0B;
}
</style>
border-color css
<style>
span { border-color: #EC5A0B; }
span { border-color: rgb(236,90,11); }
td.TdClassName
{
border-color: #EC5A0B;
}
.TagClassName
{
border-color: #EC5A0B;
}
</style>