Shades of Persimmon #E84C10
Tints of Persimmon #E84C10
RGB
CMYK
RGB Variations
Color information
#E84C10 (or 0xE84C10) is known color: Persimmon. HEX triplet: E8, 4C and 10. RGB value is (232,76,16). Sum of RGB (Red+Green+Blue) = 232+76+16=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84C10 is #17B3EF. Grayscale: #747474. Windows color (decimal): -1553392 or 1068264. OLE color: 1068264.
HSL color Cylindrical-coordinate representation of color #E84C10: hue angle of 16.67º degrees, saturation: 0.87, 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 #E84C10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.09 |
| HSL | 16.67º | 0.87% | 0.49% | - |
| HSV(B) | 16.67º | 0.93% | 0.91% | - |
| XYZ | 35.96 | 22.36 | 2.91 | - |
| YUV | 115.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 16 | 0 | 0.67 | 0.93 | 0.09 | 16.67 | 0.87 | 0.49 |
| Hex | E8 | 4C | 10 | 0 | 43 | 5D | 9 | 11 | 57 | 31 |
| Octal | 350 | 114 | 20 | 0 | 103 | 135 | 11 | 21 | 127 | 61 |
| Binary | 11101000 | 1001100 | 10000 | 0 | 1000011 | 1011101 | 1001 | 10001 | 1010111 | 110001 |
Color Harmonies of #E84C10
Complementary color
Monochromatic Colors of #E84C10
Black with #E84C10
Text Example
Text Example
White with #E84C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84C10; }
p { color: rgb(232,76,16); }
H1.HeaderClassName
{
color: #E84C10;
}
.AnyTagClassName
{
color: #E84C10;
}
</style>
background-color css
<style>
a { background-color: #E84C10; }
a { background-color: rgb(232,76,16); }
div.DivClassName
{
background-color: #E84C10;
}
.BgClassName
{
background-color: #E84C10;
}
</style>
border-color css
<style>
span { border-color: #E84C10; }
span { border-color: rgb(232,76,16); }
td.TdClassName
{
border-color: #E84C10;
}
.TagClassName
{
border-color: #E84C10;
}
</style>