Shades of Persimmon #E84B16
Tints of Persimmon #E84B16
RGB
CMYK
RGB Variations
Color information
#E84B16 (or 0xE84B16) is known color: Persimmon. HEX triplet: E8, 4B and 16. RGB value is (232,75,22). Sum of RGB (Red+Green+Blue) = 232+75+22=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84B16 is #17B4E9. Grayscale: #747474. Windows color (decimal): -1553642 or 1461224. OLE color: 1461224.
HSL color Cylindrical-coordinate representation of color #E84B16: hue angle of 15.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E84B16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 75 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.09 |
| HSL | 15.14º | 0.83% | 0.5% | - |
| HSV(B) | 15.14º | 0.91% | 0.91% | - |
| XYZ | 35.94 | 22.25 | 3.16 | - |
| YUV | 115.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 22 | 0 | 0.68 | 0.91 | 0.09 | 15.14 | 0.83 | 0.5 |
| Hex | E8 | 4B | 16 | 0 | 44 | 5B | 9 | F | 53 | 32 |
| Octal | 350 | 113 | 26 | 0 | 104 | 133 | 11 | 17 | 123 | 62 |
| Binary | 11101000 | 1001011 | 10110 | 0 | 1000100 | 1011011 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E84B16
Complementary color
Monochromatic Colors of #E84B16
Black with #E84B16
Text Example
Text Example
White with #E84B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84B16; }
p { color: rgb(232,75,22); }
H1.HeaderClassName
{
color: #E84B16;
}
.AnyTagClassName
{
color: #E84B16;
}
</style>
background-color css
<style>
a { background-color: #E84B16; }
a { background-color: rgb(232,75,22); }
div.DivClassName
{
background-color: #E84B16;
}
.BgClassName
{
background-color: #E84B16;
}
</style>
border-color css
<style>
span { border-color: #E84B16; }
span { border-color: rgb(232,75,22); }
td.TdClassName
{
border-color: #E84B16;
}
.TagClassName
{
border-color: #E84B16;
}
</style>