Shades of Persimmon #EF6116
Tints of Persimmon #EF6116
RGB
CMYK
RGB Variations
Color information
#EF6116 (or 0xEF6116) is known color: Persimmon. HEX triplet: EF, 61 and 16. RGB value is (239,97,22). Sum of RGB (Red+Green+Blue) = 239+97+22=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6116 is #109EE9. Grayscale: #838383. Windows color (decimal): -1089258 or 1466863. OLE color: 1466863.
HSL color Cylindrical-coordinate representation of color #EF6116: hue angle of 20.74º 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 #EF6116 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.06 |
| HSL | 20.74º | 0.87% | 0.51% | - |
| HSV(B) | 20.74º | 0.91% | 0.94% | - |
| XYZ | 40.02 | 26.96 | 3.85 | - |
| YUV | 130.91 | 66.54 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 22 | 0 | 0.59 | 0.91 | 0.06 | 20.74 | 0.87 | 0.51 |
| Hex | EF | 61 | 16 | 0 | 3B | 5B | 6 | 15 | 57 | 33 |
| Octal | 357 | 141 | 26 | 0 | 73 | 133 | 6 | 25 | 127 | 63 |
| Binary | 11101111 | 1100001 | 10110 | 0 | 111011 | 1011011 | 110 | 10101 | 1010111 | 110011 |
Color Harmonies of #EF6116
Complementary color
Monochromatic Colors of #EF6116
Black with #EF6116
Text Example
Text Example
White with #EF6116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6116; }
p { color: rgb(239,97,22); }
H1.HeaderClassName
{
color: #EF6116;
}
.AnyTagClassName
{
color: #EF6116;
}
</style>
background-color css
<style>
a { background-color: #EF6116; }
a { background-color: rgb(239,97,22); }
div.DivClassName
{
background-color: #EF6116;
}
.BgClassName
{
background-color: #EF6116;
}
</style>
border-color css
<style>
span { border-color: #EF6116; }
span { border-color: rgb(239,97,22); }
td.TdClassName
{
border-color: #EF6116;
}
.TagClassName
{
border-color: #EF6116;
}
</style>