Shades of Persimmon #EF6710
Tints of Persimmon #EF6710
RGB
CMYK
RGB Variations
Color information
#EF6710 (or 0xEF6710) is known color: Persimmon. HEX triplet: EF, 67 and 10. RGB value is (239,103,16). Sum of RGB (Red+Green+Blue) = 239+103+16=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6710 is #1098EF. Grayscale: #868686. Windows color (decimal): -1087728 or 1075183. OLE color: 1075183.
HSL color Cylindrical-coordinate representation of color #EF6710: hue angle of 23.41º 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 #EF6710 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.06 |
| HSL | 23.41º | 0.87% | 0.5% | - |
| HSV(B) | 23.41º | 0.93% | 0.94% | - |
| XYZ | 40.54 | 28.09 | 3.78 | - |
| YUV | 133.75 | 61.56 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 16 | 0 | 0.57 | 0.93 | 0.06 | 23.41 | 0.87 | 0.5 |
| Hex | EF | 67 | 10 | 0 | 39 | 5D | 6 | 17 | 57 | 32 |
| Octal | 357 | 147 | 20 | 0 | 71 | 135 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1100111 | 10000 | 0 | 111001 | 1011101 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6710
Complementary color
Monochromatic Colors of #EF6710
Black with #EF6710
Text Example
Text Example
White with #EF6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6710; }
p { color: rgb(239,103,16); }
H1.HeaderClassName
{
color: #EF6710;
}
.AnyTagClassName
{
color: #EF6710;
}
</style>
background-color css
<style>
a { background-color: #EF6710; }
a { background-color: rgb(239,103,16); }
div.DivClassName
{
background-color: #EF6710;
}
.BgClassName
{
background-color: #EF6710;
}
</style>
border-color css
<style>
span { border-color: #EF6710; }
span { border-color: rgb(239,103,16); }
td.TdClassName
{
border-color: #EF6710;
}
.TagClassName
{
border-color: #EF6710;
}
</style>