Shades of Persimmon #EF6012
Tints of Persimmon #EF6012
RGB
CMYK
RGB Variations
Color information
#EF6012 (or 0xEF6012) is known color: Persimmon. HEX triplet: EF, 60 and 12. RGB value is (239,96,18). Sum of RGB (Red+Green+Blue) = 239+96+18=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6012 is #109FED. Grayscale: #828282. Windows color (decimal): -1089518 or 1204463. OLE color: 1204463.
HSL color Cylindrical-coordinate representation of color #EF6012: hue angle of 21.18º 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 #EF6012 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 18 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.06 |
| HSL | 21.18º | 0.87% | 0.5% | - |
| HSV(B) | 21.18º | 0.92% | 0.94% | - |
| XYZ | 39.89 | 26.76 | 3.64 | - |
| YUV | 129.87 | 64.88 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 18 | 0 | 0.60 | 0.92 | 0.06 | 21.18 | 0.87 | 0.5 |
| Hex | EF | 60 | 12 | 0 | 3C | 5C | 6 | 15 | 57 | 32 |
| Octal | 357 | 140 | 22 | 0 | 74 | 134 | 6 | 25 | 127 | 62 |
| Binary | 11101111 | 1100000 | 10010 | 0 | 111100 | 1011100 | 110 | 10101 | 1010111 | 110010 |
Color Harmonies of #EF6012
Complementary color
Monochromatic Colors of #EF6012
Black with #EF6012
Text Example
Text Example
White with #EF6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6012; }
p { color: rgb(239,96,18); }
H1.HeaderClassName
{
color: #EF6012;
}
.AnyTagClassName
{
color: #EF6012;
}
</style>
background-color css
<style>
a { background-color: #EF6012; }
a { background-color: rgb(239,96,18); }
div.DivClassName
{
background-color: #EF6012;
}
.BgClassName
{
background-color: #EF6012;
}
</style>
border-color css
<style>
span { border-color: #EF6012; }
span { border-color: rgb(239,96,18); }
td.TdClassName
{
border-color: #EF6012;
}
.TagClassName
{
border-color: #EF6012;
}
</style>