Shades of Persimmon #E44006
Tints of Persimmon #E44006
RGB
CMYK
RGB Variations
Color information
#E44006 (or 0xE44006) is known color: Persimmon. HEX triplet: E4, 40 and 06. RGB value is (228,64,6). Sum of RGB (Red+Green+Blue) = 228+64+6=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E44006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44006 is #1BBFF9. Grayscale: #6A6A6A. Windows color (decimal): -1818618 or 409828. OLE color: 409828.
HSL color Cylindrical-coordinate representation of color #E44006: hue angle of 15.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E44006 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.11 |
| HSL | 15.68º | 0.95% | 0.46% | - |
| HSV(B) | 15.68º | 0.97% | 0.89% | - |
| XYZ | 33.86 | 20.17 | 2.28 | - |
| YUV | 106.42 | 71.33 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 6 | 0 | 0.72 | 0.97 | 0.11 | 15.68 | 0.95 | 0.46 |
| Hex | E4 | 40 | 6 | 0 | 48 | 61 | B | 10 | 5F | 2E |
| Octal | 344 | 100 | 6 | 0 | 110 | 141 | 13 | 20 | 137 | 56 |
| Binary | 11100100 | 1000000 | 110 | 0 | 1001000 | 1100001 | 1011 | 10000 | 1011111 | 101110 |
Color Harmonies of #E44006
Complementary color
Monochromatic Colors of #E44006
Black with #E44006
Text Example
Text Example
White with #E44006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44006; }
p { color: rgb(228,64,6); }
H1.HeaderClassName
{
color: #E44006;
}
.AnyTagClassName
{
color: #E44006;
}
</style>
background-color css
<style>
a { background-color: #E44006; }
a { background-color: rgb(228,64,6); }
div.DivClassName
{
background-color: #E44006;
}
.BgClassName
{
background-color: #E44006;
}
</style>
border-color css
<style>
span { border-color: #E44006; }
span { border-color: rgb(228,64,6); }
td.TdClassName
{
border-color: #E44006;
}
.TagClassName
{
border-color: #E44006;
}
</style>