Shades of Persimmon #E44E18
Tints of Persimmon #E44E18
RGB
CMYK
RGB Variations
Color information
#E44E18 (or 0xE44E18) is known color: Persimmon. HEX triplet: E4, 4E and 18. RGB value is (228,78,24). Sum of RGB (Red+Green+Blue) = 228+78+24=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44E18 is #1BB1E7. Grayscale: #757575. Windows color (decimal): -1815016 or 1593060. OLE color: 1593060.
HSL color Cylindrical-coordinate representation of color #E44E18: hue angle of 15.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E44E18 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 24 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.11 |
| HSL | 15.88º | 0.81% | 0.49% | - |
| HSV(B) | 15.88º | 0.89% | 0.89% | - |
| XYZ | 34.88 | 22.01 | 3.27 | - |
| YUV | 116.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 24 | 0 | 0.66 | 0.89 | 0.11 | 15.88 | 0.81 | 0.49 |
| Hex | E4 | 4E | 18 | 0 | 42 | 59 | B | 10 | 51 | 31 |
| Octal | 344 | 116 | 30 | 0 | 102 | 131 | 13 | 20 | 121 | 61 |
| Binary | 11100100 | 1001110 | 11000 | 0 | 1000010 | 1011001 | 1011 | 10000 | 1010001 | 110001 |
Color Harmonies of #E44E18
Complementary color
Monochromatic Colors of #E44E18
Black with #E44E18
Text Example
Text Example
White with #E44E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44E18; }
p { color: rgb(228,78,24); }
H1.HeaderClassName
{
color: #E44E18;
}
.AnyTagClassName
{
color: #E44E18;
}
</style>
background-color css
<style>
a { background-color: #E44E18; }
a { background-color: rgb(228,78,24); }
div.DivClassName
{
background-color: #E44E18;
}
.BgClassName
{
background-color: #E44E18;
}
</style>
border-color css
<style>
span { border-color: #E44E18; }
span { border-color: rgb(228,78,24); }
td.TdClassName
{
border-color: #E44E18;
}
.TagClassName
{
border-color: #E44E18;
}
</style>