Shades of Persimmon #E94816
Tints of Persimmon #E94816
RGB
CMYK
RGB Variations
Color information
#E94816 (or 0xE94816) is known color: Persimmon. HEX triplet: E9, 48 and 16. RGB value is (233,72,22). Sum of RGB (Red+Green+Blue) = 233+72+22=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E94816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94816 is #16B7E9. Grayscale: #727272. Windows color (decimal): -1488874 or 1460457. OLE color: 1460457.
HSL color Cylindrical-coordinate representation of color #E94816: hue angle of 14.22º 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 #E94816 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.09 |
| HSL | 14.22º | 0.83% | 0.5% | - |
| HSV(B) | 14.22º | 0.91% | 0.91% | - |
| XYZ | 36.07 | 22.02 | 3.11 | - |
| YUV | 114.44 | 75.84 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 22 | 0 | 0.69 | 0.91 | 0.09 | 14.22 | 0.83 | 0.5 |
| Hex | E9 | 48 | 16 | 0 | 45 | 5B | 9 | E | 53 | 32 |
| Octal | 351 | 110 | 26 | 0 | 105 | 133 | 11 | 16 | 123 | 62 |
| Binary | 11101001 | 1001000 | 10110 | 0 | 1000101 | 1011011 | 1001 | 1110 | 1010011 | 110010 |
Color Harmonies of #E94816
Complementary color
Monochromatic Colors of #E94816
Black with #E94816
Text Example
Text Example
White with #E94816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94816; }
p { color: rgb(233,72,22); }
H1.HeaderClassName
{
color: #E94816;
}
.AnyTagClassName
{
color: #E94816;
}
</style>
background-color css
<style>
a { background-color: #E94816; }
a { background-color: rgb(233,72,22); }
div.DivClassName
{
background-color: #E94816;
}
.BgClassName
{
background-color: #E94816;
}
</style>
border-color css
<style>
span { border-color: #E94816; }
span { border-color: rgb(233,72,22); }
td.TdClassName
{
border-color: #E94816;
}
.TagClassName
{
border-color: #E94816;
}
</style>