Shades of Persimmon #E35118
Tints of Persimmon #E35118
RGB
CMYK
RGB Variations
Color information
#E35118 (or 0xE35118) is known color: Persimmon. HEX triplet: E3, 51 and 18. RGB value is (227,81,24). Sum of RGB (Red+Green+Blue) = 227+81+24=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E35118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35118 is #1CAEE7. Grayscale: #767676. Windows color (decimal): -1879784 or 1593827. OLE color: 1593827.
HSL color Cylindrical-coordinate representation of color #E35118: hue angle of 16.85º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E35118 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 24 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.11 |
| HSL | 16.85º | 0.81% | 0.49% | - |
| HSV(B) | 16.85º | 0.89% | 0.89% | - |
| XYZ | 34.79 | 22.28 | 3.33 | - |
| YUV | 118.16 | 74.87 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 24 | 0 | 0.64 | 0.89 | 0.11 | 16.85 | 0.81 | 0.49 |
| Hex | E3 | 51 | 18 | 0 | 40 | 59 | B | 11 | 51 | 31 |
| Octal | 343 | 121 | 30 | 0 | 100 | 131 | 13 | 21 | 121 | 61 |
| Binary | 11100011 | 1010001 | 11000 | 0 | 1000000 | 1011001 | 1011 | 10001 | 1010001 | 110001 |
Color Harmonies of #E35118
Complementary color
Monochromatic Colors of #E35118
Black with #E35118
Text Example
Text Example
White with #E35118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35118; }
p { color: rgb(227,81,24); }
H1.HeaderClassName
{
color: #E35118;
}
.AnyTagClassName
{
color: #E35118;
}
</style>
background-color css
<style>
a { background-color: #E35118; }
a { background-color: rgb(227,81,24); }
div.DivClassName
{
background-color: #E35118;
}
.BgClassName
{
background-color: #E35118;
}
</style>
border-color css
<style>
span { border-color: #E35118; }
span { border-color: rgb(227,81,24); }
td.TdClassName
{
border-color: #E35118;
}
.TagClassName
{
border-color: #E35118;
}
</style>