Shades of Persimmon #E84B06
Tints of Persimmon #E84B06
RGB
CMYK
RGB Variations
Color information
#E84B06 (or 0xE84B06) is known color: Persimmon. HEX triplet: E8, 4B and 06. RGB value is (232,75,6). Sum of RGB (Red+Green+Blue) = 232+75+6=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84B06 is #17B4F9. Grayscale: #727272. Windows color (decimal): -1553658 or 412648. OLE color: 412648.
HSL color Cylindrical-coordinate representation of color #E84B06: hue angle of 18.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E84B06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 75 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.09 |
| HSL | 18.32º | 0.95% | 0.47% | - |
| HSV(B) | 18.32º | 0.97% | 0.91% | - |
| XYZ | 35.83 | 22.2 | 2.57 | - |
| YUV | 114.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 6 | 0 | 0.68 | 0.97 | 0.09 | 18.32 | 0.95 | 0.47 |
| Hex | E8 | 4B | 6 | 0 | 44 | 61 | 9 | 12 | 5F | 2F |
| Octal | 350 | 113 | 6 | 0 | 104 | 141 | 11 | 22 | 137 | 57 |
| Binary | 11101000 | 1001011 | 110 | 0 | 1000100 | 1100001 | 1001 | 10010 | 1011111 | 101111 |
Color Harmonies of #E84B06
Complementary color
Monochromatic Colors of #E84B06
Black with #E84B06
Text Example
Text Example
White with #E84B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84B06; }
p { color: rgb(232,75,6); }
H1.HeaderClassName
{
color: #E84B06;
}
.AnyTagClassName
{
color: #E84B06;
}
</style>
background-color css
<style>
a { background-color: #E84B06; }
a { background-color: rgb(232,75,6); }
div.DivClassName
{
background-color: #E84B06;
}
.BgClassName
{
background-color: #E84B06;
}
</style>
border-color css
<style>
span { border-color: #E84B06; }
span { border-color: rgb(232,75,6); }
td.TdClassName
{
border-color: #E84B06;
}
.TagClassName
{
border-color: #E84B06;
}
</style>