Shades of Persimmon #E45C05
Tints of Persimmon #E45C05
RGB
CMYK
RGB Variations
Color information
#E45C05 (or 0xE45C05) is known color: Persimmon. HEX triplet: E4, 5C and 05. RGB value is (228,92,5). Sum of RGB (Red+Green+Blue) = 228+92+5=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C05 is #1BA3FA. Grayscale: #7B7B7B. Windows color (decimal): -1811451 or 351460. OLE color: 351460.
HSL color Cylindrical-coordinate representation of color #E45C05: hue angle of 23.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E45C05 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.11 |
| HSL | 23.41º | 0.96% | 0.46% | - |
| HSV(B) | 23.41º | 0.98% | 0.89% | - |
| XYZ | 35.85 | 24.16 | 2.92 | - |
| YUV | 122.75 | 61.56 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 5 | 0 | 0.60 | 0.98 | 0.11 | 23.41 | 0.96 | 0.46 |
| Hex | E4 | 5C | 5 | 0 | 3C | 62 | B | 17 | 60 | 2E |
| Octal | 344 | 134 | 5 | 0 | 74 | 142 | 13 | 27 | 140 | 56 |
| Binary | 11100100 | 1011100 | 101 | 0 | 111100 | 1100010 | 1011 | 10111 | 1100000 | 101110 |
Color Harmonies of #E45C05
Complementary color
Monochromatic Colors of #E45C05
Black with #E45C05
Text Example
Text Example
White with #E45C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C05; }
p { color: rgb(228,92,5); }
H1.HeaderClassName
{
color: #E45C05;
}
.AnyTagClassName
{
color: #E45C05;
}
</style>
background-color css
<style>
a { background-color: #E45C05; }
a { background-color: rgb(228,92,5); }
div.DivClassName
{
background-color: #E45C05;
}
.BgClassName
{
background-color: #E45C05;
}
</style>
border-color css
<style>
span { border-color: #E45C05; }
span { border-color: rgb(228,92,5); }
td.TdClassName
{
border-color: #E45C05;
}
.TagClassName
{
border-color: #E45C05;
}
</style>