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