Shades of Persimmon #EF6013
Tints of Persimmon #EF6013
RGB
CMYK
RGB Variations
Color information
#EF6013 (or 0xEF6013) is known color: Persimmon. HEX triplet: EF, 60 and 13. RGB value is (239,96,19). Sum of RGB (Red+Green+Blue) = 239+96+19=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6013 is #109FEC. Grayscale: #828282. Windows color (decimal): -1089517 or 1269999. OLE color: 1269999.
HSL color Cylindrical-coordinate representation of color #EF6013: hue angle of 21º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF6013 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.06 |
| HSL | 21º | 0.87% | 0.51% | - |
| HSV(B) | 21º | 0.92% | 0.94% | - |
| XYZ | 39.9 | 26.76 | 3.68 | - |
| YUV | 129.98 | 65.38 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 19 | 0 | 0.60 | 0.92 | 0.06 | 21 | 0.87 | 0.51 |
| Hex | EF | 60 | 13 | 0 | 3C | 5C | 6 | 15 | 57 | 33 |
| Octal | 357 | 140 | 23 | 0 | 74 | 134 | 6 | 25 | 127 | 63 |
| Binary | 11101111 | 1100000 | 10011 | 0 | 111100 | 1011100 | 110 | 10101 | 1010111 | 110011 |
Color Harmonies of #EF6013
Complementary color
Monochromatic Colors of #EF6013
Black with #EF6013
Text Example
Text Example
White with #EF6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6013; }
p { color: rgb(239,96,19); }
H1.HeaderClassName
{
color: #EF6013;
}
.AnyTagClassName
{
color: #EF6013;
}
</style>
background-color css
<style>
a { background-color: #EF6013; }
a { background-color: rgb(239,96,19); }
div.DivClassName
{
background-color: #EF6013;
}
.BgClassName
{
background-color: #EF6013;
}
</style>
border-color css
<style>
span { border-color: #EF6013; }
span { border-color: rgb(239,96,19); }
td.TdClassName
{
border-color: #EF6013;
}
.TagClassName
{
border-color: #EF6013;
}
</style>