Shades of Persimmon #EF6411
Tints of Persimmon #EF6411
RGB
CMYK
RGB Variations
Color information
#EF6411 (or 0xEF6411) is known color: Persimmon. HEX triplet: EF, 64 and 11. RGB value is (239,100,17). Sum of RGB (Red+Green+Blue) = 239+100+17=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6411 is #109BEE. Grayscale: #848484. Windows color (decimal): -1088495 or 1139951. OLE color: 1139951.
HSL color Cylindrical-coordinate representation of color #EF6411: hue angle of 22.43º 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 #EF6411 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.06 |
| HSL | 22.43º | 0.87% | 0.5% | - |
| HSV(B) | 22.43º | 0.93% | 0.94% | - |
| XYZ | 40.25 | 27.51 | 3.72 | - |
| YUV | 132.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 17 | 0 | 0.58 | 0.93 | 0.06 | 22.43 | 0.87 | 0.5 |
| Hex | EF | 64 | 11 | 0 | 3A | 5D | 6 | 16 | 57 | 32 |
| Octal | 357 | 144 | 21 | 0 | 72 | 135 | 6 | 26 | 127 | 62 |
| Binary | 11101111 | 1100100 | 10001 | 0 | 111010 | 1011101 | 110 | 10110 | 1010111 | 110010 |
Color Harmonies of #EF6411
Complementary color
Monochromatic Colors of #EF6411
Black with #EF6411
Text Example
Text Example
White with #EF6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6411; }
p { color: rgb(239,100,17); }
H1.HeaderClassName
{
color: #EF6411;
}
.AnyTagClassName
{
color: #EF6411;
}
</style>
background-color css
<style>
a { background-color: #EF6411; }
a { background-color: rgb(239,100,17); }
div.DivClassName
{
background-color: #EF6411;
}
.BgClassName
{
background-color: #EF6411;
}
</style>
border-color css
<style>
span { border-color: #EF6411; }
span { border-color: rgb(239,100,17); }
td.TdClassName
{
border-color: #EF6411;
}
.TagClassName
{
border-color: #EF6411;
}
</style>