Shades of Persimmon #EF570E
Tints of Persimmon #EF570E
RGB
CMYK
RGB Variations
Color information
#EF570E (or 0xEF570E) is known color: Persimmon. HEX triplet: EF, 57 and 0E. RGB value is (239,87,14). Sum of RGB (Red+Green+Blue) = 239+87+14=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF570E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF570E is #10A8F1. Grayscale: #7C7C7C. Windows color (decimal): -1091826 or 940015. OLE color: 940015.
HSL color Cylindrical-coordinate representation of color #EF570E: hue angle of 19.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF570E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.06 |
| HSL | 19.47º | 0.89% | 0.5% | - |
| HSV(B) | 19.47º | 0.94% | 0.94% | - |
| XYZ | 39.08 | 25.2 | 3.22 | - |
| YUV | 124.13 | 65.86 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 14 | 0 | 0.64 | 0.94 | 0.06 | 19.47 | 0.89 | 0.5 |
| Hex | EF | 57 | E | 0 | 40 | 5E | 6 | 13 | 59 | 32 |
| Octal | 357 | 127 | 16 | 0 | 100 | 136 | 6 | 23 | 131 | 62 |
| Binary | 11101111 | 1010111 | 1110 | 0 | 1000000 | 1011110 | 110 | 10011 | 1011001 | 110010 |
Color Harmonies of #EF570E
Complementary color
Monochromatic Colors of #EF570E
Black with #EF570E
Text Example
Text Example
White with #EF570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF570E; }
p { color: rgb(239,87,14); }
H1.HeaderClassName
{
color: #EF570E;
}
.AnyTagClassName
{
color: #EF570E;
}
</style>
background-color css
<style>
a { background-color: #EF570E; }
a { background-color: rgb(239,87,14); }
div.DivClassName
{
background-color: #EF570E;
}
.BgClassName
{
background-color: #EF570E;
}
</style>
border-color css
<style>
span { border-color: #EF570E; }
span { border-color: rgb(239,87,14); }
td.TdClassName
{
border-color: #EF570E;
}
.TagClassName
{
border-color: #EF570E;
}
</style>