Shades of Persimmon #E55A04
Tints of Persimmon #E55A04
RGB
CMYK
RGB Variations
Color information
#E55A04 (or 0xE55A04) is known color: Persimmon. HEX triplet: E5, 5A and 04. RGB value is (229,90,4). Sum of RGB (Red+Green+Blue) = 229+90+4=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55A04 is #1AA5FB. Grayscale: #7A7A7A. Windows color (decimal): -1746428 or 285413. OLE color: 285413.
HSL color Cylindrical-coordinate representation of color #E55A04: hue angle of 22.93º degrees, saturation: 0.97, 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 #E55A04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.10 |
| HSL | 22.93º | 0.97% | 0.46% | - |
| HSV(B) | 22.93º | 0.98% | 0.9% | - |
| XYZ | 35.99 | 23.98 | 2.85 | - |
| YUV | 121.76 | 61.55 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 4 | 0 | 0.61 | 0.98 | 0.10 | 22.93 | 0.97 | 0.46 |
| Hex | E5 | 5A | 4 | 0 | 3D | 62 | A | 17 | 61 | 2E |
| Octal | 345 | 132 | 4 | 0 | 75 | 142 | 12 | 27 | 141 | 56 |
| Binary | 11100101 | 1011010 | 100 | 0 | 111101 | 1100010 | 1010 | 10111 | 1100001 | 101110 |
Color Harmonies of #E55A04
Complementary color
Monochromatic Colors of #E55A04
Black with #E55A04
Text Example
Text Example
White with #E55A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A04; }
p { color: rgb(229,90,4); }
H1.HeaderClassName
{
color: #E55A04;
}
.AnyTagClassName
{
color: #E55A04;
}
</style>
background-color css
<style>
a { background-color: #E55A04; }
a { background-color: rgb(229,90,4); }
div.DivClassName
{
background-color: #E55A04;
}
.BgClassName
{
background-color: #E55A04;
}
</style>
border-color css
<style>
span { border-color: #E55A04; }
span { border-color: rgb(229,90,4); }
td.TdClassName
{
border-color: #E55A04;
}
.TagClassName
{
border-color: #E55A04;
}
</style>