Shades of Persimmon #EF5803
Tints of Persimmon #EF5803
RGB
CMYK
RGB Variations
Color information
#EF5803 (or 0xEF5803) is known color: Persimmon. HEX triplet: EF, 58 and 03. RGB value is (239,88,3). Sum of RGB (Red+Green+Blue) = 239+88+3=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5803 is #10A7FC. Grayscale: #7B7B7B. Windows color (decimal): -1091581 or 219375. OLE color: 219375.
HSL color Cylindrical-coordinate representation of color #EF5803: hue angle of 21.61º 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 #EF5803 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.06 |
| HSL | 21.61º | 0.98% | 0.47% | - |
| HSV(B) | 21.61º | 0.99% | 0.94% | - |
| XYZ | 39.1 | 25.34 | 2.92 | - |
| YUV | 123.46 | 60.03 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 3 | 0 | 0.63 | 0.99 | 0.06 | 21.61 | 0.98 | 0.47 |
| Hex | EF | 58 | 3 | 0 | 3F | 63 | 6 | 16 | 62 | 2F |
| Octal | 357 | 130 | 3 | 0 | 77 | 143 | 6 | 26 | 142 | 57 |
| Binary | 11101111 | 1011000 | 11 | 0 | 111111 | 1100011 | 110 | 10110 | 1100010 | 101111 |
Color Harmonies of #EF5803
Complementary color
Monochromatic Colors of #EF5803
Black with #EF5803
Text Example
Text Example
White with #EF5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5803; }
p { color: rgb(239,88,3); }
H1.HeaderClassName
{
color: #EF5803;
}
.AnyTagClassName
{
color: #EF5803;
}
</style>
background-color css
<style>
a { background-color: #EF5803; }
a { background-color: rgb(239,88,3); }
div.DivClassName
{
background-color: #EF5803;
}
.BgClassName
{
background-color: #EF5803;
}
</style>
border-color css
<style>
span { border-color: #EF5803; }
span { border-color: rgb(239,88,3); }
td.TdClassName
{
border-color: #EF5803;
}
.TagClassName
{
border-color: #EF5803;
}
</style>