Shades of Persimmon #E9460D
Tints of Persimmon #E9460D
RGB
CMYK
RGB Variations
Color information
#E9460D (or 0xE9460D) is known color: Persimmon. HEX triplet: E9, 46 and 0D. RGB value is (233,70,13). Sum of RGB (Red+Green+Blue) = 233+70+13=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9460D is #16B9F2. Grayscale: #707070. Windows color (decimal): -1489395 or 870121. OLE color: 870121.
HSL color Cylindrical-coordinate representation of color #E9460D: hue angle of 15.55º 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 #E9460D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.09 |
| HSL | 15.55º | 0.89% | 0.48% | - |
| HSV(B) | 15.55º | 0.94% | 0.91% | - |
| XYZ | 35.87 | 21.73 | 2.69 | - |
| YUV | 112.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 13 | 0 | 0.70 | 0.94 | 0.09 | 15.55 | 0.89 | 0.48 |
| Hex | E9 | 46 | D | 0 | 46 | 5E | 9 | 10 | 59 | 30 |
| Octal | 351 | 106 | 15 | 0 | 106 | 136 | 11 | 20 | 131 | 60 |
| Binary | 11101001 | 1000110 | 1101 | 0 | 1000110 | 1011110 | 1001 | 10000 | 1011001 | 110000 |
Color Harmonies of #E9460D
Complementary color
Monochromatic Colors of #E9460D
Black with #E9460D
Text Example
Text Example
White with #E9460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9460D; }
p { color: rgb(233,70,13); }
H1.HeaderClassName
{
color: #E9460D;
}
.AnyTagClassName
{
color: #E9460D;
}
</style>
background-color css
<style>
a { background-color: #E9460D; }
a { background-color: rgb(233,70,13); }
div.DivClassName
{
background-color: #E9460D;
}
.BgClassName
{
background-color: #E9460D;
}
</style>
border-color css
<style>
span { border-color: #E9460D; }
span { border-color: rgb(233,70,13); }
td.TdClassName
{
border-color: #E9460D;
}
.TagClassName
{
border-color: #E9460D;
}
</style>