Shades of Persimmon #E15318
Tints of Persimmon #E15318
RGB
CMYK
RGB Variations
Color information
#E15318 (or 0xE15318) is known color: Persimmon. HEX triplet: E1, 53 and 18. RGB value is (225,83,24). Sum of RGB (Red+Green+Blue) = 225+83+24=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E15318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15318 is #1EACE7. Grayscale: #777777. Windows color (decimal): -2010344 or 1594337. OLE color: 1594337.
HSL color Cylindrical-coordinate representation of color #E15318: hue angle of 17.61º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E15318 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 24 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.12 |
| HSL | 17.61º | 0.81% | 0.49% | - |
| HSV(B) | 17.61º | 0.89% | 0.88% | - |
| XYZ | 34.31 | 22.26 | 3.35 | - |
| YUV | 118.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 24 | 0 | 0.63 | 0.89 | 0.12 | 17.61 | 0.81 | 0.49 |
| Hex | E1 | 53 | 18 | 0 | 3F | 59 | C | 12 | 51 | 31 |
| Octal | 341 | 123 | 30 | 0 | 77 | 131 | 14 | 22 | 121 | 61 |
| Binary | 11100001 | 1010011 | 11000 | 0 | 111111 | 1011001 | 1100 | 10010 | 1010001 | 110001 |
Color Harmonies of #E15318
Complementary color
Monochromatic Colors of #E15318
Black with #E15318
Text Example
Text Example
White with #E15318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15318; }
p { color: rgb(225,83,24); }
H1.HeaderClassName
{
color: #E15318;
}
.AnyTagClassName
{
color: #E15318;
}
</style>
background-color css
<style>
a { background-color: #E15318; }
a { background-color: rgb(225,83,24); }
div.DivClassName
{
background-color: #E15318;
}
.BgClassName
{
background-color: #E15318;
}
</style>
border-color css
<style>
span { border-color: #E15318; }
span { border-color: rgb(225,83,24); }
td.TdClassName
{
border-color: #E15318;
}
.TagClassName
{
border-color: #E15318;
}
</style>