Shades of Persimmon #E84C00
Tints of Persimmon #E84C00
RGB
CMYK
RGB Variations
Color information
#E84C00 (or 0xE84C00) is known color: Persimmon. HEX triplet: E8, 4C and 00. RGB value is (232,76,0). Sum of RGB (Red+Green+Blue) = 232+76+0=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84C00 is #17B3FF. Grayscale: #727272. Windows color (decimal): -1553408 or 19688. OLE color: 19688.
HSL color Cylindrical-coordinate representation of color #E84C00: hue angle of 19.66º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E84C00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.09 |
| HSL | 19.66º | 1% | 0.45% | - |
| HSV(B) | 19.66º | 1% | 0.91% | - |
| XYZ | 35.86 | 22.32 | 2.42 | - |
| YUV | 113.98 | 63.68 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 0 | 0 | 0.67 | 1 | 0.09 | 19.66 | 1 | 0.45 |
| Hex | E8 | 4C | 0 | 0 | 43 | 64 | 9 | 14 | 64 | 2D |
| Octal | 350 | 114 | 0 | 0 | 103 | 144 | 11 | 24 | 144 | 55 |
| Binary | 11101000 | 1001100 | 0 | 0 | 1000011 | 1100100 | 1001 | 10100 | 1100100 | 101101 |
Color Harmonies of #E84C00
Complementary color
Monochromatic Colors of #E84C00
Black with #E84C00
Text Example
Text Example
White with #E84C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84C00; }
p { color: rgb(232,76,0); }
H1.HeaderClassName
{
color: #E84C00;
}
.AnyTagClassName
{
color: #E84C00;
}
</style>
background-color css
<style>
a { background-color: #E84C00; }
a { background-color: rgb(232,76,0); }
div.DivClassName
{
background-color: #E84C00;
}
.BgClassName
{
background-color: #E84C00;
}
</style>
border-color css
<style>
span { border-color: #E84C00; }
span { border-color: rgb(232,76,0); }
td.TdClassName
{
border-color: #E84C00;
}
.TagClassName
{
border-color: #E84C00;
}
</style>