Shades of Persimmon #E9500B
Tints of Persimmon #E9500B
RGB
CMYK
RGB Variations
Color information
#E9500B (or 0xE9500B) is known color: Persimmon. HEX triplet: E9, 50 and 0B. RGB value is (233,80,11). Sum of RGB (Red+Green+Blue) = 233+80+11=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E9500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9500B is #16AFF4. Grayscale: #767676. Windows color (decimal): -1486837 or 741609. OLE color: 741609.
HSL color Cylindrical-coordinate representation of color #E9500B: hue angle of 18.65º 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 #E9500B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.09 |
| HSL | 18.65º | 0.91% | 0.48% | - |
| HSV(B) | 18.65º | 0.95% | 0.91% | - |
| XYZ | 36.53 | 23.09 | 2.85 | - |
| YUV | 117.88 | 67.69 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 11 | 0 | 0.66 | 0.95 | 0.09 | 18.65 | 0.91 | 0.48 |
| Hex | E9 | 50 | B | 0 | 42 | 5F | 9 | 13 | 5B | 30 |
| Octal | 351 | 120 | 13 | 0 | 102 | 137 | 11 | 23 | 133 | 60 |
| Binary | 11101001 | 1010000 | 1011 | 0 | 1000010 | 1011111 | 1001 | 10011 | 1011011 | 110000 |
Color Harmonies of #E9500B
Complementary color
Monochromatic Colors of #E9500B
Black with #E9500B
Text Example
Text Example
White with #E9500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9500B; }
p { color: rgb(233,80,11); }
H1.HeaderClassName
{
color: #E9500B;
}
.AnyTagClassName
{
color: #E9500B;
}
</style>
background-color css
<style>
a { background-color: #E9500B; }
a { background-color: rgb(233,80,11); }
div.DivClassName
{
background-color: #E9500B;
}
.BgClassName
{
background-color: #E9500B;
}
</style>
border-color css
<style>
span { border-color: #E9500B; }
span { border-color: rgb(233,80,11); }
td.TdClassName
{
border-color: #E9500B;
}
.TagClassName
{
border-color: #E9500B;
}
</style>