Shades of Persimmon #E7551B
Tints of Persimmon #E7551B
RGB
CMYK
RGB Variations
Color information
#E7551B (or 0xE7551B) is known color: Persimmon. HEX triplet: E7, 55 and 1B. RGB value is (231,85,27). Sum of RGB (Red+Green+Blue) = 231+85+27=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E7551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7551B is #18AAE4. Grayscale: #7A7A7A. Windows color (decimal): -1616613 or 1791463. OLE color: 1791463.
HSL color Cylindrical-coordinate representation of color #E7551B: hue angle of 17.06º 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 #E7551B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.09 |
| HSL | 17.06º | 0.81% | 0.51% | - |
| HSV(B) | 17.06º | 0.88% | 0.91% | - |
| XYZ | 36.4 | 23.57 | 3.67 | - |
| YUV | 122.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 27 | 0 | 0.63 | 0.88 | 0.09 | 17.06 | 0.81 | 0.51 |
| Hex | E7 | 55 | 1B | 0 | 3F | 58 | 9 | 11 | 51 | 33 |
| Octal | 347 | 125 | 33 | 0 | 77 | 130 | 11 | 21 | 121 | 63 |
| Binary | 11100111 | 1010101 | 11011 | 0 | 111111 | 1011000 | 1001 | 10001 | 1010001 | 110011 |
Color Harmonies of #E7551B
Complementary color
Monochromatic Colors of #E7551B
Black with #E7551B
Text Example
Text Example
White with #E7551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7551B; }
p { color: rgb(231,85,27); }
H1.HeaderClassName
{
color: #E7551B;
}
.AnyTagClassName
{
color: #E7551B;
}
</style>
background-color css
<style>
a { background-color: #E7551B; }
a { background-color: rgb(231,85,27); }
div.DivClassName
{
background-color: #E7551B;
}
.BgClassName
{
background-color: #E7551B;
}
</style>
border-color css
<style>
span { border-color: #E7551B; }
span { border-color: rgb(231,85,27); }
td.TdClassName
{
border-color: #E7551B;
}
.TagClassName
{
border-color: #E7551B;
}
</style>