Shades of Persimmon #E7541B
Tints of Persimmon #E7541B
RGB
CMYK
RGB Variations
Color information
#E7541B (or 0xE7541B) is known color: Persimmon. HEX triplet: E7, 54 and 1B. RGB value is (231,84,27). Sum of RGB (Red+Green+Blue) = 231+84+27=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7541B is #18ABE4. Grayscale: #797979. Windows color (decimal): -1616869 or 1791207. OLE color: 1791207.
HSL color Cylindrical-coordinate representation of color #E7541B: hue angle of 16.76º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7541B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 27 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.09 |
| HSL | 16.76º | 0.81% | 0.51% | - |
| HSV(B) | 16.76º | 0.88% | 0.91% | - |
| XYZ | 36.32 | 23.41 | 3.64 | - |
| YUV | 121.46 | 74.7 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 27 | 0 | 0.64 | 0.88 | 0.09 | 16.76 | 0.81 | 0.51 |
| Hex | E7 | 54 | 1B | 0 | 40 | 58 | 9 | 11 | 51 | 33 |
| Octal | 347 | 124 | 33 | 0 | 100 | 130 | 11 | 21 | 121 | 63 |
| Binary | 11100111 | 1010100 | 11011 | 0 | 1000000 | 1011000 | 1001 | 10001 | 1010001 | 110011 |
Color Harmonies of #E7541B
Complementary color
Monochromatic Colors of #E7541B
Black with #E7541B
Text Example
Text Example
White with #E7541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7541B; }
p { color: rgb(231,84,27); }
H1.HeaderClassName
{
color: #E7541B;
}
.AnyTagClassName
{
color: #E7541B;
}
</style>
background-color css
<style>
a { background-color: #E7541B; }
a { background-color: rgb(231,84,27); }
div.DivClassName
{
background-color: #E7541B;
}
.BgClassName
{
background-color: #E7541B;
}
</style>
border-color css
<style>
span { border-color: #E7541B; }
span { border-color: rgb(231,84,27); }
td.TdClassName
{
border-color: #E7541B;
}
.TagClassName
{
border-color: #E7541B;
}
</style>