Shades of Persimmon #E94818
Tints of Persimmon #E94818
RGB
CMYK
RGB Variations
Color information
#E94818 (or 0xE94818) is known color: Persimmon. HEX triplet: E9, 48 and 18. RGB value is (233,72,24). Sum of RGB (Red+Green+Blue) = 233+72+24=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E94818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94818 is #16B7E7. Grayscale: #737373. Windows color (decimal): -1488872 or 1591529. OLE color: 1591529.
HSL color Cylindrical-coordinate representation of color #E94818: hue angle of 13.78º 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 #E94818 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 24 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.09 |
| HSL | 13.78º | 0.83% | 0.5% | - |
| HSV(B) | 13.78º | 0.9% | 0.91% | - |
| XYZ | 36.09 | 22.02 | 3.21 | - |
| YUV | 114.67 | 76.84 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 24 | 0 | 0.69 | 0.90 | 0.09 | 13.78 | 0.83 | 0.5 |
| Hex | E9 | 48 | 18 | 0 | 45 | 5A | 9 | E | 53 | 32 |
| Octal | 351 | 110 | 30 | 0 | 105 | 132 | 11 | 16 | 123 | 62 |
| Binary | 11101001 | 1001000 | 11000 | 0 | 1000101 | 1011010 | 1001 | 1110 | 1010011 | 110010 |
Color Harmonies of #E94818
Complementary color
Monochromatic Colors of #E94818
Black with #E94818
Text Example
Text Example
White with #E94818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94818; }
p { color: rgb(233,72,24); }
H1.HeaderClassName
{
color: #E94818;
}
.AnyTagClassName
{
color: #E94818;
}
</style>
background-color css
<style>
a { background-color: #E94818; }
a { background-color: rgb(233,72,24); }
div.DivClassName
{
background-color: #E94818;
}
.BgClassName
{
background-color: #E94818;
}
</style>
border-color css
<style>
span { border-color: #E94818; }
span { border-color: rgb(233,72,24); }
td.TdClassName
{
border-color: #E94818;
}
.TagClassName
{
border-color: #E94818;
}
</style>