Shades of Persimmon #E5511C
Tints of Persimmon #E5511C
RGB
CMYK
RGB Variations
Color information
#E5511C (or 0xE5511C) is known color: Persimmon. HEX triplet: E5, 51 and 1C. RGB value is (229,81,28). Sum of RGB (Red+Green+Blue) = 229+81+28=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5511C is #1AAEE3. Grayscale: #777777. Windows color (decimal): -1748708 or 1855973. OLE color: 1855973.
HSL color Cylindrical-coordinate representation of color #E5511C: hue angle of 15.82º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5511C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.10 |
| HSL | 15.82º | 0.79% | 0.5% | - |
| HSV(B) | 15.82º | 0.88% | 0.9% | - |
| XYZ | 35.47 | 22.63 | 3.6 | - |
| YUV | 119.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 28 | 0 | 0.65 | 0.88 | 0.10 | 15.82 | 0.79 | 0.5 |
| Hex | E5 | 51 | 1C | 0 | 41 | 58 | A | 10 | 4F | 32 |
| Octal | 345 | 121 | 34 | 0 | 101 | 130 | 12 | 20 | 117 | 62 |
| Binary | 11100101 | 1010001 | 11100 | 0 | 1000001 | 1011000 | 1010 | 10000 | 1001111 | 110010 |
Color Harmonies of #E5511C
Complementary color
Monochromatic Colors of #E5511C
Black with #E5511C
Text Example
Text Example
White with #E5511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5511C; }
p { color: rgb(229,81,28); }
H1.HeaderClassName
{
color: #E5511C;
}
.AnyTagClassName
{
color: #E5511C;
}
</style>
background-color css
<style>
a { background-color: #E5511C; }
a { background-color: rgb(229,81,28); }
div.DivClassName
{
background-color: #E5511C;
}
.BgClassName
{
background-color: #E5511C;
}
</style>
border-color css
<style>
span { border-color: #E5511C; }
span { border-color: rgb(229,81,28); }
td.TdClassName
{
border-color: #E5511C;
}
.TagClassName
{
border-color: #E5511C;
}
</style>