Shades of Persimmon #EF600F
Tints of Persimmon #EF600F
RGB
CMYK
RGB Variations
Color information
#EF600F (or 0xEF600F) is known color: Persimmon. HEX triplet: EF, 60 and 0F. RGB value is (239,96,15). Sum of RGB (Red+Green+Blue) = 239+96+15=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF600F is #109FF0. Grayscale: #818181. Windows color (decimal): -1089521 or 1007855. OLE color: 1007855.
HSL color Cylindrical-coordinate representation of color #EF600F: hue angle of 21.7º degrees, saturation: 0.88, 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 #EF600F is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 15 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.06 |
| HSL | 21.7º | 0.88% | 0.5% | - |
| HSV(B) | 21.7º | 0.94% | 0.94% | - |
| XYZ | 39.87 | 26.75 | 3.51 | - |
| YUV | 129.52 | 63.38 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 15 | 0 | 0.60 | 0.94 | 0.06 | 21.7 | 0.88 | 0.5 |
| Hex | EF | 60 | F | 0 | 3C | 5E | 6 | 16 | 58 | 32 |
| Octal | 357 | 140 | 17 | 0 | 74 | 136 | 6 | 26 | 130 | 62 |
| Binary | 11101111 | 1100000 | 1111 | 0 | 111100 | 1011110 | 110 | 10110 | 1011000 | 110010 |
Color Harmonies of #EF600F
Complementary color
Monochromatic Colors of #EF600F
Black with #EF600F
Text Example
Text Example
White with #EF600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF600F; }
p { color: rgb(239,96,15); }
H1.HeaderClassName
{
color: #EF600F;
}
.AnyTagClassName
{
color: #EF600F;
}
</style>
background-color css
<style>
a { background-color: #EF600F; }
a { background-color: rgb(239,96,15); }
div.DivClassName
{
background-color: #EF600F;
}
.BgClassName
{
background-color: #EF600F;
}
</style>
border-color css
<style>
span { border-color: #EF600F; }
span { border-color: rgb(239,96,15); }
td.TdClassName
{
border-color: #EF600F;
}
.TagClassName
{
border-color: #EF600F;
}
</style>