Shades of Persimmon #EF5505
Tints of Persimmon #EF5505
RGB
CMYK
RGB Variations
Color information
#EF5505 (or 0xEF5505) is known color: Persimmon. HEX triplet: EF, 55 and 05. RGB value is (239,85,5). Sum of RGB (Red+Green+Blue) = 239+85+5=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5505 is #10AAFA. Grayscale: #7A7A7A. Windows color (decimal): -1092347 or 349679. OLE color: 349679.
HSL color Cylindrical-coordinate representation of color #EF5505: hue angle of 20.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF5505 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.06 |
| HSL | 20.51º | 0.96% | 0.48% | - |
| HSV(B) | 20.51º | 0.98% | 0.94% | - |
| XYZ | 38.87 | 24.86 | 2.89 | - |
| YUV | 121.93 | 62.02 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 5 | 0 | 0.64 | 0.98 | 0.06 | 20.51 | 0.96 | 0.48 |
| Hex | EF | 55 | 5 | 0 | 40 | 62 | 6 | 15 | 60 | 30 |
| Octal | 357 | 125 | 5 | 0 | 100 | 142 | 6 | 25 | 140 | 60 |
| Binary | 11101111 | 1010101 | 101 | 0 | 1000000 | 1100010 | 110 | 10101 | 1100000 | 110000 |
Color Harmonies of #EF5505
Complementary color
Monochromatic Colors of #EF5505
Black with #EF5505
Text Example
Text Example
White with #EF5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5505; }
p { color: rgb(239,85,5); }
H1.HeaderClassName
{
color: #EF5505;
}
.AnyTagClassName
{
color: #EF5505;
}
</style>
background-color css
<style>
a { background-color: #EF5505; }
a { background-color: rgb(239,85,5); }
div.DivClassName
{
background-color: #EF5505;
}
.BgClassName
{
background-color: #EF5505;
}
</style>
border-color css
<style>
span { border-color: #EF5505; }
span { border-color: rgb(239,85,5); }
td.TdClassName
{
border-color: #EF5505;
}
.TagClassName
{
border-color: #EF5505;
}
</style>