Shades of Persimmon #E7540F
Tints of Persimmon #E7540F
RGB
CMYK
RGB Variations
Color information
#E7540F (or 0xE7540F) is known color: Persimmon. HEX triplet: E7, 54 and 0F. RGB value is (231,84,15). Sum of RGB (Red+Green+Blue) = 231+84+15=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7540F is #18ABF0. Grayscale: #787878. Windows color (decimal): -1616881 or 1004775. OLE color: 1004775.
HSL color Cylindrical-coordinate representation of color #E7540F: hue angle of 19.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7540F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.09 |
| HSL | 19.17º | 0.88% | 0.48% | - |
| HSV(B) | 19.17º | 0.94% | 0.91% | - |
| XYZ | 36.21 | 23.36 | 3.05 | - |
| YUV | 120.09 | 68.7 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 15 | 0 | 0.64 | 0.94 | 0.09 | 19.17 | 0.88 | 0.48 |
| Hex | E7 | 54 | F | 0 | 40 | 5E | 9 | 13 | 58 | 30 |
| Octal | 347 | 124 | 17 | 0 | 100 | 136 | 11 | 23 | 130 | 60 |
| Binary | 11100111 | 1010100 | 1111 | 0 | 1000000 | 1011110 | 1001 | 10011 | 1011000 | 110000 |
Color Harmonies of #E7540F
Complementary color
Monochromatic Colors of #E7540F
Black with #E7540F
Text Example
Text Example
White with #E7540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7540F; }
p { color: rgb(231,84,15); }
H1.HeaderClassName
{
color: #E7540F;
}
.AnyTagClassName
{
color: #E7540F;
}
</style>
background-color css
<style>
a { background-color: #E7540F; }
a { background-color: rgb(231,84,15); }
div.DivClassName
{
background-color: #E7540F;
}
.BgClassName
{
background-color: #E7540F;
}
</style>
border-color css
<style>
span { border-color: #E7540F; }
span { border-color: rgb(231,84,15); }
td.TdClassName
{
border-color: #E7540F;
}
.TagClassName
{
border-color: #E7540F;
}
</style>