Shades of Persimmon #E9500C
Tints of Persimmon #E9500C
RGB
CMYK
RGB Variations
Color information
#E9500C (or 0xE9500C) is known color: Persimmon. HEX triplet: E9, 50 and 0C. RGB value is (233,80,12). Sum of RGB (Red+Green+Blue) = 233+80+12=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E9500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9500C is #16AFF3. Grayscale: #767676. Windows color (decimal): -1486836 or 807145. OLE color: 807145.
HSL color Cylindrical-coordinate representation of color #E9500C: hue angle of 18.46º degrees, saturation: 0.9, 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 #E9500C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.09 |
| HSL | 18.46º | 0.9% | 0.48% | - |
| HSV(B) | 18.46º | 0.95% | 0.91% | - |
| XYZ | 36.54 | 23.09 | 2.88 | - |
| YUV | 118 | 68.19 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 12 | 0 | 0.66 | 0.95 | 0.09 | 18.46 | 0.9 | 0.48 |
| Hex | E9 | 50 | C | 0 | 42 | 5F | 9 | 12 | 5A | 30 |
| Octal | 351 | 120 | 14 | 0 | 102 | 137 | 11 | 22 | 132 | 60 |
| Binary | 11101001 | 1010000 | 1100 | 0 | 1000010 | 1011111 | 1001 | 10010 | 1011010 | 110000 |
Color Harmonies of #E9500C
Complementary color
Monochromatic Colors of #E9500C
Black with #E9500C
Text Example
Text Example
White with #E9500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9500C; }
p { color: rgb(233,80,12); }
H1.HeaderClassName
{
color: #E9500C;
}
.AnyTagClassName
{
color: #E9500C;
}
</style>
background-color css
<style>
a { background-color: #E9500C; }
a { background-color: rgb(233,80,12); }
div.DivClassName
{
background-color: #E9500C;
}
.BgClassName
{
background-color: #E9500C;
}
</style>
border-color css
<style>
span { border-color: #E9500C; }
span { border-color: rgb(233,80,12); }
td.TdClassName
{
border-color: #E9500C;
}
.TagClassName
{
border-color: #E9500C;
}
</style>