Shades of Persimmon #EF5512
Tints of Persimmon #EF5512
RGB
CMYK
RGB Variations
Color information
#EF5512 (or 0xEF5512) is known color: Persimmon. HEX triplet: EF, 55 and 12. RGB value is (239,85,18). Sum of RGB (Red+Green+Blue) = 239+85+18=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5512 is #10AAED. Grayscale: #7B7B7B. Windows color (decimal): -1092334 or 1201647. OLE color: 1201647.
HSL color Cylindrical-coordinate representation of color #EF5512: hue angle of 18.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF5512 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.06 |
| HSL | 18.19º | 0.87% | 0.5% | - |
| HSV(B) | 18.19º | 0.92% | 0.94% | - |
| XYZ | 38.95 | 24.89 | 3.32 | - |
| YUV | 123.41 | 68.52 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 18 | 0 | 0.64 | 0.92 | 0.06 | 18.19 | 0.87 | 0.5 |
| Hex | EF | 55 | 12 | 0 | 40 | 5C | 6 | 12 | 57 | 32 |
| Octal | 357 | 125 | 22 | 0 | 100 | 134 | 6 | 22 | 127 | 62 |
| Binary | 11101111 | 1010101 | 10010 | 0 | 1000000 | 1011100 | 110 | 10010 | 1010111 | 110010 |
Color Harmonies of #EF5512
Complementary color
Monochromatic Colors of #EF5512
Black with #EF5512
Text Example
Text Example
White with #EF5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5512; }
p { color: rgb(239,85,18); }
H1.HeaderClassName
{
color: #EF5512;
}
.AnyTagClassName
{
color: #EF5512;
}
</style>
background-color css
<style>
a { background-color: #EF5512; }
a { background-color: rgb(239,85,18); }
div.DivClassName
{
background-color: #EF5512;
}
.BgClassName
{
background-color: #EF5512;
}
</style>
border-color css
<style>
span { border-color: #EF5512; }
span { border-color: rgb(239,85,18); }
td.TdClassName
{
border-color: #EF5512;
}
.TagClassName
{
border-color: #EF5512;
}
</style>