Shades of Persimmon #EF6015
Tints of Persimmon #EF6015
RGB
CMYK
RGB Variations
Color information
#EF6015 (or 0xEF6015) is known color: Persimmon. HEX triplet: EF, 60 and 15. RGB value is (239,96,21). Sum of RGB (Red+Green+Blue) = 239+96+21=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6015 is #109FEA. Grayscale: #828282. Windows color (decimal): -1089515 or 1401071. OLE color: 1401071.
HSL color Cylindrical-coordinate representation of color #EF6015: hue angle of 20.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6015 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 21 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.06 |
| HSL | 20.64º | 0.87% | 0.51% | - |
| HSV(B) | 20.64º | 0.91% | 0.94% | - |
| XYZ | 39.91 | 26.77 | 3.77 | - |
| YUV | 130.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 21 | 0 | 0.60 | 0.91 | 0.06 | 20.64 | 0.87 | 0.51 |
| Hex | EF | 60 | 15 | 0 | 3C | 5B | 6 | 15 | 57 | 33 |
| Octal | 357 | 140 | 25 | 0 | 74 | 133 | 6 | 25 | 127 | 63 |
| Binary | 11101111 | 1100000 | 10101 | 0 | 111100 | 1011011 | 110 | 10101 | 1010111 | 110011 |
Color Harmonies of #EF6015
Complementary color
Monochromatic Colors of #EF6015
Black with #EF6015
Text Example
Text Example
White with #EF6015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6015; }
p { color: rgb(239,96,21); }
H1.HeaderClassName
{
color: #EF6015;
}
.AnyTagClassName
{
color: #EF6015;
}
</style>
background-color css
<style>
a { background-color: #EF6015; }
a { background-color: rgb(239,96,21); }
div.DivClassName
{
background-color: #EF6015;
}
.BgClassName
{
background-color: #EF6015;
}
</style>
border-color css
<style>
span { border-color: #EF6015; }
span { border-color: rgb(239,96,21); }
td.TdClassName
{
border-color: #EF6015;
}
.TagClassName
{
border-color: #EF6015;
}
</style>