Shades of Persimmon #EF6310
Tints of Persimmon #EF6310
RGB
CMYK
RGB Variations
Color information
#EF6310 (or 0xEF6310) is known color: Persimmon. HEX triplet: EF, 63 and 10. RGB value is (239,99,16). Sum of RGB (Red+Green+Blue) = 239+99+16=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6310 is #109CEF. Grayscale: #838383. Windows color (decimal): -1088752 or 1074159. OLE color: 1074159.
HSL color Cylindrical-coordinate representation of color #EF6310: hue angle of 22.33º 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 #EF6310 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 16 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.06 |
| HSL | 22.33º | 0.87% | 0.5% | - |
| HSV(B) | 22.33º | 0.93% | 0.94% | - |
| XYZ | 40.15 | 27.31 | 3.65 | - |
| YUV | 131.4 | 62.88 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 16 | 0 | 0.59 | 0.93 | 0.06 | 22.33 | 0.87 | 0.5 |
| Hex | EF | 63 | 10 | 0 | 3B | 5D | 6 | 16 | 57 | 32 |
| Octal | 357 | 143 | 20 | 0 | 73 | 135 | 6 | 26 | 127 | 62 |
| Binary | 11101111 | 1100011 | 10000 | 0 | 111011 | 1011101 | 110 | 10110 | 1010111 | 110010 |
Color Harmonies of #EF6310
Complementary color
Monochromatic Colors of #EF6310
Black with #EF6310
Text Example
Text Example
White with #EF6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6310; }
p { color: rgb(239,99,16); }
H1.HeaderClassName
{
color: #EF6310;
}
.AnyTagClassName
{
color: #EF6310;
}
</style>
background-color css
<style>
a { background-color: #EF6310; }
a { background-color: rgb(239,99,16); }
div.DivClassName
{
background-color: #EF6310;
}
.BgClassName
{
background-color: #EF6310;
}
</style>
border-color css
<style>
span { border-color: #EF6310; }
span { border-color: rgb(239,99,16); }
td.TdClassName
{
border-color: #EF6310;
}
.TagClassName
{
border-color: #EF6310;
}
</style>