Shades of Persimmon #E04915
Tints of Persimmon #E04915
RGB
CMYK
RGB Variations
Color information
#E04915 (or 0xE04915) is known color: Persimmon. HEX triplet: E0, 49 and 15. RGB value is (224,73,21). Sum of RGB (Red+Green+Blue) = 224+73+21=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E04915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04915 is #1FB6EA. Grayscale: #707070. Windows color (decimal): -2078443 or 1395168. OLE color: 1395168.
HSL color Cylindrical-coordinate representation of color #E04915: hue angle of 15.37º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04915 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.12 |
| HSL | 15.37º | 0.83% | 0.48% | - |
| HSV(B) | 15.37º | 0.91% | 0.88% | - |
| XYZ | 33.26 | 20.67 | 2.95 | - |
| YUV | 112.22 | 76.53 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 21 | 0 | 0.67 | 0.91 | 0.12 | 15.37 | 0.83 | 0.48 |
| Hex | E0 | 49 | 15 | 0 | 43 | 5B | C | F | 53 | 30 |
| Octal | 340 | 111 | 25 | 0 | 103 | 133 | 14 | 17 | 123 | 60 |
| Binary | 11100000 | 1001001 | 10101 | 0 | 1000011 | 1011011 | 1100 | 1111 | 1010011 | 110000 |
Color Harmonies of #E04915
Complementary color
Monochromatic Colors of #E04915
Black with #E04915
Text Example
Text Example
White with #E04915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04915; }
p { color: rgb(224,73,21); }
H1.HeaderClassName
{
color: #E04915;
}
.AnyTagClassName
{
color: #E04915;
}
</style>
background-color css
<style>
a { background-color: #E04915; }
a { background-color: rgb(224,73,21); }
div.DivClassName
{
background-color: #E04915;
}
.BgClassName
{
background-color: #E04915;
}
</style>
border-color css
<style>
span { border-color: #E04915; }
span { border-color: rgb(224,73,21); }
td.TdClassName
{
border-color: #E04915;
}
.TagClassName
{
border-color: #E04915;
}
</style>