Shades of Persimmon #E54A05
Tints of Persimmon #E54A05
RGB
CMYK
RGB Variations
Color information
#E54A05 (or 0xE54A05) is known color: Persimmon. HEX triplet: E5, 4A and 05. RGB value is (229,74,5). Sum of RGB (Red+Green+Blue) = 229+74+5=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A05 is #1AB5FA. Grayscale: #707070. Windows color (decimal): -1750523 or 346853. OLE color: 346853.
HSL color Cylindrical-coordinate representation of color #E54A05: hue angle of 18.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E54A05 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.10 |
| HSL | 18.48º | 0.96% | 0.46% | - |
| HSV(B) | 18.48º | 0.98% | 0.9% | - |
| XYZ | 34.79 | 21.57 | 2.47 | - |
| YUV | 112.48 | 67.35 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 5 | 0 | 0.68 | 0.98 | 0.10 | 18.48 | 0.96 | 0.46 |
| Hex | E5 | 4A | 5 | 0 | 44 | 62 | A | 12 | 60 | 2E |
| Octal | 345 | 112 | 5 | 0 | 104 | 142 | 12 | 22 | 140 | 56 |
| Binary | 11100101 | 1001010 | 101 | 0 | 1000100 | 1100010 | 1010 | 10010 | 1100000 | 101110 |
Color Harmonies of #E54A05
Complementary color
Monochromatic Colors of #E54A05
Black with #E54A05
Text Example
Text Example
White with #E54A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A05; }
p { color: rgb(229,74,5); }
H1.HeaderClassName
{
color: #E54A05;
}
.AnyTagClassName
{
color: #E54A05;
}
</style>
background-color css
<style>
a { background-color: #E54A05; }
a { background-color: rgb(229,74,5); }
div.DivClassName
{
background-color: #E54A05;
}
.BgClassName
{
background-color: #E54A05;
}
</style>
border-color css
<style>
span { border-color: #E54A05; }
span { border-color: rgb(229,74,5); }
td.TdClassName
{
border-color: #E54A05;
}
.TagClassName
{
border-color: #E54A05;
}
</style>