Shades of Persimmon #E8580B
Tints of Persimmon #E8580B
RGB
CMYK
RGB Variations
Color information
#E8580B (or 0xE8580B) is known color: Persimmon. HEX triplet: E8, 58 and 0B. RGB value is (232,88,11). Sum of RGB (Red+Green+Blue) = 232+88+11=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8580B is #17A7F4. Grayscale: #7A7A7A. Windows color (decimal): -1550325 or 743656. OLE color: 743656.
HSL color Cylindrical-coordinate representation of color #E8580B: hue angle of 20.9º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8580B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.09 |
| HSL | 20.9º | 0.91% | 0.48% | - |
| HSV(B) | 20.9º | 0.95% | 0.91% | - |
| XYZ | 36.83 | 24.16 | 3.04 | - |
| YUV | 122.28 | 65.21 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 11 | 0 | 0.62 | 0.95 | 0.09 | 20.9 | 0.91 | 0.48 |
| Hex | E8 | 58 | B | 0 | 3E | 5F | 9 | 15 | 5B | 30 |
| Octal | 350 | 130 | 13 | 0 | 76 | 137 | 11 | 25 | 133 | 60 |
| Binary | 11101000 | 1011000 | 1011 | 0 | 111110 | 1011111 | 1001 | 10101 | 1011011 | 110000 |
Color Harmonies of #E8580B
Complementary color
Monochromatic Colors of #E8580B
Black with #E8580B
Text Example
Text Example
White with #E8580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8580B; }
p { color: rgb(232,88,11); }
H1.HeaderClassName
{
color: #E8580B;
}
.AnyTagClassName
{
color: #E8580B;
}
</style>
background-color css
<style>
a { background-color: #E8580B; }
a { background-color: rgb(232,88,11); }
div.DivClassName
{
background-color: #E8580B;
}
.BgClassName
{
background-color: #E8580B;
}
</style>
border-color css
<style>
span { border-color: #E8580B; }
span { border-color: rgb(232,88,11); }
td.TdClassName
{
border-color: #E8580B;
}
.TagClassName
{
border-color: #E8580B;
}
</style>