Shades of Persimmon #E44002
Tints of Persimmon #E44002
RGB
CMYK
RGB Variations
Color information
#E44002 (or 0xE44002) is known color: Persimmon. HEX triplet: E4, 40 and 02. RGB value is (228,64,2). Sum of RGB (Red+Green+Blue) = 228+64+2=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E44002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44002 is #1BBFFD. Grayscale: #6A6A6A. Windows color (decimal): -1818622 or 147684. OLE color: 147684.
HSL color Cylindrical-coordinate representation of color #E44002: hue angle of 16.46º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E44002 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.11 |
| HSL | 16.46º | 0.98% | 0.45% | - |
| HSV(B) | 16.46º | 0.99% | 0.89% | - |
| XYZ | 33.84 | 20.17 | 2.17 | - |
| YUV | 105.97 | 69.33 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 2 | 0 | 0.72 | 0.99 | 0.11 | 16.46 | 0.98 | 0.45 |
| Hex | E4 | 40 | 2 | 0 | 48 | 63 | B | 10 | 62 | 2D |
| Octal | 344 | 100 | 2 | 0 | 110 | 143 | 13 | 20 | 142 | 55 |
| Binary | 11100100 | 1000000 | 10 | 0 | 1001000 | 1100011 | 1011 | 10000 | 1100010 | 101101 |
Color Harmonies of #E44002
Complementary color
Monochromatic Colors of #E44002
Black with #E44002
Text Example
Text Example
White with #E44002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44002; }
p { color: rgb(228,64,2); }
H1.HeaderClassName
{
color: #E44002;
}
.AnyTagClassName
{
color: #E44002;
}
</style>
background-color css
<style>
a { background-color: #E44002; }
a { background-color: rgb(228,64,2); }
div.DivClassName
{
background-color: #E44002;
}
.BgClassName
{
background-color: #E44002;
}
</style>
border-color css
<style>
span { border-color: #E44002; }
span { border-color: rgb(228,64,2); }
td.TdClassName
{
border-color: #E44002;
}
.TagClassName
{
border-color: #E44002;
}
</style>