Shades of Persimmon #E35513
Tints of Persimmon #E35513
RGB
CMYK
RGB Variations
Color information
#E35513 (or 0xE35513) is known color: Persimmon. HEX triplet: E3, 55 and 13. RGB value is (227,85,19). Sum of RGB (Red+Green+Blue) = 227+85+19=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E35513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35513 is #1CAAEC. Grayscale: #787878. Windows color (decimal): -1878765 or 1267171. OLE color: 1267171.
HSL color Cylindrical-coordinate representation of color #E35513: hue angle of 19.04º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E35513 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 19 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.11 |
| HSL | 19.04º | 0.85% | 0.48% | - |
| HSV(B) | 19.04º | 0.92% | 0.89% | - |
| XYZ | 35.04 | 22.87 | 3.18 | - |
| YUV | 119.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 19 | 0 | 0.63 | 0.92 | 0.11 | 19.04 | 0.85 | 0.48 |
| Hex | E3 | 55 | 13 | 0 | 3F | 5C | B | 13 | 55 | 30 |
| Octal | 343 | 125 | 23 | 0 | 77 | 134 | 13 | 23 | 125 | 60 |
| Binary | 11100011 | 1010101 | 10011 | 0 | 111111 | 1011100 | 1011 | 10011 | 1010101 | 110000 |
Color Harmonies of #E35513
Complementary color
Monochromatic Colors of #E35513
Black with #E35513
Text Example
Text Example
White with #E35513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35513; }
p { color: rgb(227,85,19); }
H1.HeaderClassName
{
color: #E35513;
}
.AnyTagClassName
{
color: #E35513;
}
</style>
background-color css
<style>
a { background-color: #E35513; }
a { background-color: rgb(227,85,19); }
div.DivClassName
{
background-color: #E35513;
}
.BgClassName
{
background-color: #E35513;
}
</style>
border-color css
<style>
span { border-color: #E35513; }
span { border-color: rgb(227,85,19); }
td.TdClassName
{
border-color: #E35513;
}
.TagClassName
{
border-color: #E35513;
}
</style>