Shades of Persimmon #EF5000
Tints of Persimmon #EF5000
RGB
CMYK
RGB Variations
Color information
#EF5000 (or 0xEF5000) is known color: Persimmon. HEX triplet: EF, 50 and 00. RGB value is (239,80,0). Sum of RGB (Red+Green+Blue) = 239+80+0=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5000 is #10AFFF. Grayscale: #767676. Windows color (decimal): -1093632 or 20719. OLE color: 20719.
HSL color Cylindrical-coordinate representation of color #EF5000: hue angle of 20.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF5000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.06 |
| HSL | 20.08º | 1% | 0.47% | - |
| HSV(B) | 20.08º | 1% | 0.94% | - |
| XYZ | 38.47 | 24.09 | 2.62 | - |
| YUV | 118.42 | 61.18 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 0 | 0 | 0.67 | 1 | 0.06 | 20.08 | 1 | 0.47 |
| Hex | EF | 50 | 0 | 0 | 43 | 64 | 6 | 14 | 64 | 2F |
| Octal | 357 | 120 | 0 | 0 | 103 | 144 | 6 | 24 | 144 | 57 |
| Binary | 11101111 | 1010000 | 0 | 0 | 1000011 | 1100100 | 110 | 10100 | 1100100 | 101111 |
Color Harmonies of #EF5000
Complementary color
Monochromatic Colors of #EF5000
Black with #EF5000
Text Example
Text Example
White with #EF5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5000; }
p { color: rgb(239,80,0); }
H1.HeaderClassName
{
color: #EF5000;
}
.AnyTagClassName
{
color: #EF5000;
}
</style>
background-color css
<style>
a { background-color: #EF5000; }
a { background-color: rgb(239,80,0); }
div.DivClassName
{
background-color: #EF5000;
}
.BgClassName
{
background-color: #EF5000;
}
</style>
border-color css
<style>
span { border-color: #EF5000; }
span { border-color: rgb(239,80,0); }
td.TdClassName
{
border-color: #EF5000;
}
.TagClassName
{
border-color: #EF5000;
}
</style>