Shades of Persimmon #EF5C16
Tints of Persimmon #EF5C16
RGB
CMYK
RGB Variations
Color information
#EF5C16 (or 0xEF5C16) is known color: Persimmon. HEX triplet: EF, 5C and 16. RGB value is (239,92,22). Sum of RGB (Red+Green+Blue) = 239+92+22=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C16 is #10A3E9. Grayscale: #808080. Windows color (decimal): -1090538 or 1465583. OLE color: 1465583.
HSL color Cylindrical-coordinate representation of color #EF5C16: hue angle of 19.35º 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 #EF5C16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.06 |
| HSL | 19.35º | 0.87% | 0.51% | - |
| HSV(B) | 19.35º | 0.91% | 0.94% | - |
| XYZ | 39.57 | 26.06 | 3.7 | - |
| YUV | 127.97 | 68.2 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 22 | 0 | 0.62 | 0.91 | 0.06 | 19.35 | 0.87 | 0.51 |
| Hex | EF | 5C | 16 | 0 | 3E | 5B | 6 | 13 | 57 | 33 |
| Octal | 357 | 134 | 26 | 0 | 76 | 133 | 6 | 23 | 127 | 63 |
| Binary | 11101111 | 1011100 | 10110 | 0 | 111110 | 1011011 | 110 | 10011 | 1010111 | 110011 |
Color Harmonies of #EF5C16
Complementary color
Monochromatic Colors of #EF5C16
Black with #EF5C16
Text Example
Text Example
White with #EF5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C16; }
p { color: rgb(239,92,22); }
H1.HeaderClassName
{
color: #EF5C16;
}
.AnyTagClassName
{
color: #EF5C16;
}
</style>
background-color css
<style>
a { background-color: #EF5C16; }
a { background-color: rgb(239,92,22); }
div.DivClassName
{
background-color: #EF5C16;
}
.BgClassName
{
background-color: #EF5C16;
}
</style>
border-color css
<style>
span { border-color: #EF5C16; }
span { border-color: rgb(239,92,22); }
td.TdClassName
{
border-color: #EF5C16;
}
.TagClassName
{
border-color: #EF5C16;
}
</style>