Shades of Persimmon #E55C04
Tints of Persimmon #E55C04
RGB
CMYK
RGB Variations
Color information
#E55C04 (or 0xE55C04) is known color: Persimmon. HEX triplet: E5, 5C and 04. RGB value is (229,92,4). Sum of RGB (Red+Green+Blue) = 229+92+4=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55C04 is #1AA3FB. Grayscale: #7B7B7B. Windows color (decimal): -1745916 or 285925. OLE color: 285925.
HSL color Cylindrical-coordinate representation of color #E55C04: hue angle of 23.47º 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 #E55C04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.10 |
| HSL | 23.47º | 0.97% | 0.46% | - |
| HSV(B) | 23.47º | 0.98% | 0.9% | - |
| XYZ | 36.16 | 24.32 | 2.9 | - |
| YUV | 122.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 4 | 0 | 0.60 | 0.98 | 0.10 | 23.47 | 0.97 | 0.46 |
| Hex | E5 | 5C | 4 | 0 | 3C | 62 | A | 17 | 61 | 2E |
| Octal | 345 | 134 | 4 | 0 | 74 | 142 | 12 | 27 | 141 | 56 |
| Binary | 11100101 | 1011100 | 100 | 0 | 111100 | 1100010 | 1010 | 10111 | 1100001 | 101110 |
Color Harmonies of #E55C04
Complementary color
Monochromatic Colors of #E55C04
Black with #E55C04
Text Example
Text Example
White with #E55C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C04; }
p { color: rgb(229,92,4); }
H1.HeaderClassName
{
color: #E55C04;
}
.AnyTagClassName
{
color: #E55C04;
}
</style>
background-color css
<style>
a { background-color: #E55C04; }
a { background-color: rgb(229,92,4); }
div.DivClassName
{
background-color: #E55C04;
}
.BgClassName
{
background-color: #E55C04;
}
</style>
border-color css
<style>
span { border-color: #E55C04; }
span { border-color: rgb(229,92,4); }
td.TdClassName
{
border-color: #E55C04;
}
.TagClassName
{
border-color: #E55C04;
}
</style>