Shades of Persimmon #E44E10
Tints of Persimmon #E44E10
RGB
CMYK
RGB Variations
Color information
#E44E10 (or 0xE44E10) is known color: Persimmon. HEX triplet: E4, 4E and 10. RGB value is (228,78,16). Sum of RGB (Red+Green+Blue) = 228+78+16=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44E10 is #1BB1EF. Grayscale: #747474. Windows color (decimal): -1815024 or 1068772. OLE color: 1068772.
HSL color Cylindrical-coordinate representation of color #E44E10: hue angle of 17.55º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E44E10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.11 |
| HSL | 17.55º | 0.87% | 0.48% | - |
| HSV(B) | 17.55º | 0.93% | 0.89% | - |
| XYZ | 34.81 | 21.98 | 2.9 | - |
| YUV | 115.78 | 71.7 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 16 | 0 | 0.66 | 0.93 | 0.11 | 17.55 | 0.87 | 0.48 |
| Hex | E4 | 4E | 10 | 0 | 42 | 5D | B | 12 | 57 | 30 |
| Octal | 344 | 116 | 20 | 0 | 102 | 135 | 13 | 22 | 127 | 60 |
| Binary | 11100100 | 1001110 | 10000 | 0 | 1000010 | 1011101 | 1011 | 10010 | 1010111 | 110000 |
Color Harmonies of #E44E10
Complementary color
Monochromatic Colors of #E44E10
Black with #E44E10
Text Example
Text Example
White with #E44E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44E10; }
p { color: rgb(228,78,16); }
H1.HeaderClassName
{
color: #E44E10;
}
.AnyTagClassName
{
color: #E44E10;
}
</style>
background-color css
<style>
a { background-color: #E44E10; }
a { background-color: rgb(228,78,16); }
div.DivClassName
{
background-color: #E44E10;
}
.BgClassName
{
background-color: #E44E10;
}
</style>
border-color css
<style>
span { border-color: #E44E10; }
span { border-color: rgb(228,78,16); }
td.TdClassName
{
border-color: #E44E10;
}
.TagClassName
{
border-color: #E44E10;
}
</style>