Shades of Persimmon #EF581A
Tints of Persimmon #EF581A
RGB
CMYK
RGB Variations
Color information
#EF581A (or 0xEF581A) is known color: Persimmon. HEX triplet: EF, 58 and 1A. RGB value is (239,88,26). Sum of RGB (Red+Green+Blue) = 239+88+26=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF581A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF581A is #10A7E5. Grayscale: #7E7E7E. Windows color (decimal): -1091558 or 1726703. OLE color: 1726703.
HSL color Cylindrical-coordinate representation of color #EF581A: hue angle of 17.46º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF581A is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 26 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.06 |
| HSL | 17.46º | 0.87% | 0.52% | - |
| HSV(B) | 17.46º | 0.89% | 0.94% | - |
| XYZ | 39.27 | 25.4 | 3.81 | - |
| YUV | 126.08 | 71.53 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 26 | 0 | 0.63 | 0.89 | 0.06 | 17.46 | 0.87 | 0.52 |
| Hex | EF | 58 | 1A | 0 | 3F | 59 | 6 | 11 | 57 | 34 |
| Octal | 357 | 130 | 32 | 0 | 77 | 131 | 6 | 21 | 127 | 64 |
| Binary | 11101111 | 1011000 | 11010 | 0 | 111111 | 1011001 | 110 | 10001 | 1010111 | 110100 |
Color Harmonies of #EF581A
Complementary color
Monochromatic Colors of #EF581A
Black with #EF581A
Text Example
Text Example
White with #EF581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF581A; }
p { color: rgb(239,88,26); }
H1.HeaderClassName
{
color: #EF581A;
}
.AnyTagClassName
{
color: #EF581A;
}
</style>
background-color css
<style>
a { background-color: #EF581A; }
a { background-color: rgb(239,88,26); }
div.DivClassName
{
background-color: #EF581A;
}
.BgClassName
{
background-color: #EF581A;
}
</style>
border-color css
<style>
span { border-color: #EF581A; }
span { border-color: rgb(239,88,26); }
td.TdClassName
{
border-color: #EF581A;
}
.TagClassName
{
border-color: #EF581A;
}
</style>