Shades of Persimmon #E45A16
Tints of Persimmon #E45A16
RGB
CMYK
RGB Variations
Color information
#E45A16 (or 0xE45A16) is known color: Persimmon. HEX triplet: E4, 5A and 16. RGB value is (228,90,22). Sum of RGB (Red+Green+Blue) = 228+90+22=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45A16 is #1BA5E9. Grayscale: #7B7B7B. Windows color (decimal): -1811946 or 1465060. OLE color: 1465060.
HSL color Cylindrical-coordinate representation of color #E45A16: hue angle of 19.81º 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 #E45A16 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.11 |
| HSL | 19.81º | 0.82% | 0.49% | - |
| HSV(B) | 19.81º | 0.9% | 0.89% | - |
| XYZ | 35.8 | 23.86 | 3.48 | - |
| YUV | 123.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 22 | 0 | 0.61 | 0.90 | 0.11 | 19.81 | 0.82 | 0.49 |
| Hex | E4 | 5A | 16 | 0 | 3D | 5A | B | 14 | 52 | 31 |
| Octal | 344 | 132 | 26 | 0 | 75 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100100 | 1011010 | 10110 | 0 | 111101 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E45A16
Complementary color
Monochromatic Colors of #E45A16
Black with #E45A16
Text Example
Text Example
White with #E45A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A16; }
p { color: rgb(228,90,22); }
H1.HeaderClassName
{
color: #E45A16;
}
.AnyTagClassName
{
color: #E45A16;
}
</style>
background-color css
<style>
a { background-color: #E45A16; }
a { background-color: rgb(228,90,22); }
div.DivClassName
{
background-color: #E45A16;
}
.BgClassName
{
background-color: #E45A16;
}
</style>
border-color css
<style>
span { border-color: #E45A16; }
span { border-color: rgb(228,90,22); }
td.TdClassName
{
border-color: #E45A16;
}
.TagClassName
{
border-color: #E45A16;
}
</style>