Shades of Persimmon #E44805
Tints of Persimmon #E44805
RGB
CMYK
RGB Variations
Color information
#E44805 (or 0xE44805) is known color: Persimmon. HEX triplet: E4, 48 and 05. RGB value is (228,72,5). Sum of RGB (Red+Green+Blue) = 228+72+5=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E44805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44805 is #1BB7FA. Grayscale: #6F6F6F. Windows color (decimal): -1816571 or 346340. OLE color: 346340.
HSL color Cylindrical-coordinate representation of color #E44805: hue angle of 18.03º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E44805 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.11 |
| HSL | 18.03º | 0.96% | 0.46% | - |
| HSV(B) | 18.03º | 0.98% | 0.89% | - |
| XYZ | 34.34 | 21.14 | 2.41 | - |
| YUV | 111.01 | 68.18 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 5 | 0 | 0.68 | 0.98 | 0.11 | 18.03 | 0.96 | 0.46 |
| Hex | E4 | 48 | 5 | 0 | 44 | 62 | B | 12 | 60 | 2E |
| Octal | 344 | 110 | 5 | 0 | 104 | 142 | 13 | 22 | 140 | 56 |
| Binary | 11100100 | 1001000 | 101 | 0 | 1000100 | 1100010 | 1011 | 10010 | 1100000 | 101110 |
Color Harmonies of #E44805
Complementary color
Monochromatic Colors of #E44805
Black with #E44805
Text Example
Text Example
White with #E44805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44805; }
p { color: rgb(228,72,5); }
H1.HeaderClassName
{
color: #E44805;
}
.AnyTagClassName
{
color: #E44805;
}
</style>
background-color css
<style>
a { background-color: #E44805; }
a { background-color: rgb(228,72,5); }
div.DivClassName
{
background-color: #E44805;
}
.BgClassName
{
background-color: #E44805;
}
</style>
border-color css
<style>
span { border-color: #E44805; }
span { border-color: rgb(228,72,5); }
td.TdClassName
{
border-color: #E44805;
}
.TagClassName
{
border-color: #E44805;
}
</style>