Shades of Persimmon #EF5912
Tints of Persimmon #EF5912
RGB
CMYK
RGB Variations
Color information
#EF5912 (or 0xEF5912) is known color: Persimmon. HEX triplet: EF, 59 and 12. RGB value is (239,89,18). Sum of RGB (Red+Green+Blue) = 239+89+18=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5912 is #10A6ED. Grayscale: #7E7E7E. Windows color (decimal): -1091310 or 1202671. OLE color: 1202671.
HSL color Cylindrical-coordinate representation of color #EF5912: hue angle of 19.28º 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 #EF5912 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.06 |
| HSL | 19.28º | 0.87% | 0.5% | - |
| HSV(B) | 19.28º | 0.92% | 0.94% | - |
| XYZ | 39.28 | 25.54 | 3.43 | - |
| YUV | 125.76 | 67.2 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 18 | 0 | 0.63 | 0.92 | 0.06 | 19.28 | 0.87 | 0.5 |
| Hex | EF | 59 | 12 | 0 | 3F | 5C | 6 | 13 | 57 | 32 |
| Octal | 357 | 131 | 22 | 0 | 77 | 134 | 6 | 23 | 127 | 62 |
| Binary | 11101111 | 1011001 | 10010 | 0 | 111111 | 1011100 | 110 | 10011 | 1010111 | 110010 |
Color Harmonies of #EF5912
Complementary color
Monochromatic Colors of #EF5912
Black with #EF5912
Text Example
Text Example
White with #EF5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5912; }
p { color: rgb(239,89,18); }
H1.HeaderClassName
{
color: #EF5912;
}
.AnyTagClassName
{
color: #EF5912;
}
</style>
background-color css
<style>
a { background-color: #EF5912; }
a { background-color: rgb(239,89,18); }
div.DivClassName
{
background-color: #EF5912;
}
.BgClassName
{
background-color: #EF5912;
}
</style>
border-color css
<style>
span { border-color: #EF5912; }
span { border-color: rgb(239,89,18); }
td.TdClassName
{
border-color: #EF5912;
}
.TagClassName
{
border-color: #EF5912;
}
</style>