Shades of Persimmon #E35215
Tints of Persimmon #E35215
RGB
CMYK
RGB Variations
Color information
#E35215 (or 0xE35215) is known color: Persimmon. HEX triplet: E3, 52 and 15. RGB value is (227,82,21). Sum of RGB (Red+Green+Blue) = 227+82+21=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E35215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35215 is #1CADEA. Grayscale: #767676. Windows color (decimal): -1879531 or 1397475. OLE color: 1397475.
HSL color Cylindrical-coordinate representation of color #E35215: hue angle of 17.77º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E35215 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.11 |
| HSL | 17.77º | 0.83% | 0.49% | - |
| HSV(B) | 17.77º | 0.91% | 0.89% | - |
| XYZ | 34.83 | 22.42 | 3.2 | - |
| YUV | 118.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 21 | 0 | 0.64 | 0.91 | 0.11 | 17.77 | 0.83 | 0.49 |
| Hex | E3 | 52 | 15 | 0 | 40 | 5B | B | 12 | 53 | 31 |
| Octal | 343 | 122 | 25 | 0 | 100 | 133 | 13 | 22 | 123 | 61 |
| Binary | 11100011 | 1010010 | 10101 | 0 | 1000000 | 1011011 | 1011 | 10010 | 1010011 | 110001 |
Color Harmonies of #E35215
Complementary color
Monochromatic Colors of #E35215
Black with #E35215
Text Example
Text Example
White with #E35215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35215; }
p { color: rgb(227,82,21); }
H1.HeaderClassName
{
color: #E35215;
}
.AnyTagClassName
{
color: #E35215;
}
</style>
background-color css
<style>
a { background-color: #E35215; }
a { background-color: rgb(227,82,21); }
div.DivClassName
{
background-color: #E35215;
}
.BgClassName
{
background-color: #E35215;
}
</style>
border-color css
<style>
span { border-color: #E35215; }
span { border-color: rgb(227,82,21); }
td.TdClassName
{
border-color: #E35215;
}
.TagClassName
{
border-color: #E35215;
}
</style>