Shades of Persimmon #EF600E
Tints of Persimmon #EF600E
RGB
CMYK
RGB Variations
Color information
#EF600E (or 0xEF600E) is known color: Persimmon. HEX triplet: EF, 60 and 0E. RGB value is (239,96,14). Sum of RGB (Red+Green+Blue) = 239+96+14=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF600E is #109FF1. Grayscale: #818181. Windows color (decimal): -1089522 or 942319. OLE color: 942319.
HSL color Cylindrical-coordinate representation of color #EF600E: hue angle of 21.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF600E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.06 |
| HSL | 21.87º | 0.89% | 0.5% | - |
| HSV(B) | 21.87º | 0.94% | 0.94% | - |
| XYZ | 39.86 | 26.75 | 3.48 | - |
| YUV | 129.41 | 62.88 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 14 | 0 | 0.60 | 0.94 | 0.06 | 21.87 | 0.89 | 0.5 |
| Hex | EF | 60 | E | 0 | 3C | 5E | 6 | 16 | 59 | 32 |
| Octal | 357 | 140 | 16 | 0 | 74 | 136 | 6 | 26 | 131 | 62 |
| Binary | 11101111 | 1100000 | 1110 | 0 | 111100 | 1011110 | 110 | 10110 | 1011001 | 110010 |
Color Harmonies of #EF600E
Complementary color
Monochromatic Colors of #EF600E
Black with #EF600E
Text Example
Text Example
White with #EF600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF600E; }
p { color: rgb(239,96,14); }
H1.HeaderClassName
{
color: #EF600E;
}
.AnyTagClassName
{
color: #EF600E;
}
</style>
background-color css
<style>
a { background-color: #EF600E; }
a { background-color: rgb(239,96,14); }
div.DivClassName
{
background-color: #EF600E;
}
.BgClassName
{
background-color: #EF600E;
}
</style>
border-color css
<style>
span { border-color: #EF600E; }
span { border-color: rgb(239,96,14); }
td.TdClassName
{
border-color: #EF600E;
}
.TagClassName
{
border-color: #EF600E;
}
</style>