Shades of Persimmon #EF6511
Tints of Persimmon #EF6511
RGB
CMYK
RGB Variations
Color information
#EF6511 (or 0xEF6511) is known color: Persimmon. HEX triplet: EF, 65 and 11. RGB value is (239,101,17). Sum of RGB (Red+Green+Blue) = 239+101+17=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6511 is #109AEE. Grayscale: #858585. Windows color (decimal): -1088239 or 1140207. OLE color: 1140207.
HSL color Cylindrical-coordinate representation of color #EF6511: hue angle of 22.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF6511 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.06 |
| HSL | 22.7º | 0.87% | 0.5% | - |
| HSV(B) | 22.7º | 0.93% | 0.94% | - |
| XYZ | 40.35 | 27.7 | 3.75 | - |
| YUV | 132.69 | 62.72 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 17 | 0 | 0.58 | 0.93 | 0.06 | 22.7 | 0.87 | 0.5 |
| Hex | EF | 65 | 11 | 0 | 3A | 5D | 6 | 17 | 57 | 32 |
| Octal | 357 | 145 | 21 | 0 | 72 | 135 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1100101 | 10001 | 0 | 111010 | 1011101 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6511
Complementary color
Monochromatic Colors of #EF6511
Black with #EF6511
Text Example
Text Example
White with #EF6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6511; }
p { color: rgb(239,101,17); }
H1.HeaderClassName
{
color: #EF6511;
}
.AnyTagClassName
{
color: #EF6511;
}
</style>
background-color css
<style>
a { background-color: #EF6511; }
a { background-color: rgb(239,101,17); }
div.DivClassName
{
background-color: #EF6511;
}
.BgClassName
{
background-color: #EF6511;
}
</style>
border-color css
<style>
span { border-color: #EF6511; }
span { border-color: rgb(239,101,17); }
td.TdClassName
{
border-color: #EF6511;
}
.TagClassName
{
border-color: #EF6511;
}
</style>