Shades of Persimmon #E94E15
Tints of Persimmon #E94E15
RGB
CMYK
RGB Variations
Color information
#E94E15 (or 0xE94E15) is known color: Persimmon. HEX triplet: E9, 4E and 15. RGB value is (233,78,21). Sum of RGB (Red+Green+Blue) = 233+78+21=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94E15 is #16B1EA. Grayscale: #767676. Windows color (decimal): -1487339 or 1396457. OLE color: 1396457.
HSL color Cylindrical-coordinate representation of color #E94E15: hue angle of 16.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E94E15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.09 |
| HSL | 16.13º | 0.83% | 0.5% | - |
| HSV(B) | 16.13º | 0.91% | 0.91% | - |
| XYZ | 36.46 | 22.83 | 3.19 | - |
| YUV | 117.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 21 | 0 | 0.67 | 0.91 | 0.09 | 16.13 | 0.83 | 0.5 |
| Hex | E9 | 4E | 15 | 0 | 43 | 5B | 9 | 10 | 53 | 32 |
| Octal | 351 | 116 | 25 | 0 | 103 | 133 | 11 | 20 | 123 | 62 |
| Binary | 11101001 | 1001110 | 10101 | 0 | 1000011 | 1011011 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E94E15
Complementary color
Monochromatic Colors of #E94E15
Black with #E94E15
Text Example
Text Example
White with #E94E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E15; }
p { color: rgb(233,78,21); }
H1.HeaderClassName
{
color: #E94E15;
}
.AnyTagClassName
{
color: #E94E15;
}
</style>
background-color css
<style>
a { background-color: #E94E15; }
a { background-color: rgb(233,78,21); }
div.DivClassName
{
background-color: #E94E15;
}
.BgClassName
{
background-color: #E94E15;
}
</style>
border-color css
<style>
span { border-color: #E94E15; }
span { border-color: rgb(233,78,21); }
td.TdClassName
{
border-color: #E94E15;
}
.TagClassName
{
border-color: #E94E15;
}
</style>