Shades of Persimmon #EC4F10
Tints of Persimmon #EC4F10
RGB
CMYK
RGB Variations
Color information
#EC4F10 (or 0xEC4F10) is known color: Persimmon. HEX triplet: EC, 4F and 10. RGB value is (236,79,16). Sum of RGB (Red+Green+Blue) = 236+79+16=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F10 is #13B0EF. Grayscale: #777777. Windows color (decimal): -1290480 or 1069036. OLE color: 1069036.
HSL color Cylindrical-coordinate representation of color #EC4F10: hue angle of 17.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4F10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.07 |
| HSL | 17.18º | 0.87% | 0.49% | - |
| HSV(B) | 17.18º | 0.93% | 0.93% | - |
| XYZ | 37.48 | 23.46 | 3.04 | - |
| YUV | 118.76 | 70.01 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 16 | 0 | 0.67 | 0.93 | 0.07 | 17.18 | 0.87 | 0.49 |
| Hex | EC | 4F | 10 | 0 | 43 | 5D | 7 | 11 | 57 | 31 |
| Octal | 354 | 117 | 20 | 0 | 103 | 135 | 7 | 21 | 127 | 61 |
| Binary | 11101100 | 1001111 | 10000 | 0 | 1000011 | 1011101 | 111 | 10001 | 1010111 | 110001 |
Color Harmonies of #EC4F10
Complementary color
Monochromatic Colors of #EC4F10
Black with #EC4F10
Text Example
Text Example
White with #EC4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F10; }
p { color: rgb(236,79,16); }
H1.HeaderClassName
{
color: #EC4F10;
}
.AnyTagClassName
{
color: #EC4F10;
}
</style>
background-color css
<style>
a { background-color: #EC4F10; }
a { background-color: rgb(236,79,16); }
div.DivClassName
{
background-color: #EC4F10;
}
.BgClassName
{
background-color: #EC4F10;
}
</style>
border-color css
<style>
span { border-color: #EC4F10; }
span { border-color: rgb(236,79,16); }
td.TdClassName
{
border-color: #EC4F10;
}
.TagClassName
{
border-color: #EC4F10;
}
</style>