Shades of Persimmon #E9581D
Tints of Persimmon #E9581D
RGB
CMYK
RGB Variations
Color information
#E9581D (or 0xE9581D) is known color: Persimmon. HEX triplet: E9, 58 and 1D. RGB value is (233,88,29). Sum of RGB (Red+Green+Blue) = 233+88+29=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9581D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9581D is #16A7E2. Grayscale: #7D7D7D. Windows color (decimal): -1484771 or 1923305. OLE color: 1923305.
HSL color Cylindrical-coordinate representation of color #E9581D: hue angle of 17.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9581D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 29 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.09 |
| HSL | 17.35º | 0.82% | 0.51% | - |
| HSV(B) | 17.35º | 0.88% | 0.91% | - |
| XYZ | 37.32 | 24.39 | 3.9 | - |
| YUV | 124.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 29 | 0 | 0.62 | 0.88 | 0.09 | 17.35 | 0.82 | 0.51 |
| Hex | E9 | 58 | 1D | 0 | 3E | 58 | 9 | 11 | 52 | 33 |
| Octal | 351 | 130 | 35 | 0 | 76 | 130 | 11 | 21 | 122 | 63 |
| Binary | 11101001 | 1011000 | 11101 | 0 | 111110 | 1011000 | 1001 | 10001 | 1010010 | 110011 |
Color Harmonies of #E9581D
Complementary color
Monochromatic Colors of #E9581D
Black with #E9581D
Text Example
Text Example
White with #E9581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9581D; }
p { color: rgb(233,88,29); }
H1.HeaderClassName
{
color: #E9581D;
}
.AnyTagClassName
{
color: #E9581D;
}
</style>
background-color css
<style>
a { background-color: #E9581D; }
a { background-color: rgb(233,88,29); }
div.DivClassName
{
background-color: #E9581D;
}
.BgClassName
{
background-color: #E9581D;
}
</style>
border-color css
<style>
span { border-color: #E9581D; }
span { border-color: rgb(233,88,29); }
td.TdClassName
{
border-color: #E9581D;
}
.TagClassName
{
border-color: #E9581D;
}
</style>