Shades of Persimmon #E9620E
Tints of Persimmon #E9620E
RGB
CMYK
RGB Variations
Color information
#E9620E (or 0xE9620E) is known color: Persimmon. HEX triplet: E9, 62 and 0E. RGB value is (233,98,14). Sum of RGB (Red+Green+Blue) = 233+98+14=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9620E is #169DF1. Grayscale: #818181. Windows color (decimal): -1482226 or 942825. OLE color: 942825.
HSL color Cylindrical-coordinate representation of color #E9620E: hue angle of 23.01º 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 #E9620E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.09 |
| HSL | 23.01º | 0.89% | 0.48% | - |
| HSV(B) | 23.01º | 0.94% | 0.91% | - |
| XYZ | 38.05 | 26.09 | 3.45 | - |
| YUV | 128.79 | 63.23 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 14 | 0 | 0.58 | 0.94 | 0.09 | 23.01 | 0.89 | 0.48 |
| Hex | E9 | 62 | E | 0 | 3A | 5E | 9 | 17 | 59 | 30 |
| Octal | 351 | 142 | 16 | 0 | 72 | 136 | 11 | 27 | 131 | 60 |
| Binary | 11101001 | 1100010 | 1110 | 0 | 111010 | 1011110 | 1001 | 10111 | 1011001 | 110000 |
Color Harmonies of #E9620E
Complementary color
Monochromatic Colors of #E9620E
Black with #E9620E
Text Example
Text Example
White with #E9620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9620E; }
p { color: rgb(233,98,14); }
H1.HeaderClassName
{
color: #E9620E;
}
.AnyTagClassName
{
color: #E9620E;
}
</style>
background-color css
<style>
a { background-color: #E9620E; }
a { background-color: rgb(233,98,14); }
div.DivClassName
{
background-color: #E9620E;
}
.BgClassName
{
background-color: #E9620E;
}
</style>
border-color css
<style>
span { border-color: #E9620E; }
span { border-color: rgb(233,98,14); }
td.TdClassName
{
border-color: #E9620E;
}
.TagClassName
{
border-color: #E9620E;
}
</style>