Shades of Persimmon #E9510D
Tints of Persimmon #E9510D
RGB
CMYK
RGB Variations
Color information
#E9510D (or 0xE9510D) is known color: Persimmon. HEX triplet: E9, 51 and 0D. RGB value is (233,81,13). Sum of RGB (Red+Green+Blue) = 233+81+13=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9510D is #16AEF2. Grayscale: #777777. Windows color (decimal): -1486579 or 872937. OLE color: 872937.
HSL color Cylindrical-coordinate representation of color #E9510D: hue angle of 18.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 #E9510D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.09 |
| HSL | 18.55º | 0.89% | 0.48% | - |
| HSV(B) | 18.55º | 0.94% | 0.91% | - |
| XYZ | 36.62 | 23.24 | 2.94 | - |
| YUV | 118.7 | 68.36 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 13 | 0 | 0.65 | 0.94 | 0.09 | 18.55 | 0.89 | 0.48 |
| Hex | E9 | 51 | D | 0 | 41 | 5E | 9 | 13 | 59 | 30 |
| Octal | 351 | 121 | 15 | 0 | 101 | 136 | 11 | 23 | 131 | 60 |
| Binary | 11101001 | 1010001 | 1101 | 0 | 1000001 | 1011110 | 1001 | 10011 | 1011001 | 110000 |
Color Harmonies of #E9510D
Complementary color
Monochromatic Colors of #E9510D
Black with #E9510D
Text Example
Text Example
White with #E9510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9510D; }
p { color: rgb(233,81,13); }
H1.HeaderClassName
{
color: #E9510D;
}
.AnyTagClassName
{
color: #E9510D;
}
</style>
background-color css
<style>
a { background-color: #E9510D; }
a { background-color: rgb(233,81,13); }
div.DivClassName
{
background-color: #E9510D;
}
.BgClassName
{
background-color: #E9510D;
}
</style>
border-color css
<style>
span { border-color: #E9510D; }
span { border-color: rgb(233,81,13); }
td.TdClassName
{
border-color: #E9510D;
}
.TagClassName
{
border-color: #E9510D;
}
</style>