Shades of Persimmon #E84A11
Tints of Persimmon #E84A11
RGB
CMYK
RGB Variations
Color information
#E84A11 (or 0xE84A11) is known color: Persimmon. HEX triplet: E8, 4A and 11. RGB value is (232,74,17). Sum of RGB (Red+Green+Blue) = 232+74+17=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84A11 is #17B5EE. Grayscale: #737373. Windows color (decimal): -1553903 or 1133288. OLE color: 1133288.
HSL color Cylindrical-coordinate representation of color #E84A11: hue angle of 15.91º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E84A11 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 17 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.09 |
| HSL | 15.91º | 0.86% | 0.49% | - |
| HSV(B) | 15.91º | 0.93% | 0.91% | - |
| XYZ | 35.83 | 22.09 | 2.91 | - |
| YUV | 114.74 | 72.85 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 17 | 0 | 0.68 | 0.93 | 0.09 | 15.91 | 0.86 | 0.49 |
| Hex | E8 | 4A | 11 | 0 | 44 | 5D | 9 | 10 | 56 | 31 |
| Octal | 350 | 112 | 21 | 0 | 104 | 135 | 11 | 20 | 126 | 61 |
| Binary | 11101000 | 1001010 | 10001 | 0 | 1000100 | 1011101 | 1001 | 10000 | 1010110 | 110001 |
Color Harmonies of #E84A11
Complementary color
Monochromatic Colors of #E84A11
Black with #E84A11
Text Example
Text Example
White with #E84A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A11; }
p { color: rgb(232,74,17); }
H1.HeaderClassName
{
color: #E84A11;
}
.AnyTagClassName
{
color: #E84A11;
}
</style>
background-color css
<style>
a { background-color: #E84A11; }
a { background-color: rgb(232,74,17); }
div.DivClassName
{
background-color: #E84A11;
}
.BgClassName
{
background-color: #E84A11;
}
</style>
border-color css
<style>
span { border-color: #E84A11; }
span { border-color: rgb(232,74,17); }
td.TdClassName
{
border-color: #E84A11;
}
.TagClassName
{
border-color: #E84A11;
}
</style>