Shades of Persimmon #E15C03
Tints of Persimmon #E15C03
RGB
CMYK
RGB Variations
Color information
#E15C03 (or 0xE15C03) is known color: Persimmon. HEX triplet: E1, 5C and 03. RGB value is (225,92,3). Sum of RGB (Red+Green+Blue) = 225+92+3=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C03 is #1EA3FC. Grayscale: #7A7A7A. Windows color (decimal): -2008061 or 220385. OLE color: 220385.
HSL color Cylindrical-coordinate representation of color #E15C03: hue angle of 24.05º 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 #E15C03 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.12 |
| HSL | 24.05º | 0.97% | 0.45% | - |
| HSV(B) | 24.05º | 0.99% | 0.88% | - |
| XYZ | 34.89 | 23.67 | 2.82 | - |
| YUV | 121.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 3 | 0 | 0.59 | 0.99 | 0.12 | 24.05 | 0.97 | 0.45 |
| Hex | E1 | 5C | 3 | 0 | 3B | 63 | C | 18 | 61 | 2D |
| Octal | 341 | 134 | 3 | 0 | 73 | 143 | 14 | 30 | 141 | 55 |
| Binary | 11100001 | 1011100 | 11 | 0 | 111011 | 1100011 | 1100 | 11000 | 1100001 | 101101 |
Color Harmonies of #E15C03
Complementary color
Monochromatic Colors of #E15C03
Black with #E15C03
Text Example
Text Example
White with #E15C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C03; }
p { color: rgb(225,92,3); }
H1.HeaderClassName
{
color: #E15C03;
}
.AnyTagClassName
{
color: #E15C03;
}
</style>
background-color css
<style>
a { background-color: #E15C03; }
a { background-color: rgb(225,92,3); }
div.DivClassName
{
background-color: #E15C03;
}
.BgClassName
{
background-color: #E15C03;
}
</style>
border-color css
<style>
span { border-color: #E15C03; }
span { border-color: rgb(225,92,3); }
td.TdClassName
{
border-color: #E15C03;
}
.TagClassName
{
border-color: #E15C03;
}
</style>