Shades of Persimmon #E9540B
Tints of Persimmon #E9540B
RGB
CMYK
RGB Variations
Color information
#E9540B (or 0xE9540B) is known color: Persimmon. HEX triplet: E9, 54 and 0B. RGB value is (233,84,11). Sum of RGB (Red+Green+Blue) = 233+84+11=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9540B is #16ABF4. Grayscale: #787878. Windows color (decimal): -1485813 or 742633. OLE color: 742633.
HSL color Cylindrical-coordinate representation of color #E9540B: hue angle of 19.73º 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 #E9540B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.09 |
| HSL | 19.73º | 0.91% | 0.48% | - |
| HSV(B) | 19.73º | 0.95% | 0.91% | - |
| XYZ | 36.84 | 23.69 | 2.95 | - |
| YUV | 120.23 | 66.36 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 11 | 0 | 0.64 | 0.95 | 0.09 | 19.73 | 0.91 | 0.48 |
| Hex | E9 | 54 | B | 0 | 40 | 5F | 9 | 14 | 5B | 30 |
| Octal | 351 | 124 | 13 | 0 | 100 | 137 | 11 | 24 | 133 | 60 |
| Binary | 11101001 | 1010100 | 1011 | 0 | 1000000 | 1011111 | 1001 | 10100 | 1011011 | 110000 |
Color Harmonies of #E9540B
Complementary color
Monochromatic Colors of #E9540B
Black with #E9540B
Text Example
Text Example
White with #E9540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9540B; }
p { color: rgb(233,84,11); }
H1.HeaderClassName
{
color: #E9540B;
}
.AnyTagClassName
{
color: #E9540B;
}
</style>
background-color css
<style>
a { background-color: #E9540B; }
a { background-color: rgb(233,84,11); }
div.DivClassName
{
background-color: #E9540B;
}
.BgClassName
{
background-color: #E9540B;
}
</style>
border-color css
<style>
span { border-color: #E9540B; }
span { border-color: rgb(233,84,11); }
td.TdClassName
{
border-color: #E9540B;
}
.TagClassName
{
border-color: #E9540B;
}
</style>