Shades of Persimmon #EF6610
Tints of Persimmon #EF6610
RGB
CMYK
RGB Variations
Color information
#EF6610 (or 0xEF6610) is known color: Persimmon. HEX triplet: EF, 66 and 10. RGB value is (239,102,16). Sum of RGB (Red+Green+Blue) = 239+102+16=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6610 is #1099EF. Grayscale: #858585. Windows color (decimal): -1087984 or 1074927. OLE color: 1074927.
HSL color Cylindrical-coordinate representation of color #EF6610: hue angle of 23.14º 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 #EF6610 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.06 |
| HSL | 23.14º | 0.87% | 0.5% | - |
| HSV(B) | 23.14º | 0.93% | 0.94% | - |
| XYZ | 40.44 | 27.89 | 3.74 | - |
| YUV | 133.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 16 | 0 | 0.57 | 0.93 | 0.06 | 23.14 | 0.87 | 0.5 |
| Hex | EF | 66 | 10 | 0 | 39 | 5D | 6 | 17 | 57 | 32 |
| Octal | 357 | 146 | 20 | 0 | 71 | 135 | 6 | 27 | 127 | 62 |
| Binary | 11101111 | 1100110 | 10000 | 0 | 111001 | 1011101 | 110 | 10111 | 1010111 | 110010 |
Color Harmonies of #EF6610
Complementary color
Monochromatic Colors of #EF6610
Black with #EF6610
Text Example
Text Example
White with #EF6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6610; }
p { color: rgb(239,102,16); }
H1.HeaderClassName
{
color: #EF6610;
}
.AnyTagClassName
{
color: #EF6610;
}
</style>
background-color css
<style>
a { background-color: #EF6610; }
a { background-color: rgb(239,102,16); }
div.DivClassName
{
background-color: #EF6610;
}
.BgClassName
{
background-color: #EF6610;
}
</style>
border-color css
<style>
span { border-color: #EF6610; }
span { border-color: rgb(239,102,16); }
td.TdClassName
{
border-color: #EF6610;
}
.TagClassName
{
border-color: #EF6610;
}
</style>