Shades of Persimmon #EF5802
Tints of Persimmon #EF5802
RGB
CMYK
RGB Variations
Color information
#EF5802 (or 0xEF5802) is known color: Persimmon. HEX triplet: EF, 58 and 02. RGB value is (239,88,2). Sum of RGB (Red+Green+Blue) = 239+88+2=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5802 is #10A7FD. Grayscale: #7B7B7B. Windows color (decimal): -1091582 or 153839. OLE color: 153839.
HSL color Cylindrical-coordinate representation of color #EF5802: hue angle of 21.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF5802 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.06 |
| HSL | 21.77º | 0.98% | 0.47% | - |
| HSV(B) | 21.77º | 0.99% | 0.94% | - |
| XYZ | 39.1 | 25.33 | 2.89 | - |
| YUV | 123.35 | 59.53 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 2 | 0 | 0.63 | 0.99 | 0.06 | 21.77 | 0.98 | 0.47 |
| Hex | EF | 58 | 2 | 0 | 3F | 63 | 6 | 16 | 62 | 2F |
| Octal | 357 | 130 | 2 | 0 | 77 | 143 | 6 | 26 | 142 | 57 |
| Binary | 11101111 | 1011000 | 10 | 0 | 111111 | 1100011 | 110 | 10110 | 1100010 | 101111 |
Color Harmonies of #EF5802
Complementary color
Monochromatic Colors of #EF5802
Black with #EF5802
Text Example
Text Example
White with #EF5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5802; }
p { color: rgb(239,88,2); }
H1.HeaderClassName
{
color: #EF5802;
}
.AnyTagClassName
{
color: #EF5802;
}
</style>
background-color css
<style>
a { background-color: #EF5802; }
a { background-color: rgb(239,88,2); }
div.DivClassName
{
background-color: #EF5802;
}
.BgClassName
{
background-color: #EF5802;
}
</style>
border-color css
<style>
span { border-color: #EF5802; }
span { border-color: rgb(239,88,2); }
td.TdClassName
{
border-color: #EF5802;
}
.TagClassName
{
border-color: #EF5802;
}
</style>