Shades of Persimmon #E84A0F
Tints of Persimmon #E84A0F
RGB
CMYK
RGB Variations
Color information
#E84A0F (or 0xE84A0F) is known color: Persimmon. HEX triplet: E8, 4A and 0F. RGB value is (232,74,15). Sum of RGB (Red+Green+Blue) = 232+74+15=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84A0F is #17B5F0. Grayscale: #727272. Windows color (decimal): -1553905 or 1002216. OLE color: 1002216.
HSL color Cylindrical-coordinate representation of color #E84A0F: hue angle of 16.31º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E84A0F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 15 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.09 |
| HSL | 16.31º | 0.88% | 0.48% | - |
| HSV(B) | 16.31º | 0.94% | 0.91% | - |
| XYZ | 35.81 | 22.09 | 2.83 | - |
| YUV | 114.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 15 | 0 | 0.68 | 0.94 | 0.09 | 16.31 | 0.88 | 0.48 |
| Hex | E8 | 4A | F | 0 | 44 | 5E | 9 | 10 | 58 | 30 |
| Octal | 350 | 112 | 17 | 0 | 104 | 136 | 11 | 20 | 130 | 60 |
| Binary | 11101000 | 1001010 | 1111 | 0 | 1000100 | 1011110 | 1001 | 10000 | 1011000 | 110000 |
Color Harmonies of #E84A0F
Complementary color
Monochromatic Colors of #E84A0F
Black with #E84A0F
Text Example
Text Example
White with #E84A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A0F; }
p { color: rgb(232,74,15); }
H1.HeaderClassName
{
color: #E84A0F;
}
.AnyTagClassName
{
color: #E84A0F;
}
</style>
background-color css
<style>
a { background-color: #E84A0F; }
a { background-color: rgb(232,74,15); }
div.DivClassName
{
background-color: #E84A0F;
}
.BgClassName
{
background-color: #E84A0F;
}
</style>
border-color css
<style>
span { border-color: #E84A0F; }
span { border-color: rgb(232,74,15); }
td.TdClassName
{
border-color: #E84A0F;
}
.TagClassName
{
border-color: #E84A0F;
}
</style>