Shades of Persimmon #E45C06
Tints of Persimmon #E45C06
RGB
CMYK
RGB Variations
Color information
#E45C06 (or 0xE45C06) is known color: Persimmon. HEX triplet: E4, 5C and 06. RGB value is (228,92,6). Sum of RGB (Red+Green+Blue) = 228+92+6=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C06 is #1BA3F9. Grayscale: #7B7B7B. Windows color (decimal): -1811450 or 416996. OLE color: 416996.
HSL color Cylindrical-coordinate representation of color #E45C06: hue angle of 23.24º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E45C06 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.11 |
| HSL | 23.24º | 0.95% | 0.46% | - |
| HSV(B) | 23.24º | 0.97% | 0.89% | - |
| XYZ | 35.85 | 24.16 | 2.95 | - |
| YUV | 122.86 | 62.06 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 6 | 0 | 0.60 | 0.97 | 0.11 | 23.24 | 0.95 | 0.46 |
| Hex | E4 | 5C | 6 | 0 | 3C | 61 | B | 17 | 5F | 2E |
| Octal | 344 | 134 | 6 | 0 | 74 | 141 | 13 | 27 | 137 | 56 |
| Binary | 11100100 | 1011100 | 110 | 0 | 111100 | 1100001 | 1011 | 10111 | 1011111 | 101110 |
Color Harmonies of #E45C06
Complementary color
Monochromatic Colors of #E45C06
Black with #E45C06
Text Example
Text Example
White with #E45C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C06; }
p { color: rgb(228,92,6); }
H1.HeaderClassName
{
color: #E45C06;
}
.AnyTagClassName
{
color: #E45C06;
}
</style>
background-color css
<style>
a { background-color: #E45C06; }
a { background-color: rgb(228,92,6); }
div.DivClassName
{
background-color: #E45C06;
}
.BgClassName
{
background-color: #E45C06;
}
</style>
border-color css
<style>
span { border-color: #E45C06; }
span { border-color: rgb(228,92,6); }
td.TdClassName
{
border-color: #E45C06;
}
.TagClassName
{
border-color: #E45C06;
}
</style>