Shades of Persimmon #E9560D
Tints of Persimmon #E9560D
RGB
CMYK
RGB Variations
Color information
#E9560D (or 0xE9560D) is known color: Persimmon. HEX triplet: E9, 56 and 0D. RGB value is (233,86,13). Sum of RGB (Red+Green+Blue) = 233+86+13=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9560D is #16A9F2. Grayscale: #7A7A7A. Windows color (decimal): -1485299 or 874217. OLE color: 874217.
HSL color Cylindrical-coordinate representation of color #E9560D: hue angle of 19.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9560D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.09 |
| HSL | 19.91º | 0.89% | 0.48% | - |
| HSV(B) | 19.91º | 0.94% | 0.91% | - |
| XYZ | 37 | 24.01 | 3.06 | - |
| YUV | 121.63 | 66.7 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 13 | 0 | 0.63 | 0.94 | 0.09 | 19.91 | 0.89 | 0.48 |
| Hex | E9 | 56 | D | 0 | 3F | 5E | 9 | 14 | 59 | 30 |
| Octal | 351 | 126 | 15 | 0 | 77 | 136 | 11 | 24 | 131 | 60 |
| Binary | 11101001 | 1010110 | 1101 | 0 | 111111 | 1011110 | 1001 | 10100 | 1011001 | 110000 |
Color Harmonies of #E9560D
Complementary color
Monochromatic Colors of #E9560D
Black with #E9560D
Text Example
Text Example
White with #E9560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9560D; }
p { color: rgb(233,86,13); }
H1.HeaderClassName
{
color: #E9560D;
}
.AnyTagClassName
{
color: #E9560D;
}
</style>
background-color css
<style>
a { background-color: #E9560D; }
a { background-color: rgb(233,86,13); }
div.DivClassName
{
background-color: #E9560D;
}
.BgClassName
{
background-color: #E9560D;
}
</style>
border-color css
<style>
span { border-color: #E9560D; }
span { border-color: rgb(233,86,13); }
td.TdClassName
{
border-color: #E9560D;
}
.TagClassName
{
border-color: #E9560D;
}
</style>