Shades of Persimmon #E9540F
Tints of Persimmon #E9540F
RGB
CMYK
RGB Variations
Color information
#E9540F (or 0xE9540F) is known color: Persimmon. HEX triplet: E9, 54 and 0F. RGB value is (233,84,15). Sum of RGB (Red+Green+Blue) = 233+84+15=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9540F is #16ABF0. Grayscale: #797979. Windows color (decimal): -1485809 or 1004777. OLE color: 1004777.
HSL color Cylindrical-coordinate representation of color #E9540F: hue angle of 18.99º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9540F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.09 |
| HSL | 18.99º | 0.88% | 0.49% | - |
| HSV(B) | 18.99º | 0.94% | 0.91% | - |
| XYZ | 36.86 | 23.7 | 3.08 | - |
| YUV | 120.69 | 68.36 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 15 | 0 | 0.64 | 0.94 | 0.09 | 18.99 | 0.88 | 0.49 |
| Hex | E9 | 54 | F | 0 | 40 | 5E | 9 | 13 | 58 | 31 |
| Octal | 351 | 124 | 17 | 0 | 100 | 136 | 11 | 23 | 130 | 61 |
| Binary | 11101001 | 1010100 | 1111 | 0 | 1000000 | 1011110 | 1001 | 10011 | 1011000 | 110001 |
Color Harmonies of #E9540F
Complementary color
Monochromatic Colors of #E9540F
Black with #E9540F
Text Example
Text Example
White with #E9540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9540F; }
p { color: rgb(233,84,15); }
H1.HeaderClassName
{
color: #E9540F;
}
.AnyTagClassName
{
color: #E9540F;
}
</style>
background-color css
<style>
a { background-color: #E9540F; }
a { background-color: rgb(233,84,15); }
div.DivClassName
{
background-color: #E9540F;
}
.BgClassName
{
background-color: #E9540F;
}
</style>
border-color css
<style>
span { border-color: #E9540F; }
span { border-color: rgb(233,84,15); }
td.TdClassName
{
border-color: #E9540F;
}
.TagClassName
{
border-color: #E9540F;
}
</style>