Shades of Persimmon #EF5801
Tints of Persimmon #EF5801
RGB
CMYK
RGB Variations
Color information
#EF5801 (or 0xEF5801) is known color: Persimmon. HEX triplet: EF, 58 and 01. RGB value is (239,88,1). Sum of RGB (Red+Green+Blue) = 239+88+1=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5801 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5801 is #10A7FE. Grayscale: #7B7B7B. Windows color (decimal): -1091583 or 88303. OLE color: 88303.
HSL color Cylindrical-coordinate representation of color #EF5801: hue angle of 21.93º 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 #EF5801 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.06 |
| HSL | 21.93º | 0.99% | 0.47% | - |
| HSV(B) | 21.93º | 1% | 0.94% | - |
| XYZ | 39.09 | 25.33 | 2.86 | - |
| YUV | 123.23 | 59.03 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 1 | 0 | 0.63 | 1.00 | 0.06 | 21.93 | 0.99 | 0.47 |
| Hex | EF | 58 | 1 | 0 | 3F | 64 | 6 | 16 | 63 | 2F |
| Octal | 357 | 130 | 1 | 0 | 77 | 144 | 6 | 26 | 143 | 57 |
| Binary | 11101111 | 1011000 | 1 | 0 | 111111 | 1100100 | 110 | 10110 | 1100011 | 101111 |
Color Harmonies of #EF5801
Complementary color
Monochromatic Colors of #EF5801
Black with #EF5801
Text Example
Text Example
White with #EF5801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5801; }
p { color: rgb(239,88,1); }
H1.HeaderClassName
{
color: #EF5801;
}
.AnyTagClassName
{
color: #EF5801;
}
</style>
background-color css
<style>
a { background-color: #EF5801; }
a { background-color: rgb(239,88,1); }
div.DivClassName
{
background-color: #EF5801;
}
.BgClassName
{
background-color: #EF5801;
}
</style>
border-color css
<style>
span { border-color: #EF5801; }
span { border-color: rgb(239,88,1); }
td.TdClassName
{
border-color: #EF5801;
}
.TagClassName
{
border-color: #EF5801;
}
</style>