Shades of Persimmon #EF5107
Tints of Persimmon #EF5107
RGB
CMYK
RGB Variations
Color information
#EF5107 (or 0xEF5107) is known color: Persimmon. HEX triplet: EF, 51 and 07. RGB value is (239,81,7). Sum of RGB (Red+Green+Blue) = 239+81+7=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5107 is #10AEF8. Grayscale: #787878. Windows color (decimal): -1093369 or 479727. OLE color: 479727.
HSL color Cylindrical-coordinate representation of color #EF5107: hue angle of 19.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF5107 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.06 |
| HSL | 19.14º | 0.94% | 0.48% | - |
| HSV(B) | 19.14º | 0.97% | 0.94% | - |
| XYZ | 38.58 | 24.25 | 2.85 | - |
| YUV | 119.81 | 64.35 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 7 | 0 | 0.66 | 0.97 | 0.06 | 19.14 | 0.94 | 0.48 |
| Hex | EF | 51 | 7 | 0 | 42 | 61 | 6 | 13 | 5E | 30 |
| Octal | 357 | 121 | 7 | 0 | 102 | 141 | 6 | 23 | 136 | 60 |
| Binary | 11101111 | 1010001 | 111 | 0 | 1000010 | 1100001 | 110 | 10011 | 1011110 | 110000 |
Color Harmonies of #EF5107
Complementary color
Monochromatic Colors of #EF5107
Black with #EF5107
Text Example
Text Example
White with #EF5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5107; }
p { color: rgb(239,81,7); }
H1.HeaderClassName
{
color: #EF5107;
}
.AnyTagClassName
{
color: #EF5107;
}
</style>
background-color css
<style>
a { background-color: #EF5107; }
a { background-color: rgb(239,81,7); }
div.DivClassName
{
background-color: #EF5107;
}
.BgClassName
{
background-color: #EF5107;
}
</style>
border-color css
<style>
span { border-color: #EF5107; }
span { border-color: rgb(239,81,7); }
td.TdClassName
{
border-color: #EF5107;
}
.TagClassName
{
border-color: #EF5107;
}
</style>