Shades of Persimmon #E35915
Tints of Persimmon #E35915
RGB
CMYK
RGB Variations
Color information
#E35915 (or 0xE35915) is known color: Persimmon. HEX triplet: E3, 59 and 15. RGB value is (227,89,21). Sum of RGB (Red+Green+Blue) = 227+89+21=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E35915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35915 is #1CA6EA. Grayscale: #7A7A7A. Windows color (decimal): -1877739 or 1399267. OLE color: 1399267.
HSL color Cylindrical-coordinate representation of color #E35915: hue angle of 19.81º 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 #E35915 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 21 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.11 |
| HSL | 19.81º | 0.83% | 0.49% | - |
| HSV(B) | 19.81º | 0.91% | 0.89% | - |
| XYZ | 35.39 | 23.53 | 3.39 | - |
| YUV | 122.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 21 | 0 | 0.61 | 0.91 | 0.11 | 19.81 | 0.83 | 0.49 |
| Hex | E3 | 59 | 15 | 0 | 3D | 5B | B | 14 | 53 | 31 |
| Octal | 343 | 131 | 25 | 0 | 75 | 133 | 13 | 24 | 123 | 61 |
| Binary | 11100011 | 1011001 | 10101 | 0 | 111101 | 1011011 | 1011 | 10100 | 1010011 | 110001 |
Color Harmonies of #E35915
Complementary color
Monochromatic Colors of #E35915
Black with #E35915
Text Example
Text Example
White with #E35915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35915; }
p { color: rgb(227,89,21); }
H1.HeaderClassName
{
color: #E35915;
}
.AnyTagClassName
{
color: #E35915;
}
</style>
background-color css
<style>
a { background-color: #E35915; }
a { background-color: rgb(227,89,21); }
div.DivClassName
{
background-color: #E35915;
}
.BgClassName
{
background-color: #E35915;
}
</style>
border-color css
<style>
span { border-color: #E35915; }
span { border-color: rgb(227,89,21); }
td.TdClassName
{
border-color: #E35915;
}
.TagClassName
{
border-color: #E35915;
}
</style>