Shades of Persimmon #E54F16
Tints of Persimmon #E54F16
RGB
CMYK
RGB Variations
Color information
#E54F16 (or 0xE54F16) is known color: Persimmon. HEX triplet: E5, 4F and 16. RGB value is (229,79,22). Sum of RGB (Red+Green+Blue) = 229+79+22=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54F16 is #1AB0E9. Grayscale: #757575. Windows color (decimal): -1749226 or 1462245. OLE color: 1462245.
HSL color Cylindrical-coordinate representation of color #E54F16: hue angle of 16.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E54F16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.10 |
| HSL | 16.52º | 0.82% | 0.49% | - |
| HSV(B) | 16.52º | 0.9% | 0.9% | - |
| XYZ | 35.25 | 22.31 | 3.21 | - |
| YUV | 117.35 | 74.2 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 22 | 0 | 0.66 | 0.90 | 0.10 | 16.52 | 0.82 | 0.49 |
| Hex | E5 | 4F | 16 | 0 | 42 | 5A | A | 11 | 52 | 31 |
| Octal | 345 | 117 | 26 | 0 | 102 | 132 | 12 | 21 | 122 | 61 |
| Binary | 11100101 | 1001111 | 10110 | 0 | 1000010 | 1011010 | 1010 | 10001 | 1010010 | 110001 |
Color Harmonies of #E54F16
Complementary color
Monochromatic Colors of #E54F16
Black with #E54F16
Text Example
Text Example
White with #E54F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F16; }
p { color: rgb(229,79,22); }
H1.HeaderClassName
{
color: #E54F16;
}
.AnyTagClassName
{
color: #E54F16;
}
</style>
background-color css
<style>
a { background-color: #E54F16; }
a { background-color: rgb(229,79,22); }
div.DivClassName
{
background-color: #E54F16;
}
.BgClassName
{
background-color: #E54F16;
}
</style>
border-color css
<style>
span { border-color: #E54F16; }
span { border-color: rgb(229,79,22); }
td.TdClassName
{
border-color: #E54F16;
}
.TagClassName
{
border-color: #E54F16;
}
</style>