Shades of Persimmon #EF5615
Tints of Persimmon #EF5615
RGB
CMYK
RGB Variations
Color information
#EF5615 (or 0xEF5615) is known color: Persimmon. HEX triplet: EF, 56 and 15. RGB value is (239,86,21). Sum of RGB (Red+Green+Blue) = 239+86+21=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5615 is #10A9EA. Grayscale: #7C7C7C. Windows color (decimal): -1092075 or 1398511. OLE color: 1398511.
HSL color Cylindrical-coordinate representation of color #EF5615: hue angle of 17.89º 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 #EF5615 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.06 |
| HSL | 17.89º | 0.87% | 0.51% | - |
| HSV(B) | 17.89º | 0.91% | 0.94% | - |
| XYZ | 39.06 | 25.06 | 3.49 | - |
| YUV | 124.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 21 | 0 | 0.64 | 0.91 | 0.06 | 17.89 | 0.87 | 0.51 |
| Hex | EF | 56 | 15 | 0 | 40 | 5B | 6 | 12 | 57 | 33 |
| Octal | 357 | 126 | 25 | 0 | 100 | 133 | 6 | 22 | 127 | 63 |
| Binary | 11101111 | 1010110 | 10101 | 0 | 1000000 | 1011011 | 110 | 10010 | 1010111 | 110011 |
Color Harmonies of #EF5615
Complementary color
Monochromatic Colors of #EF5615
Black with #EF5615
Text Example
Text Example
White with #EF5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5615; }
p { color: rgb(239,86,21); }
H1.HeaderClassName
{
color: #EF5615;
}
.AnyTagClassName
{
color: #EF5615;
}
</style>
background-color css
<style>
a { background-color: #EF5615; }
a { background-color: rgb(239,86,21); }
div.DivClassName
{
background-color: #EF5615;
}
.BgClassName
{
background-color: #EF5615;
}
</style>
border-color css
<style>
span { border-color: #EF5615; }
span { border-color: rgb(239,86,21); }
td.TdClassName
{
border-color: #EF5615;
}
.TagClassName
{
border-color: #EF5615;
}
</style>