Shades of Persimmon #EF5501
Tints of Persimmon #EF5501
RGB
CMYK
RGB Variations
Color information
#EF5501 (or 0xEF5501) is known color: Persimmon. HEX triplet: EF, 55 and 01. RGB value is (239,85,1). Sum of RGB (Red+Green+Blue) = 239+85+1=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5501 is #10AAFE. Grayscale: #797979. Windows color (decimal): -1092351 or 87535. OLE color: 87535.
HSL color Cylindrical-coordinate representation of color #EF5501: hue angle of 21.18º 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 #EF5501 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.06 |
| HSL | 21.18º | 0.99% | 0.47% | - |
| HSV(B) | 21.18º | 1% | 0.94% | - |
| XYZ | 38.85 | 24.85 | 2.78 | - |
| YUV | 121.47 | 60.02 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 1 | 0 | 0.64 | 1.00 | 0.06 | 21.18 | 0.99 | 0.47 |
| Hex | EF | 55 | 1 | 0 | 40 | 64 | 6 | 15 | 63 | 2F |
| Octal | 357 | 125 | 1 | 0 | 100 | 144 | 6 | 25 | 143 | 57 |
| Binary | 11101111 | 1010101 | 1 | 0 | 1000000 | 1100100 | 110 | 10101 | 1100011 | 101111 |
Color Harmonies of #EF5501
Complementary color
Monochromatic Colors of #EF5501
Black with #EF5501
Text Example
Text Example
White with #EF5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5501; }
p { color: rgb(239,85,1); }
H1.HeaderClassName
{
color: #EF5501;
}
.AnyTagClassName
{
color: #EF5501;
}
</style>
background-color css
<style>
a { background-color: #EF5501; }
a { background-color: rgb(239,85,1); }
div.DivClassName
{
background-color: #EF5501;
}
.BgClassName
{
background-color: #EF5501;
}
</style>
border-color css
<style>
span { border-color: #EF5501; }
span { border-color: rgb(239,85,1); }
td.TdClassName
{
border-color: #EF5501;
}
.TagClassName
{
border-color: #EF5501;
}
</style>