Shades of Persimmon #E44A16
Tints of Persimmon #E44A16
RGB
CMYK
RGB Variations
Color information
#E44A16 (or 0xE44A16) is known color: Persimmon. HEX triplet: E4, 4A and 16. RGB value is (228,74,22). Sum of RGB (Red+Green+Blue) = 228+74+22=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44A16 is #1BB5E9. Grayscale: #727272. Windows color (decimal): -1816042 or 1460964. OLE color: 1460964.
HSL color Cylindrical-coordinate representation of color #E44A16: hue angle of 15.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E44A16 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.11 |
| HSL | 15.15º | 0.82% | 0.49% | - |
| HSV(B) | 15.15º | 0.9% | 0.89% | - |
| XYZ | 34.59 | 21.45 | 3.08 | - |
| YUV | 114.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 22 | 0 | 0.68 | 0.90 | 0.11 | 15.15 | 0.82 | 0.49 |
| Hex | E4 | 4A | 16 | 0 | 44 | 5A | B | F | 52 | 31 |
| Octal | 344 | 112 | 26 | 0 | 104 | 132 | 13 | 17 | 122 | 61 |
| Binary | 11100100 | 1001010 | 10110 | 0 | 1000100 | 1011010 | 1011 | 1111 | 1010010 | 110001 |
Color Harmonies of #E44A16
Complementary color
Monochromatic Colors of #E44A16
Black with #E44A16
Text Example
Text Example
White with #E44A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A16; }
p { color: rgb(228,74,22); }
H1.HeaderClassName
{
color: #E44A16;
}
.AnyTagClassName
{
color: #E44A16;
}
</style>
background-color css
<style>
a { background-color: #E44A16; }
a { background-color: rgb(228,74,22); }
div.DivClassName
{
background-color: #E44A16;
}
.BgClassName
{
background-color: #E44A16;
}
</style>
border-color css
<style>
span { border-color: #E44A16; }
span { border-color: rgb(228,74,22); }
td.TdClassName
{
border-color: #E44A16;
}
.TagClassName
{
border-color: #E44A16;
}
</style>