Shades of Persimmon #E7540C
Tints of Persimmon #E7540C
RGB
CMYK
RGB Variations
Color information
#E7540C (or 0xE7540C) is known color: Persimmon. HEX triplet: E7, 54 and 0C. RGB value is (231,84,12). Sum of RGB (Red+Green+Blue) = 231+84+12=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7540C is #18ABF3. Grayscale: #787878. Windows color (decimal): -1616884 or 808167. OLE color: 808167.
HSL color Cylindrical-coordinate representation of color #E7540C: hue angle of 19.73º 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 #E7540C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.09 |
| HSL | 19.73º | 0.9% | 0.48% | - |
| HSV(B) | 19.73º | 0.95% | 0.91% | - |
| XYZ | 36.19 | 23.36 | 2.95 | - |
| YUV | 119.75 | 67.2 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 12 | 0 | 0.64 | 0.95 | 0.09 | 19.73 | 0.9 | 0.48 |
| Hex | E7 | 54 | C | 0 | 40 | 5F | 9 | 14 | 5A | 30 |
| Octal | 347 | 124 | 14 | 0 | 100 | 137 | 11 | 24 | 132 | 60 |
| Binary | 11100111 | 1010100 | 1100 | 0 | 1000000 | 1011111 | 1001 | 10100 | 1011010 | 110000 |
Color Harmonies of #E7540C
Complementary color
Monochromatic Colors of #E7540C
Black with #E7540C
Text Example
Text Example
White with #E7540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7540C; }
p { color: rgb(231,84,12); }
H1.HeaderClassName
{
color: #E7540C;
}
.AnyTagClassName
{
color: #E7540C;
}
</style>
background-color css
<style>
a { background-color: #E7540C; }
a { background-color: rgb(231,84,12); }
div.DivClassName
{
background-color: #E7540C;
}
.BgClassName
{
background-color: #E7540C;
}
</style>
border-color css
<style>
span { border-color: #E7540C; }
span { border-color: rgb(231,84,12); }
td.TdClassName
{
border-color: #E7540C;
}
.TagClassName
{
border-color: #E7540C;
}
</style>