Shades of Persimmon #EF5210
Tints of Persimmon #EF5210
RGB
CMYK
RGB Variations
Color information
#EF5210 (or 0xEF5210) is known color: Persimmon. HEX triplet: EF, 52 and 10. RGB value is (239,82,16). Sum of RGB (Red+Green+Blue) = 239+82+16=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5210 is #10ADEF. Grayscale: #797979. Windows color (decimal): -1093104 or 1069807. OLE color: 1069807.
HSL color Cylindrical-coordinate representation of color #EF5210: hue angle of 17.76º 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 #EF5210 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.06 |
| HSL | 17.76º | 0.87% | 0.5% | - |
| HSV(B) | 17.76º | 0.93% | 0.94% | - |
| XYZ | 38.71 | 24.42 | 3.16 | - |
| YUV | 121.42 | 68.51 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 16 | 0 | 0.66 | 0.93 | 0.06 | 17.76 | 0.87 | 0.5 |
| Hex | EF | 52 | 10 | 0 | 42 | 5D | 6 | 12 | 57 | 32 |
| Octal | 357 | 122 | 20 | 0 | 102 | 135 | 6 | 22 | 127 | 62 |
| Binary | 11101111 | 1010010 | 10000 | 0 | 1000010 | 1011101 | 110 | 10010 | 1010111 | 110010 |
Color Harmonies of #EF5210
Complementary color
Monochromatic Colors of #EF5210
Black with #EF5210
Text Example
Text Example
White with #EF5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5210; }
p { color: rgb(239,82,16); }
H1.HeaderClassName
{
color: #EF5210;
}
.AnyTagClassName
{
color: #EF5210;
}
</style>
background-color css
<style>
a { background-color: #EF5210; }
a { background-color: rgb(239,82,16); }
div.DivClassName
{
background-color: #EF5210;
}
.BgClassName
{
background-color: #EF5210;
}
</style>
border-color css
<style>
span { border-color: #EF5210; }
span { border-color: rgb(239,82,16); }
td.TdClassName
{
border-color: #EF5210;
}
.TagClassName
{
border-color: #EF5210;
}
</style>