Shades of Persimmon #EF5112
Tints of Persimmon #EF5112
RGB
CMYK
RGB Variations
Color information
#EF5112 (or 0xEF5112) is known color: Persimmon. HEX triplet: EF, 51 and 12. RGB value is (239,81,18). Sum of RGB (Red+Green+Blue) = 239+81+18=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5112 is #10AEED. Grayscale: #797979. Windows color (decimal): -1093358 or 1200623. OLE color: 1200623.
HSL color Cylindrical-coordinate representation of color #EF5112: hue angle of 17.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF5112 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.06 |
| HSL | 17.1º | 0.87% | 0.5% | - |
| HSV(B) | 17.1º | 0.92% | 0.94% | - |
| XYZ | 38.65 | 24.28 | 3.22 | - |
| YUV | 121.06 | 69.85 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 18 | 0 | 0.66 | 0.92 | 0.06 | 17.1 | 0.87 | 0.5 |
| Hex | EF | 51 | 12 | 0 | 42 | 5C | 6 | 11 | 57 | 32 |
| Octal | 357 | 121 | 22 | 0 | 102 | 134 | 6 | 21 | 127 | 62 |
| Binary | 11101111 | 1010001 | 10010 | 0 | 1000010 | 1011100 | 110 | 10001 | 1010111 | 110010 |
Color Harmonies of #EF5112
Complementary color
Monochromatic Colors of #EF5112
Black with #EF5112
Text Example
Text Example
White with #EF5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5112; }
p { color: rgb(239,81,18); }
H1.HeaderClassName
{
color: #EF5112;
}
.AnyTagClassName
{
color: #EF5112;
}
</style>
background-color css
<style>
a { background-color: #EF5112; }
a { background-color: rgb(239,81,18); }
div.DivClassName
{
background-color: #EF5112;
}
.BgClassName
{
background-color: #EF5112;
}
</style>
border-color css
<style>
span { border-color: #EF5112; }
span { border-color: rgb(239,81,18); }
td.TdClassName
{
border-color: #EF5112;
}
.TagClassName
{
border-color: #EF5112;
}
</style>