Shades of Persimmon #E94E18
Tints of Persimmon #E94E18
RGB
CMYK
RGB Variations
Color information
#E94E18 (or 0xE94E18) is known color: Persimmon. HEX triplet: E9, 4E and 18. RGB value is (233,78,24). Sum of RGB (Red+Green+Blue) = 233+78+24=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94E18 is #16B1E7. Grayscale: #767676. Windows color (decimal): -1487336 or 1593065. OLE color: 1593065.
HSL color Cylindrical-coordinate representation of color #E94E18: hue angle of 15.5º 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 #E94E18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.09 |
| HSL | 15.5º | 0.83% | 0.5% | - |
| HSV(B) | 15.5º | 0.9% | 0.91% | - |
| XYZ | 36.49 | 22.84 | 3.35 | - |
| YUV | 118.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 24 | 0 | 0.67 | 0.90 | 0.09 | 15.5 | 0.83 | 0.5 |
| Hex | E9 | 4E | 18 | 0 | 43 | 5A | 9 | 10 | 53 | 32 |
| Octal | 351 | 116 | 30 | 0 | 103 | 132 | 11 | 20 | 123 | 62 |
| Binary | 11101001 | 1001110 | 11000 | 0 | 1000011 | 1011010 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E94E18
Complementary color
Monochromatic Colors of #E94E18
Black with #E94E18
Text Example
Text Example
White with #E94E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E18; }
p { color: rgb(233,78,24); }
H1.HeaderClassName
{
color: #E94E18;
}
.AnyTagClassName
{
color: #E94E18;
}
</style>
background-color css
<style>
a { background-color: #E94E18; }
a { background-color: rgb(233,78,24); }
div.DivClassName
{
background-color: #E94E18;
}
.BgClassName
{
background-color: #E94E18;
}
</style>
border-color css
<style>
span { border-color: #E94E18; }
span { border-color: rgb(233,78,24); }
td.TdClassName
{
border-color: #E94E18;
}
.TagClassName
{
border-color: #E94E18;
}
</style>