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