Shades of Persimmon #E9550A
Tints of Persimmon #E9550A
RGB
CMYK
RGB Variations
Color information
#E9550A (or 0xE9550A) is known color: Persimmon. HEX triplet: E9, 55 and 0A. RGB value is (233,85,10). Sum of RGB (Red+Green+Blue) = 233+85+10=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9550A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9550A is #16AAF5. Grayscale: #797979. Windows color (decimal): -1485558 or 677353. OLE color: 677353.
HSL color Cylindrical-coordinate representation of color #E9550A: hue angle of 20.18º 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 #E9550A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.09 |
| HSL | 20.18º | 0.92% | 0.48% | - |
| HSV(B) | 20.18º | 0.96% | 0.91% | - |
| XYZ | 36.91 | 23.84 | 2.94 | - |
| YUV | 120.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 10 | 0 | 0.64 | 0.96 | 0.09 | 20.18 | 0.92 | 0.48 |
| Hex | E9 | 55 | A | 0 | 40 | 60 | 9 | 14 | 5C | 30 |
| Octal | 351 | 125 | 12 | 0 | 100 | 140 | 11 | 24 | 134 | 60 |
| Binary | 11101001 | 1010101 | 1010 | 0 | 1000000 | 1100000 | 1001 | 10100 | 1011100 | 110000 |
Color Harmonies of #E9550A
Complementary color
Monochromatic Colors of #E9550A
Black with #E9550A
Text Example
Text Example
White with #E9550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9550A; }
p { color: rgb(233,85,10); }
H1.HeaderClassName
{
color: #E9550A;
}
.AnyTagClassName
{
color: #E9550A;
}
</style>
background-color css
<style>
a { background-color: #E9550A; }
a { background-color: rgb(233,85,10); }
div.DivClassName
{
background-color: #E9550A;
}
.BgClassName
{
background-color: #E9550A;
}
</style>
border-color css
<style>
span { border-color: #E9550A; }
span { border-color: rgb(233,85,10); }
td.TdClassName
{
border-color: #E9550A;
}
.TagClassName
{
border-color: #E9550A;
}
</style>