Shades of Persimmon #E9650E
Tints of Persimmon #E9650E
RGB
CMYK
RGB Variations
Color information
#E9650E (or 0xE9650E) is known color: Persimmon. HEX triplet: E9, 65 and 0E. RGB value is (233,101,14). Sum of RGB (Red+Green+Blue) = 233+101+14=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9650E is #169AF1. Grayscale: #838383. Windows color (decimal): -1481458 or 943593. OLE color: 943593.
HSL color Cylindrical-coordinate representation of color #E9650E: hue angle of 23.84º 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 #E9650E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.09 |
| HSL | 23.84º | 0.89% | 0.48% | - |
| HSV(B) | 23.84º | 0.94% | 0.91% | - |
| XYZ | 38.34 | 26.66 | 3.54 | - |
| YUV | 130.55 | 62.23 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 14 | 0 | 0.57 | 0.94 | 0.09 | 23.84 | 0.89 | 0.48 |
| Hex | E9 | 65 | E | 0 | 39 | 5E | 9 | 18 | 59 | 30 |
| Octal | 351 | 145 | 16 | 0 | 71 | 136 | 11 | 30 | 131 | 60 |
| Binary | 11101001 | 1100101 | 1110 | 0 | 111001 | 1011110 | 1001 | 11000 | 1011001 | 110000 |
Color Harmonies of #E9650E
Complementary color
Monochromatic Colors of #E9650E
Black with #E9650E
Text Example
Text Example
White with #E9650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9650E; }
p { color: rgb(233,101,14); }
H1.HeaderClassName
{
color: #E9650E;
}
.AnyTagClassName
{
color: #E9650E;
}
</style>
background-color css
<style>
a { background-color: #E9650E; }
a { background-color: rgb(233,101,14); }
div.DivClassName
{
background-color: #E9650E;
}
.BgClassName
{
background-color: #E9650E;
}
</style>
border-color css
<style>
span { border-color: #E9650E; }
span { border-color: rgb(233,101,14); }
td.TdClassName
{
border-color: #E9650E;
}
.TagClassName
{
border-color: #E9650E;
}
</style>