Shades of Persimmon #E54B10
Tints of Persimmon #E54B10
RGB
CMYK
RGB Variations
Color information
#E54B10 (or 0xE54B10) is known color: Persimmon. HEX triplet: E5, 4B and 10. RGB value is (229,75,16). Sum of RGB (Red+Green+Blue) = 229+75+16=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B10 is #1AB4EF. Grayscale: #727272. Windows color (decimal): -1750256 or 1068005. OLE color: 1068005.
HSL color Cylindrical-coordinate representation of color #E54B10: hue angle of 16.62º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E54B10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.10 |
| HSL | 16.62º | 0.87% | 0.48% | - |
| HSV(B) | 16.62º | 0.93% | 0.9% | - |
| XYZ | 34.92 | 21.73 | 2.84 | - |
| YUV | 114.32 | 72.52 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 16 | 0 | 0.67 | 0.93 | 0.10 | 16.62 | 0.87 | 0.48 |
| Hex | E5 | 4B | 10 | 0 | 43 | 5D | A | 11 | 57 | 30 |
| Octal | 345 | 113 | 20 | 0 | 103 | 135 | 12 | 21 | 127 | 60 |
| Binary | 11100101 | 1001011 | 10000 | 0 | 1000011 | 1011101 | 1010 | 10001 | 1010111 | 110000 |
Color Harmonies of #E54B10
Complementary color
Monochromatic Colors of #E54B10
Black with #E54B10
Text Example
Text Example
White with #E54B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B10; }
p { color: rgb(229,75,16); }
H1.HeaderClassName
{
color: #E54B10;
}
.AnyTagClassName
{
color: #E54B10;
}
</style>
background-color css
<style>
a { background-color: #E54B10; }
a { background-color: rgb(229,75,16); }
div.DivClassName
{
background-color: #E54B10;
}
.BgClassName
{
background-color: #E54B10;
}
</style>
border-color css
<style>
span { border-color: #E54B10; }
span { border-color: rgb(229,75,16); }
td.TdClassName
{
border-color: #E54B10;
}
.TagClassName
{
border-color: #E54B10;
}
</style>