Shades of Persimmon #E15403
Tints of Persimmon #E15403
RGB
CMYK
RGB Variations
Color information
#E15403 (or 0xE15403) is known color: Persimmon. HEX triplet: E1, 54 and 03. RGB value is (225,84,3). Sum of RGB (Red+Green+Blue) = 225+84+3=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E15403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15403 is #1EABFC. Grayscale: #757575. Windows color (decimal): -2010109 or 218337. OLE color: 218337.
HSL color Cylindrical-coordinate representation of color #E15403: hue angle of 21.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E15403 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.12 |
| HSL | 21.89º | 0.97% | 0.45% | - |
| HSV(B) | 21.89º | 0.99% | 0.88% | - |
| XYZ | 34.24 | 22.35 | 2.6 | - |
| YUV | 116.93 | 63.71 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 3 | 0 | 0.63 | 0.99 | 0.12 | 21.89 | 0.97 | 0.45 |
| Hex | E1 | 54 | 3 | 0 | 3F | 63 | C | 16 | 61 | 2D |
| Octal | 341 | 124 | 3 | 0 | 77 | 143 | 14 | 26 | 141 | 55 |
| Binary | 11100001 | 1010100 | 11 | 0 | 111111 | 1100011 | 1100 | 10110 | 1100001 | 101101 |
Color Harmonies of #E15403
Complementary color
Monochromatic Colors of #E15403
Black with #E15403
Text Example
Text Example
White with #E15403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15403; }
p { color: rgb(225,84,3); }
H1.HeaderClassName
{
color: #E15403;
}
.AnyTagClassName
{
color: #E15403;
}
</style>
background-color css
<style>
a { background-color: #E15403; }
a { background-color: rgb(225,84,3); }
div.DivClassName
{
background-color: #E15403;
}
.BgClassName
{
background-color: #E15403;
}
</style>
border-color css
<style>
span { border-color: #E15403; }
span { border-color: rgb(225,84,3); }
td.TdClassName
{
border-color: #E15403;
}
.TagClassName
{
border-color: #E15403;
}
</style>