Shades of Persimmon #E9610B
Tints of Persimmon #E9610B
RGB
CMYK
RGB Variations
Color information
#E9610B (or 0xE9610B) is known color: Persimmon. HEX triplet: E9, 61 and 0B. RGB value is (233,97,11). Sum of RGB (Red+Green+Blue) = 233+97+11=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9610B is #169EF4. Grayscale: #808080. Windows color (decimal): -1482485 or 745961. OLE color: 745961.
HSL color Cylindrical-coordinate representation of color #E9610B: hue angle of 23.24º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9610B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.09 |
| HSL | 23.24º | 0.91% | 0.48% | - |
| HSV(B) | 23.24º | 0.95% | 0.91% | - |
| XYZ | 37.94 | 25.9 | 3.32 | - |
| YUV | 127.86 | 62.06 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 11 | 0 | 0.58 | 0.95 | 0.09 | 23.24 | 0.91 | 0.48 |
| Hex | E9 | 61 | B | 0 | 3A | 5F | 9 | 17 | 5B | 30 |
| Octal | 351 | 141 | 13 | 0 | 72 | 137 | 11 | 27 | 133 | 60 |
| Binary | 11101001 | 1100001 | 1011 | 0 | 111010 | 1011111 | 1001 | 10111 | 1011011 | 110000 |
Color Harmonies of #E9610B
Complementary color
Monochromatic Colors of #E9610B
Black with #E9610B
Text Example
Text Example
White with #E9610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9610B; }
p { color: rgb(233,97,11); }
H1.HeaderClassName
{
color: #E9610B;
}
.AnyTagClassName
{
color: #E9610B;
}
</style>
background-color css
<style>
a { background-color: #E9610B; }
a { background-color: rgb(233,97,11); }
div.DivClassName
{
background-color: #E9610B;
}
.BgClassName
{
background-color: #E9610B;
}
</style>
border-color css
<style>
span { border-color: #E9610B; }
span { border-color: rgb(233,97,11); }
td.TdClassName
{
border-color: #E9610B;
}
.TagClassName
{
border-color: #E9610B;
}
</style>