Shades of Persimmon #EF5E03
Tints of Persimmon #EF5E03
RGB
CMYK
RGB Variations
Color information
#EF5E03 (or 0xEF5E03) is known color: Persimmon. HEX triplet: EF, 5E and 03. RGB value is (239,94,3). Sum of RGB (Red+Green+Blue) = 239+94+3=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5E03 is #10A1FC. Grayscale: #7F7F7F. Windows color (decimal): -1090045 or 220911. OLE color: 220911.
HSL color Cylindrical-coordinate representation of color #EF5E03: hue angle of 23.14º 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 #EF5E03 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.06 |
| HSL | 23.14º | 0.98% | 0.47% | - |
| HSV(B) | 23.14º | 0.99% | 0.94% | - |
| XYZ | 39.62 | 26.36 | 3.09 | - |
| YUV | 126.98 | 58.04 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 3 | 0 | 0.61 | 0.99 | 0.06 | 23.14 | 0.98 | 0.47 |
| Hex | EF | 5E | 3 | 0 | 3D | 63 | 6 | 17 | 62 | 2F |
| Octal | 357 | 136 | 3 | 0 | 75 | 143 | 6 | 27 | 142 | 57 |
| Binary | 11101111 | 1011110 | 11 | 0 | 111101 | 1100011 | 110 | 10111 | 1100010 | 101111 |
Color Harmonies of #EF5E03
Complementary color
Monochromatic Colors of #EF5E03
Black with #EF5E03
Text Example
Text Example
White with #EF5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E03; }
p { color: rgb(239,94,3); }
H1.HeaderClassName
{
color: #EF5E03;
}
.AnyTagClassName
{
color: #EF5E03;
}
</style>
background-color css
<style>
a { background-color: #EF5E03; }
a { background-color: rgb(239,94,3); }
div.DivClassName
{
background-color: #EF5E03;
}
.BgClassName
{
background-color: #EF5E03;
}
</style>
border-color css
<style>
span { border-color: #EF5E03; }
span { border-color: rgb(239,94,3); }
td.TdClassName
{
border-color: #EF5E03;
}
.TagClassName
{
border-color: #EF5E03;
}
</style>