Shades of Persimmon #E54A0F
Tints of Persimmon #E54A0F
RGB
CMYK
RGB Variations
Color information
#E54A0F (or 0xE54A0F) is known color: Persimmon. HEX triplet: E5, 4A and 0F. RGB value is (229,74,15). Sum of RGB (Red+Green+Blue) = 229+74+15=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A0F is #1AB5F0. Grayscale: #727272. Windows color (decimal): -1750513 or 1002213. OLE color: 1002213.
HSL color Cylindrical-coordinate representation of color #E54A0F: hue angle of 16.54º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E54A0F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.10 |
| HSL | 16.54º | 0.88% | 0.48% | - |
| HSV(B) | 16.54º | 0.93% | 0.9% | - |
| XYZ | 34.85 | 21.59 | 2.78 | - |
| YUV | 113.62 | 72.35 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 15 | 0 | 0.68 | 0.93 | 0.10 | 16.54 | 0.88 | 0.48 |
| Hex | E5 | 4A | F | 0 | 44 | 5D | A | 11 | 58 | 30 |
| Octal | 345 | 112 | 17 | 0 | 104 | 135 | 12 | 21 | 130 | 60 |
| Binary | 11100101 | 1001010 | 1111 | 0 | 1000100 | 1011101 | 1010 | 10001 | 1011000 | 110000 |
Color Harmonies of #E54A0F
Complementary color
Monochromatic Colors of #E54A0F
Black with #E54A0F
Text Example
Text Example
White with #E54A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A0F; }
p { color: rgb(229,74,15); }
H1.HeaderClassName
{
color: #E54A0F;
}
.AnyTagClassName
{
color: #E54A0F;
}
</style>
background-color css
<style>
a { background-color: #E54A0F; }
a { background-color: rgb(229,74,15); }
div.DivClassName
{
background-color: #E54A0F;
}
.BgClassName
{
background-color: #E54A0F;
}
</style>
border-color css
<style>
span { border-color: #E54A0F; }
span { border-color: rgb(229,74,15); }
td.TdClassName
{
border-color: #E54A0F;
}
.TagClassName
{
border-color: #E54A0F;
}
</style>