Shades of Persimmon #EF5E19
Tints of Persimmon #EF5E19
RGB
CMYK
RGB Variations
Color information
#EF5E19 (or 0xEF5E19) is known color: Persimmon. HEX triplet: EF, 5E and 19. RGB value is (239,94,25). Sum of RGB (Red+Green+Blue) = 239+94+25=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5E19 is #10A1E6. Grayscale: #818181. Windows color (decimal): -1090023 or 1662703. OLE color: 1662703.
HSL color Cylindrical-coordinate representation of color #EF5E19: hue angle of 19.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF5E19 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 25 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.06 |
| HSL | 19.35º | 0.87% | 0.52% | - |
| HSV(B) | 19.35º | 0.9% | 0.94% | - |
| XYZ | 39.77 | 26.43 | 3.92 | - |
| YUV | 129.49 | 69.04 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 25 | 0 | 0.61 | 0.90 | 0.06 | 19.35 | 0.87 | 0.52 |
| Hex | EF | 5E | 19 | 0 | 3D | 5A | 6 | 13 | 57 | 34 |
| Octal | 357 | 136 | 31 | 0 | 75 | 132 | 6 | 23 | 127 | 64 |
| Binary | 11101111 | 1011110 | 11001 | 0 | 111101 | 1011010 | 110 | 10011 | 1010111 | 110100 |
Color Harmonies of #EF5E19
Complementary color
Monochromatic Colors of #EF5E19
Black with #EF5E19
Text Example
Text Example
White with #EF5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E19; }
p { color: rgb(239,94,25); }
H1.HeaderClassName
{
color: #EF5E19;
}
.AnyTagClassName
{
color: #EF5E19;
}
</style>
background-color css
<style>
a { background-color: #EF5E19; }
a { background-color: rgb(239,94,25); }
div.DivClassName
{
background-color: #EF5E19;
}
.BgClassName
{
background-color: #EF5E19;
}
</style>
border-color css
<style>
span { border-color: #EF5E19; }
span { border-color: rgb(239,94,25); }
td.TdClassName
{
border-color: #EF5E19;
}
.TagClassName
{
border-color: #EF5E19;
}
</style>