Shades of Persimmon #E54D1A
Tints of Persimmon #E54D1A
RGB
CMYK
RGB Variations
Color information
#E54D1A (or 0xE54D1A) is known color: Persimmon. HEX triplet: E5, 4D and 1A. RGB value is (229,77,26). Sum of RGB (Red+Green+Blue) = 229+77+26=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D1A is #1AB2E5. Grayscale: #747474. Windows color (decimal): -1749734 or 1723877. OLE color: 1723877.
HSL color Cylindrical-coordinate representation of color #E54D1A: hue angle of 15.07º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E54D1A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 26 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.10 |
| HSL | 15.07º | 0.8% | 0.5% | - |
| HSV(B) | 15.07º | 0.89% | 0.9% | - |
| XYZ | 35.15 | 22.04 | 3.38 | - |
| YUV | 116.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 26 | 0 | 0.66 | 0.89 | 0.10 | 15.07 | 0.8 | 0.5 |
| Hex | E5 | 4D | 1A | 0 | 42 | 59 | A | F | 50 | 32 |
| Octal | 345 | 115 | 32 | 0 | 102 | 131 | 12 | 17 | 120 | 62 |
| Binary | 11100101 | 1001101 | 11010 | 0 | 1000010 | 1011001 | 1010 | 1111 | 1010000 | 110010 |
Color Harmonies of #E54D1A
Complementary color
Monochromatic Colors of #E54D1A
Black with #E54D1A
Text Example
Text Example
White with #E54D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D1A; }
p { color: rgb(229,77,26); }
H1.HeaderClassName
{
color: #E54D1A;
}
.AnyTagClassName
{
color: #E54D1A;
}
</style>
background-color css
<style>
a { background-color: #E54D1A; }
a { background-color: rgb(229,77,26); }
div.DivClassName
{
background-color: #E54D1A;
}
.BgClassName
{
background-color: #E54D1A;
}
</style>
border-color css
<style>
span { border-color: #E54D1A; }
span { border-color: rgb(229,77,26); }
td.TdClassName
{
border-color: #E54D1A;
}
.TagClassName
{
border-color: #E54D1A;
}
</style>