Shades of Persimmon #EF591C
Tints of Persimmon #EF591C
RGB
CMYK
RGB Variations
Color information
#EF591C (or 0xEF591C) is known color: Persimmon. HEX triplet: EF, 59 and 1C. RGB value is (239,89,28). Sum of RGB (Red+Green+Blue) = 239+89+28=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF591C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF591C is #10A6E3. Grayscale: #7F7F7F. Windows color (decimal): -1091300 or 1858031. OLE color: 1858031.
HSL color Cylindrical-coordinate representation of color #EF591C: hue angle of 17.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF591C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 28 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.06 |
| HSL | 17.35º | 0.87% | 0.52% | - |
| HSV(B) | 17.35º | 0.88% | 0.94% | - |
| XYZ | 39.38 | 25.58 | 3.96 | - |
| YUV | 126.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 28 | 0 | 0.63 | 0.88 | 0.06 | 17.35 | 0.87 | 0.52 |
| Hex | EF | 59 | 1C | 0 | 3F | 58 | 6 | 11 | 57 | 34 |
| Octal | 357 | 131 | 34 | 0 | 77 | 130 | 6 | 21 | 127 | 64 |
| Binary | 11101111 | 1011001 | 11100 | 0 | 111111 | 1011000 | 110 | 10001 | 1010111 | 110100 |
Color Harmonies of #EF591C
Complementary color
Monochromatic Colors of #EF591C
Black with #EF591C
Text Example
Text Example
White with #EF591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF591C; }
p { color: rgb(239,89,28); }
H1.HeaderClassName
{
color: #EF591C;
}
.AnyTagClassName
{
color: #EF591C;
}
</style>
background-color css
<style>
a { background-color: #EF591C; }
a { background-color: rgb(239,89,28); }
div.DivClassName
{
background-color: #EF591C;
}
.BgClassName
{
background-color: #EF591C;
}
</style>
border-color css
<style>
span { border-color: #EF591C; }
span { border-color: rgb(239,89,28); }
td.TdClassName
{
border-color: #EF591C;
}
.TagClassName
{
border-color: #EF591C;
}
</style>