Shades of Persimmon #E54D0C
Tints of Persimmon #E54D0C
RGB
CMYK
RGB Variations
Color information
#E54D0C (or 0xE54D0C) is known color: Persimmon. HEX triplet: E5, 4D and 0C. RGB value is (229,77,12). Sum of RGB (Red+Green+Blue) = 229+77+12=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54D0C is #1AB2F3. Grayscale: #737373. Windows color (decimal): -1749748 or 806373. OLE color: 806373.
HSL color Cylindrical-coordinate representation of color #E54D0C: hue angle of 17.97º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E54D0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.10 |
| HSL | 17.97º | 0.9% | 0.47% | - |
| HSV(B) | 17.97º | 0.95% | 0.9% | - |
| XYZ | 35.03 | 21.99 | 2.75 | - |
| YUV | 115.04 | 69.86 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 12 | 0 | 0.66 | 0.95 | 0.10 | 17.97 | 0.9 | 0.47 |
| Hex | E5 | 4D | C | 0 | 42 | 5F | A | 12 | 5A | 2F |
| Octal | 345 | 115 | 14 | 0 | 102 | 137 | 12 | 22 | 132 | 57 |
| Binary | 11100101 | 1001101 | 1100 | 0 | 1000010 | 1011111 | 1010 | 10010 | 1011010 | 101111 |
Color Harmonies of #E54D0C
Complementary color
Monochromatic Colors of #E54D0C
Black with #E54D0C
Text Example
Text Example
White with #E54D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D0C; }
p { color: rgb(229,77,12); }
H1.HeaderClassName
{
color: #E54D0C;
}
.AnyTagClassName
{
color: #E54D0C;
}
</style>
background-color css
<style>
a { background-color: #E54D0C; }
a { background-color: rgb(229,77,12); }
div.DivClassName
{
background-color: #E54D0C;
}
.BgClassName
{
background-color: #E54D0C;
}
</style>
border-color css
<style>
span { border-color: #E54D0C; }
span { border-color: rgb(229,77,12); }
td.TdClassName
{
border-color: #E54D0C;
}
.TagClassName
{
border-color: #E54D0C;
}
</style>