Shades of Persimmon #E44A17
Tints of Persimmon #E44A17
RGB
CMYK
RGB Variations
Color information
#E44A17 (or 0xE44A17) is known color: Persimmon. HEX triplet: E4, 4A and 17. RGB value is (228,74,23). Sum of RGB (Red+Green+Blue) = 228+74+23=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44A17 is #1BB5E8. Grayscale: #727272. Windows color (decimal): -1816041 or 1526500. OLE color: 1526500.
HSL color Cylindrical-coordinate representation of color #E44A17: hue angle of 14.93º 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 #E44A17 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 23 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.11 |
| HSL | 14.93º | 0.82% | 0.49% | - |
| HSV(B) | 14.93º | 0.9% | 0.89% | - |
| XYZ | 34.6 | 21.45 | 3.13 | - |
| YUV | 114.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 23 | 0 | 0.68 | 0.90 | 0.11 | 14.93 | 0.82 | 0.49 |
| Hex | E4 | 4A | 17 | 0 | 44 | 5A | B | F | 52 | 31 |
| Octal | 344 | 112 | 27 | 0 | 104 | 132 | 13 | 17 | 122 | 61 |
| Binary | 11100100 | 1001010 | 10111 | 0 | 1000100 | 1011010 | 1011 | 1111 | 1010010 | 110001 |
Color Harmonies of #E44A17
Complementary color
Monochromatic Colors of #E44A17
Black with #E44A17
Text Example
Text Example
White with #E44A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A17; }
p { color: rgb(228,74,23); }
H1.HeaderClassName
{
color: #E44A17;
}
.AnyTagClassName
{
color: #E44A17;
}
</style>
background-color css
<style>
a { background-color: #E44A17; }
a { background-color: rgb(228,74,23); }
div.DivClassName
{
background-color: #E44A17;
}
.BgClassName
{
background-color: #E44A17;
}
</style>
border-color css
<style>
span { border-color: #E44A17; }
span { border-color: rgb(228,74,23); }
td.TdClassName
{
border-color: #E44A17;
}
.TagClassName
{
border-color: #E44A17;
}
</style>