Shades of Persimmon #E94E13
Tints of Persimmon #E94E13
RGB
CMYK
RGB Variations
Color information
#E94E13 (or 0xE94E13) is known color: Persimmon. HEX triplet: E9, 4E and 13. RGB value is (233,78,19). Sum of RGB (Red+Green+Blue) = 233+78+19=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94E13 is #16B1EC. Grayscale: #767676. Windows color (decimal): -1487341 or 1265385. OLE color: 1265385.
HSL color Cylindrical-coordinate representation of color #E94E13: hue angle of 16.54º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E94E13 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 19 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.09 |
| HSL | 16.54º | 0.85% | 0.49% | - |
| HSV(B) | 16.54º | 0.92% | 0.91% | - |
| XYZ | 36.45 | 22.82 | 3.1 | - |
| YUV | 117.62 | 72.35 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 19 | 0 | 0.67 | 0.92 | 0.09 | 16.54 | 0.85 | 0.49 |
| Hex | E9 | 4E | 13 | 0 | 43 | 5C | 9 | 11 | 55 | 31 |
| Octal | 351 | 116 | 23 | 0 | 103 | 134 | 11 | 21 | 125 | 61 |
| Binary | 11101001 | 1001110 | 10011 | 0 | 1000011 | 1011100 | 1001 | 10001 | 1010101 | 110001 |
Color Harmonies of #E94E13
Complementary color
Monochromatic Colors of #E94E13
Black with #E94E13
Text Example
Text Example
White with #E94E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E13; }
p { color: rgb(233,78,19); }
H1.HeaderClassName
{
color: #E94E13;
}
.AnyTagClassName
{
color: #E94E13;
}
</style>
background-color css
<style>
a { background-color: #E94E13; }
a { background-color: rgb(233,78,19); }
div.DivClassName
{
background-color: #E94E13;
}
.BgClassName
{
background-color: #E94E13;
}
</style>
border-color css
<style>
span { border-color: #E94E13; }
span { border-color: rgb(233,78,19); }
td.TdClassName
{
border-color: #E94E13;
}
.TagClassName
{
border-color: #E94E13;
}
</style>