Shades of Persimmon #E7550D
Tints of Persimmon #E7550D
RGB
CMYK
RGB Variations
Color information
#E7550D (or 0xE7550D) is known color: Persimmon. HEX triplet: E7, 55 and 0D. RGB value is (231,85,13). Sum of RGB (Red+Green+Blue) = 231+85+13=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7550D is #18AAF2. Grayscale: #787878. Windows color (decimal): -1616627 or 873959. OLE color: 873959.
HSL color Cylindrical-coordinate representation of color #E7550D: hue angle of 19.82º degrees, saturation: 0.89, 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 #E7550D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.09 |
| HSL | 19.82º | 0.89% | 0.48% | - |
| HSV(B) | 19.82º | 0.94% | 0.91% | - |
| XYZ | 36.28 | 23.51 | 3.01 | - |
| YUV | 120.45 | 67.37 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 13 | 0 | 0.63 | 0.94 | 0.09 | 19.82 | 0.89 | 0.48 |
| Hex | E7 | 55 | D | 0 | 3F | 5E | 9 | 14 | 59 | 30 |
| Octal | 347 | 125 | 15 | 0 | 77 | 136 | 11 | 24 | 131 | 60 |
| Binary | 11100111 | 1010101 | 1101 | 0 | 111111 | 1011110 | 1001 | 10100 | 1011001 | 110000 |
Color Harmonies of #E7550D
Complementary color
Monochromatic Colors of #E7550D
Black with #E7550D
Text Example
Text Example
White with #E7550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7550D; }
p { color: rgb(231,85,13); }
H1.HeaderClassName
{
color: #E7550D;
}
.AnyTagClassName
{
color: #E7550D;
}
</style>
background-color css
<style>
a { background-color: #E7550D; }
a { background-color: rgb(231,85,13); }
div.DivClassName
{
background-color: #E7550D;
}
.BgClassName
{
background-color: #E7550D;
}
</style>
border-color css
<style>
span { border-color: #E7550D; }
span { border-color: rgb(231,85,13); }
td.TdClassName
{
border-color: #E7550D;
}
.TagClassName
{
border-color: #E7550D;
}
</style>