Shades of Persimmon #E7580A
Tints of Persimmon #E7580A
RGB
CMYK
RGB Variations
Color information
#E7580A (or 0xE7580A) is known color: Persimmon. HEX triplet: E7, 58 and 0A. RGB value is (231,88,10). Sum of RGB (Red+Green+Blue) = 231+88+10=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7580A is #18A7F5. Grayscale: #7A7A7A. Windows color (decimal): -1615862 or 678119. OLE color: 678119.
HSL color Cylindrical-coordinate representation of color #E7580A: hue angle of 21.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7580A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.09 |
| HSL | 21.18º | 0.92% | 0.47% | - |
| HSV(B) | 21.18º | 0.96% | 0.91% | - |
| XYZ | 36.5 | 23.99 | 2.99 | - |
| YUV | 121.87 | 64.88 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 10 | 0 | 0.62 | 0.96 | 0.09 | 21.18 | 0.92 | 0.47 |
| Hex | E7 | 58 | A | 0 | 3E | 60 | 9 | 15 | 5C | 2F |
| Octal | 347 | 130 | 12 | 0 | 76 | 140 | 11 | 25 | 134 | 57 |
| Binary | 11100111 | 1011000 | 1010 | 0 | 111110 | 1100000 | 1001 | 10101 | 1011100 | 101111 |
Color Harmonies of #E7580A
Complementary color
Monochromatic Colors of #E7580A
Black with #E7580A
Text Example
Text Example
White with #E7580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7580A; }
p { color: rgb(231,88,10); }
H1.HeaderClassName
{
color: #E7580A;
}
.AnyTagClassName
{
color: #E7580A;
}
</style>
background-color css
<style>
a { background-color: #E7580A; }
a { background-color: rgb(231,88,10); }
div.DivClassName
{
background-color: #E7580A;
}
.BgClassName
{
background-color: #E7580A;
}
</style>
border-color css
<style>
span { border-color: #E7580A; }
span { border-color: rgb(231,88,10); }
td.TdClassName
{
border-color: #E7580A;
}
.TagClassName
{
border-color: #E7580A;
}
</style>