Shades of Persimmon #E9640D
Tints of Persimmon #E9640D
RGB
CMYK
RGB Variations
Color information
#E9640D (or 0xE9640D) is known color: Persimmon. HEX triplet: E9, 64 and 0D. RGB value is (233,100,13). Sum of RGB (Red+Green+Blue) = 233+100+13=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9640D is #169BF2. Grayscale: #828282. Windows color (decimal): -1481715 or 877801. OLE color: 877801.
HSL color Cylindrical-coordinate representation of color #E9640D: hue angle of 23.73º 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 #E9640D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.09 |
| HSL | 23.73º | 0.89% | 0.48% | - |
| HSV(B) | 23.73º | 0.94% | 0.91% | - |
| XYZ | 38.23 | 26.47 | 3.47 | - |
| YUV | 129.85 | 62.06 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 13 | 0 | 0.57 | 0.94 | 0.09 | 23.73 | 0.89 | 0.48 |
| Hex | E9 | 64 | D | 0 | 39 | 5E | 9 | 18 | 59 | 30 |
| Octal | 351 | 144 | 15 | 0 | 71 | 136 | 11 | 30 | 131 | 60 |
| Binary | 11101001 | 1100100 | 1101 | 0 | 111001 | 1011110 | 1001 | 11000 | 1011001 | 110000 |
Color Harmonies of #E9640D
Complementary color
Monochromatic Colors of #E9640D
Black with #E9640D
Text Example
Text Example
White with #E9640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9640D; }
p { color: rgb(233,100,13); }
H1.HeaderClassName
{
color: #E9640D;
}
.AnyTagClassName
{
color: #E9640D;
}
</style>
background-color css
<style>
a { background-color: #E9640D; }
a { background-color: rgb(233,100,13); }
div.DivClassName
{
background-color: #E9640D;
}
.BgClassName
{
background-color: #E9640D;
}
</style>
border-color css
<style>
span { border-color: #E9640D; }
span { border-color: rgb(233,100,13); }
td.TdClassName
{
border-color: #E9640D;
}
.TagClassName
{
border-color: #E9640D;
}
</style>