Shades of Persimmon #E94F18
Tints of Persimmon #E94F18
RGB
CMYK
RGB Variations
Color information
#E94F18 (or 0xE94F18) is known color: Persimmon. HEX triplet: E9, 4F and 18. RGB value is (233,79,24). Sum of RGB (Red+Green+Blue) = 233+79+24=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F18 is #16B0E7. Grayscale: #777777. Windows color (decimal): -1487080 or 1593321. OLE color: 1593321.
HSL color Cylindrical-coordinate representation of color #E94F18: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E94F18 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.09 |
| HSL | 15.79º | 0.83% | 0.5% | - |
| HSV(B) | 15.79º | 0.9% | 0.91% | - |
| XYZ | 36.57 | 22.98 | 3.37 | - |
| YUV | 118.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 24 | 0 | 0.66 | 0.90 | 0.09 | 15.79 | 0.83 | 0.5 |
| Hex | E9 | 4F | 18 | 0 | 42 | 5A | 9 | 10 | 53 | 32 |
| Octal | 351 | 117 | 30 | 0 | 102 | 132 | 11 | 20 | 123 | 62 |
| Binary | 11101001 | 1001111 | 11000 | 0 | 1000010 | 1011010 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E94F18
Complementary color
Monochromatic Colors of #E94F18
Black with #E94F18
Text Example
Text Example
White with #E94F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F18; }
p { color: rgb(233,79,24); }
H1.HeaderClassName
{
color: #E94F18;
}
.AnyTagClassName
{
color: #E94F18;
}
</style>
background-color css
<style>
a { background-color: #E94F18; }
a { background-color: rgb(233,79,24); }
div.DivClassName
{
background-color: #E94F18;
}
.BgClassName
{
background-color: #E94F18;
}
</style>
border-color css
<style>
span { border-color: #E94F18; }
span { border-color: rgb(233,79,24); }
td.TdClassName
{
border-color: #E94F18;
}
.TagClassName
{
border-color: #E94F18;
}
</style>