Shades of Persimmon #EC4F0B
Tints of Persimmon #EC4F0B
RGB
CMYK
RGB Variations
Color information
#EC4F0B (or 0xEC4F0B) is known color: Persimmon. HEX triplet: EC, 4F and 0B. RGB value is (236,79,11). Sum of RGB (Red+Green+Blue) = 236+79+11=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F0B is #13B0F4. Grayscale: #767676. Windows color (decimal): -1290485 or 741356. OLE color: 741356.
HSL color Cylindrical-coordinate representation of color #EC4F0B: hue angle of 18.13º 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 #EC4F0B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.07 |
| HSL | 18.13º | 0.91% | 0.48% | - |
| HSV(B) | 18.13º | 0.95% | 0.93% | - |
| XYZ | 37.45 | 23.45 | 2.87 | - |
| YUV | 118.19 | 67.51 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 11 | 0 | 0.67 | 0.95 | 0.07 | 18.13 | 0.91 | 0.48 |
| Hex | EC | 4F | B | 0 | 43 | 5F | 7 | 12 | 5B | 30 |
| Octal | 354 | 117 | 13 | 0 | 103 | 137 | 7 | 22 | 133 | 60 |
| Binary | 11101100 | 1001111 | 1011 | 0 | 1000011 | 1011111 | 111 | 10010 | 1011011 | 110000 |
Color Harmonies of #EC4F0B
Complementary color
Monochromatic Colors of #EC4F0B
Black with #EC4F0B
Text Example
Text Example
White with #EC4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F0B; }
p { color: rgb(236,79,11); }
H1.HeaderClassName
{
color: #EC4F0B;
}
.AnyTagClassName
{
color: #EC4F0B;
}
</style>
background-color css
<style>
a { background-color: #EC4F0B; }
a { background-color: rgb(236,79,11); }
div.DivClassName
{
background-color: #EC4F0B;
}
.BgClassName
{
background-color: #EC4F0B;
}
</style>
border-color css
<style>
span { border-color: #EC4F0B; }
span { border-color: rgb(236,79,11); }
td.TdClassName
{
border-color: #EC4F0B;
}
.TagClassName
{
border-color: #EC4F0B;
}
</style>