Shades of Persimmon #E94615
Tints of Persimmon #E94615
RGB
CMYK
RGB Variations
Color information
#E94615 (or 0xE94615) is known color: Persimmon. HEX triplet: E9, 46 and 15. RGB value is (233,70,21). Sum of RGB (Red+Green+Blue) = 233+70+21=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94615 is #16B9EA. Grayscale: #717171. Windows color (decimal): -1489387 or 1394409. OLE color: 1394409.
HSL color Cylindrical-coordinate representation of color #E94615: hue angle of 13.87º 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 #E94615 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.09 |
| HSL | 13.87º | 0.83% | 0.5% | - |
| HSV(B) | 13.87º | 0.91% | 0.91% | - |
| XYZ | 35.93 | 21.76 | 3.02 | - |
| YUV | 113.15 | 76 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 21 | 0 | 0.70 | 0.91 | 0.09 | 13.87 | 0.83 | 0.5 |
| Hex | E9 | 46 | 15 | 0 | 46 | 5B | 9 | E | 53 | 32 |
| Octal | 351 | 106 | 25 | 0 | 106 | 133 | 11 | 16 | 123 | 62 |
| Binary | 11101001 | 1000110 | 10101 | 0 | 1000110 | 1011011 | 1001 | 1110 | 1010011 | 110010 |
Color Harmonies of #E94615
Complementary color
Monochromatic Colors of #E94615
Black with #E94615
Text Example
Text Example
White with #E94615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94615; }
p { color: rgb(233,70,21); }
H1.HeaderClassName
{
color: #E94615;
}
.AnyTagClassName
{
color: #E94615;
}
</style>
background-color css
<style>
a { background-color: #E94615; }
a { background-color: rgb(233,70,21); }
div.DivClassName
{
background-color: #E94615;
}
.BgClassName
{
background-color: #E94615;
}
</style>
border-color css
<style>
span { border-color: #E94615; }
span { border-color: rgb(233,70,21); }
td.TdClassName
{
border-color: #E94615;
}
.TagClassName
{
border-color: #E94615;
}
</style>