Shades of Persimmon #E54C10
Tints of Persimmon #E54C10
RGB
CMYK
RGB Variations
Color information
#E54C10 (or 0xE54C10) is known color: Persimmon. HEX triplet: E5, 4C and 10. RGB value is (229,76,16). Sum of RGB (Red+Green+Blue) = 229+76+16=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54C10 is #1AB3EF. Grayscale: #737373. Windows color (decimal): -1750000 or 1068261. OLE color: 1068261.
HSL color Cylindrical-coordinate representation of color #E54C10: hue angle of 16.9º 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 #E54C10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.10 |
| HSL | 16.9º | 0.87% | 0.48% | - |
| HSV(B) | 16.9º | 0.93% | 0.9% | - |
| XYZ | 34.99 | 21.86 | 2.87 | - |
| YUV | 114.91 | 72.19 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 16 | 0 | 0.67 | 0.93 | 0.10 | 16.9 | 0.87 | 0.48 |
| Hex | E5 | 4C | 10 | 0 | 43 | 5D | A | 11 | 57 | 30 |
| Octal | 345 | 114 | 20 | 0 | 103 | 135 | 12 | 21 | 127 | 60 |
| Binary | 11100101 | 1001100 | 10000 | 0 | 1000011 | 1011101 | 1010 | 10001 | 1010111 | 110000 |
Color Harmonies of #E54C10
Complementary color
Monochromatic Colors of #E54C10
Black with #E54C10
Text Example
Text Example
White with #E54C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C10; }
p { color: rgb(229,76,16); }
H1.HeaderClassName
{
color: #E54C10;
}
.AnyTagClassName
{
color: #E54C10;
}
</style>
background-color css
<style>
a { background-color: #E54C10; }
a { background-color: rgb(229,76,16); }
div.DivClassName
{
background-color: #E54C10;
}
.BgClassName
{
background-color: #E54C10;
}
</style>
border-color css
<style>
span { border-color: #E54C10; }
span { border-color: rgb(229,76,16); }
td.TdClassName
{
border-color: #E54C10;
}
.TagClassName
{
border-color: #E54C10;
}
</style>