Shades of Persimmon #E9580F
Tints of Persimmon #E9580F
RGB
CMYK
RGB Variations
Color information
#E9580F (or 0xE9580F) is known color: Persimmon. HEX triplet: E9, 58 and 0F. RGB value is (233,88,15). Sum of RGB (Red+Green+Blue) = 233+88+15=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E9580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9580F is #16A7F0. Grayscale: #7B7B7B. Windows color (decimal): -1484785 or 1005801. OLE color: 1005801.
HSL color Cylindrical-coordinate representation of color #E9580F: hue angle of 20.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9580F is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 15 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.09 |
| HSL | 20.09º | 0.88% | 0.49% | - |
| HSV(B) | 20.09º | 0.94% | 0.91% | - |
| XYZ | 37.18 | 24.34 | 3.19 | - |
| YUV | 123.03 | 67.04 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 15 | 0 | 0.62 | 0.94 | 0.09 | 20.09 | 0.88 | 0.49 |
| Hex | E9 | 58 | F | 0 | 3E | 5E | 9 | 14 | 58 | 31 |
| Octal | 351 | 130 | 17 | 0 | 76 | 136 | 11 | 24 | 130 | 61 |
| Binary | 11101001 | 1011000 | 1111 | 0 | 111110 | 1011110 | 1001 | 10100 | 1011000 | 110001 |
Color Harmonies of #E9580F
Complementary color
Monochromatic Colors of #E9580F
Black with #E9580F
Text Example
Text Example
White with #E9580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9580F; }
p { color: rgb(233,88,15); }
H1.HeaderClassName
{
color: #E9580F;
}
.AnyTagClassName
{
color: #E9580F;
}
</style>
background-color css
<style>
a { background-color: #E9580F; }
a { background-color: rgb(233,88,15); }
div.DivClassName
{
background-color: #E9580F;
}
.BgClassName
{
background-color: #E9580F;
}
</style>
border-color css
<style>
span { border-color: #E9580F; }
span { border-color: rgb(233,88,15); }
td.TdClassName
{
border-color: #E9580F;
}
.TagClassName
{
border-color: #E9580F;
}
</style>