Shades of Persimmon #E44E12
Tints of Persimmon #E44E12
RGB
CMYK
RGB Variations
Color information
#E44E12 (or 0xE44E12) is known color: Persimmon. HEX triplet: E4, 4E and 12. RGB value is (228,78,18). Sum of RGB (Red+Green+Blue) = 228+78+18=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44E12 is #1BB1ED. Grayscale: #747474. Windows color (decimal): -1815022 or 1199844. OLE color: 1199844.
HSL color Cylindrical-coordinate representation of color #E44E12: hue angle of 17.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E44E12 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.11 |
| HSL | 17.14º | 0.85% | 0.48% | - |
| HSV(B) | 17.14º | 0.92% | 0.89% | - |
| XYZ | 34.83 | 21.99 | 2.98 | - |
| YUV | 116.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 18 | 0 | 0.66 | 0.92 | 0.11 | 17.14 | 0.85 | 0.48 |
| Hex | E4 | 4E | 12 | 0 | 42 | 5C | B | 11 | 55 | 30 |
| Octal | 344 | 116 | 22 | 0 | 102 | 134 | 13 | 21 | 125 | 60 |
| Binary | 11100100 | 1001110 | 10010 | 0 | 1000010 | 1011100 | 1011 | 10001 | 1010101 | 110000 |
Color Harmonies of #E44E12
Complementary color
Monochromatic Colors of #E44E12
Black with #E44E12
Text Example
Text Example
White with #E44E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44E12; }
p { color: rgb(228,78,18); }
H1.HeaderClassName
{
color: #E44E12;
}
.AnyTagClassName
{
color: #E44E12;
}
</style>
background-color css
<style>
a { background-color: #E44E12; }
a { background-color: rgb(228,78,18); }
div.DivClassName
{
background-color: #E44E12;
}
.BgClassName
{
background-color: #E44E12;
}
</style>
border-color css
<style>
span { border-color: #E44E12; }
span { border-color: rgb(228,78,18); }
td.TdClassName
{
border-color: #E44E12;
}
.TagClassName
{
border-color: #E44E12;
}
</style>