Shades of Persimmon #EC4F08
Tints of Persimmon #EC4F08
RGB
CMYK
RGB Variations
Color information
#EC4F08 (or 0xEC4F08) is known color: Persimmon. HEX triplet: EC, 4F and 08. RGB value is (236,79,8). Sum of RGB (Red+Green+Blue) = 236+79+8=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F08 is #13B0F7. Grayscale: #767676. Windows color (decimal): -1290488 or 544748. OLE color: 544748.
HSL color Cylindrical-coordinate representation of color #EC4F08: hue angle of 18.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4F08 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.07 |
| HSL | 18.68º | 0.93% | 0.48% | - |
| HSV(B) | 18.68º | 0.97% | 0.93% | - |
| XYZ | 37.43 | 23.44 | 2.78 | - |
| YUV | 117.85 | 66.01 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 8 | 0 | 0.67 | 0.97 | 0.07 | 18.68 | 0.93 | 0.48 |
| Hex | EC | 4F | 8 | 0 | 43 | 61 | 7 | 13 | 5D | 30 |
| Octal | 354 | 117 | 10 | 0 | 103 | 141 | 7 | 23 | 135 | 60 |
| Binary | 11101100 | 1001111 | 1000 | 0 | 1000011 | 1100001 | 111 | 10011 | 1011101 | 110000 |
Color Harmonies of #EC4F08
Complementary color
Monochromatic Colors of #EC4F08
Black with #EC4F08
Text Example
Text Example
White with #EC4F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F08; }
p { color: rgb(236,79,8); }
H1.HeaderClassName
{
color: #EC4F08;
}
.AnyTagClassName
{
color: #EC4F08;
}
</style>
background-color css
<style>
a { background-color: #EC4F08; }
a { background-color: rgb(236,79,8); }
div.DivClassName
{
background-color: #EC4F08;
}
.BgClassName
{
background-color: #EC4F08;
}
</style>
border-color css
<style>
span { border-color: #EC4F08; }
span { border-color: rgb(236,79,8); }
td.TdClassName
{
border-color: #EC4F08;
}
.TagClassName
{
border-color: #EC4F08;
}
</style>