Shades of Persimmon #EF5403
Tints of Persimmon #EF5403
RGB
CMYK
RGB Variations
Color information
#EF5403 (or 0xEF5403) is known color: Persimmon. HEX triplet: EF, 54 and 03. RGB value is (239,84,3). Sum of RGB (Red+Green+Blue) = 239+84+3=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5403 is #10ABFC. Grayscale: #797979. Windows color (decimal): -1092605 or 218351. OLE color: 218351.
HSL color Cylindrical-coordinate representation of color #EF5403: hue angle of 20.59º 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 #EF5403 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.06 |
| HSL | 20.59º | 0.98% | 0.47% | - |
| HSV(B) | 20.59º | 0.99% | 0.94% | - |
| XYZ | 38.78 | 24.7 | 2.81 | - |
| YUV | 121.11 | 61.35 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 3 | 0 | 0.65 | 0.99 | 0.06 | 20.59 | 0.98 | 0.47 |
| Hex | EF | 54 | 3 | 0 | 41 | 63 | 6 | 15 | 62 | 2F |
| Octal | 357 | 124 | 3 | 0 | 101 | 143 | 6 | 25 | 142 | 57 |
| Binary | 11101111 | 1010100 | 11 | 0 | 1000001 | 1100011 | 110 | 10101 | 1100010 | 101111 |
Color Harmonies of #EF5403
Complementary color
Monochromatic Colors of #EF5403
Black with #EF5403
Text Example
Text Example
White with #EF5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5403; }
p { color: rgb(239,84,3); }
H1.HeaderClassName
{
color: #EF5403;
}
.AnyTagClassName
{
color: #EF5403;
}
</style>
background-color css
<style>
a { background-color: #EF5403; }
a { background-color: rgb(239,84,3); }
div.DivClassName
{
background-color: #EF5403;
}
.BgClassName
{
background-color: #EF5403;
}
</style>
border-color css
<style>
span { border-color: #EF5403; }
span { border-color: rgb(239,84,3); }
td.TdClassName
{
border-color: #EF5403;
}
.TagClassName
{
border-color: #EF5403;
}
</style>