Shades of Persimmon #E9580A
Tints of Persimmon #E9580A
RGB
CMYK
RGB Variations
Color information
#E9580A (or 0xE9580A) is known color: Persimmon. HEX triplet: E9, 58 and 0A. RGB value is (233,88,10). Sum of RGB (Red+Green+Blue) = 233+88+10=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9580A is #16A7F5. Grayscale: #7A7A7A. Windows color (decimal): -1484790 or 678121. OLE color: 678121.
HSL color Cylindrical-coordinate representation of color #E9580A: hue angle of 20.99º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9580A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.09 |
| HSL | 20.99º | 0.92% | 0.48% | - |
| HSV(B) | 20.99º | 0.96% | 0.91% | - |
| XYZ | 37.15 | 24.33 | 3.02 | - |
| YUV | 122.46 | 64.54 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 10 | 0 | 0.62 | 0.96 | 0.09 | 20.99 | 0.92 | 0.48 |
| Hex | E9 | 58 | A | 0 | 3E | 60 | 9 | 15 | 5C | 30 |
| Octal | 351 | 130 | 12 | 0 | 76 | 140 | 11 | 25 | 134 | 60 |
| Binary | 11101001 | 1011000 | 1010 | 0 | 111110 | 1100000 | 1001 | 10101 | 1011100 | 110000 |
Color Harmonies of #E9580A
Complementary color
Monochromatic Colors of #E9580A
Black with #E9580A
Text Example
Text Example
White with #E9580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9580A; }
p { color: rgb(233,88,10); }
H1.HeaderClassName
{
color: #E9580A;
}
.AnyTagClassName
{
color: #E9580A;
}
</style>
background-color css
<style>
a { background-color: #E9580A; }
a { background-color: rgb(233,88,10); }
div.DivClassName
{
background-color: #E9580A;
}
.BgClassName
{
background-color: #E9580A;
}
</style>
border-color css
<style>
span { border-color: #E9580A; }
span { border-color: rgb(233,88,10); }
td.TdClassName
{
border-color: #E9580A;
}
.TagClassName
{
border-color: #E9580A;
}
</style>