Shades of Persimmon #E45C16
Tints of Persimmon #E45C16
RGB
CMYK
RGB Variations
Color information
#E45C16 (or 0xE45C16) is known color: Persimmon. HEX triplet: E4, 5C and 16. RGB value is (228,92,22). Sum of RGB (Red+Green+Blue) = 228+92+22=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C16 is #1BA3E9. Grayscale: #7D7D7D. Windows color (decimal): -1811434 or 1465572. OLE color: 1465572.
HSL color Cylindrical-coordinate representation of color #E45C16: hue angle of 20.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E45C16 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.11 |
| HSL | 20.39º | 0.82% | 0.49% | - |
| HSV(B) | 20.39º | 0.9% | 0.89% | - |
| XYZ | 35.97 | 24.21 | 3.54 | - |
| YUV | 124.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 22 | 0 | 0.60 | 0.90 | 0.11 | 20.39 | 0.82 | 0.49 |
| Hex | E4 | 5C | 16 | 0 | 3C | 5A | B | 14 | 52 | 31 |
| Octal | 344 | 134 | 26 | 0 | 74 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100100 | 1011100 | 10110 | 0 | 111100 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E45C16
Complementary color
Monochromatic Colors of #E45C16
Black with #E45C16
Text Example
Text Example
White with #E45C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C16; }
p { color: rgb(228,92,22); }
H1.HeaderClassName
{
color: #E45C16;
}
.AnyTagClassName
{
color: #E45C16;
}
</style>
background-color css
<style>
a { background-color: #E45C16; }
a { background-color: rgb(228,92,22); }
div.DivClassName
{
background-color: #E45C16;
}
.BgClassName
{
background-color: #E45C16;
}
</style>
border-color css
<style>
span { border-color: #E45C16; }
span { border-color: rgb(228,92,22); }
td.TdClassName
{
border-color: #E45C16;
}
.TagClassName
{
border-color: #E45C16;
}
</style>