Shades of Persimmon #EF5516
Tints of Persimmon #EF5516
RGB
CMYK
RGB Variations
Color information
#EF5516 (or 0xEF5516) is known color: Persimmon. HEX triplet: EF, 55 and 16. RGB value is (239,85,22). Sum of RGB (Red+Green+Blue) = 239+85+22=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5516 is #10AAE9. Grayscale: #7C7C7C. Windows color (decimal): -1092330 or 1463791. OLE color: 1463791.
HSL color Cylindrical-coordinate representation of color #EF5516: hue angle of 17.42º 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 #EF5516 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.06 |
| HSL | 17.42º | 0.87% | 0.51% | - |
| HSV(B) | 17.42º | 0.91% | 0.94% | - |
| XYZ | 38.99 | 24.91 | 3.51 | - |
| YUV | 123.86 | 70.52 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 22 | 0 | 0.64 | 0.91 | 0.06 | 17.42 | 0.87 | 0.51 |
| Hex | EF | 55 | 16 | 0 | 40 | 5B | 6 | 11 | 57 | 33 |
| Octal | 357 | 125 | 26 | 0 | 100 | 133 | 6 | 21 | 127 | 63 |
| Binary | 11101111 | 1010101 | 10110 | 0 | 1000000 | 1011011 | 110 | 10001 | 1010111 | 110011 |
Color Harmonies of #EF5516
Complementary color
Monochromatic Colors of #EF5516
Black with #EF5516
Text Example
Text Example
White with #EF5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5516; }
p { color: rgb(239,85,22); }
H1.HeaderClassName
{
color: #EF5516;
}
.AnyTagClassName
{
color: #EF5516;
}
</style>
background-color css
<style>
a { background-color: #EF5516; }
a { background-color: rgb(239,85,22); }
div.DivClassName
{
background-color: #EF5516;
}
.BgClassName
{
background-color: #EF5516;
}
</style>
border-color css
<style>
span { border-color: #EF5516; }
span { border-color: rgb(239,85,22); }
td.TdClassName
{
border-color: #EF5516;
}
.TagClassName
{
border-color: #EF5516;
}
</style>