Shades of Persimmon #E45C04
Tints of Persimmon #E45C04
RGB
CMYK
RGB Variations
Color information
#E45C04 (or 0xE45C04) is known color: Persimmon. HEX triplet: E4, 5C and 04. RGB value is (228,92,4). Sum of RGB (Red+Green+Blue) = 228+92+4=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C04 is #1BA3FB. Grayscale: #7B7B7B. Windows color (decimal): -1811452 or 285924. OLE color: 285924.
HSL color Cylindrical-coordinate representation of color #E45C04: hue angle of 23.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E45C04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.11 |
| HSL | 23.57º | 0.97% | 0.45% | - |
| HSV(B) | 23.57º | 0.98% | 0.89% | - |
| XYZ | 35.84 | 24.16 | 2.89 | - |
| YUV | 122.63 | 61.06 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 4 | 0 | 0.60 | 0.98 | 0.11 | 23.57 | 0.97 | 0.45 |
| Hex | E4 | 5C | 4 | 0 | 3C | 62 | B | 18 | 61 | 2D |
| Octal | 344 | 134 | 4 | 0 | 74 | 142 | 13 | 30 | 141 | 55 |
| Binary | 11100100 | 1011100 | 100 | 0 | 111100 | 1100010 | 1011 | 11000 | 1100001 | 101101 |
Color Harmonies of #E45C04
Complementary color
Monochromatic Colors of #E45C04
Black with #E45C04
Text Example
Text Example
White with #E45C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C04; }
p { color: rgb(228,92,4); }
H1.HeaderClassName
{
color: #E45C04;
}
.AnyTagClassName
{
color: #E45C04;
}
</style>
background-color css
<style>
a { background-color: #E45C04; }
a { background-color: rgb(228,92,4); }
div.DivClassName
{
background-color: #E45C04;
}
.BgClassName
{
background-color: #E45C04;
}
</style>
border-color css
<style>
span { border-color: #E45C04; }
span { border-color: rgb(228,92,4); }
td.TdClassName
{
border-color: #E45C04;
}
.TagClassName
{
border-color: #E45C04;
}
</style>