Shades of Persimmon #E54F0C
Tints of Persimmon #E54F0C
RGB
CMYK
RGB Variations
Color information
#E54F0C (or 0xE54F0C) is known color: Persimmon. HEX triplet: E5, 4F and 0C. RGB value is (229,79,12). Sum of RGB (Red+Green+Blue) = 229+79+12=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E54F0C is #1AB0F3. Grayscale: #747474. Windows color (decimal): -1749236 or 806885. OLE color: 806885.
HSL color Cylindrical-coordinate representation of color #E54F0C: hue angle of 18.53º 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 #E54F0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.10 |
| HSL | 18.53º | 0.9% | 0.47% | - |
| HSV(B) | 18.53º | 0.95% | 0.9% | - |
| XYZ | 35.18 | 22.28 | 2.79 | - |
| YUV | 116.21 | 69.2 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 12 | 0 | 0.66 | 0.95 | 0.10 | 18.53 | 0.9 | 0.47 |
| Hex | E5 | 4F | C | 0 | 42 | 5F | A | 13 | 5A | 2F |
| Octal | 345 | 117 | 14 | 0 | 102 | 137 | 12 | 23 | 132 | 57 |
| Binary | 11100101 | 1001111 | 1100 | 0 | 1000010 | 1011111 | 1010 | 10011 | 1011010 | 101111 |
Color Harmonies of #E54F0C
Complementary color
Monochromatic Colors of #E54F0C
Black with #E54F0C
Text Example
Text Example
White with #E54F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F0C; }
p { color: rgb(229,79,12); }
H1.HeaderClassName
{
color: #E54F0C;
}
.AnyTagClassName
{
color: #E54F0C;
}
</style>
background-color css
<style>
a { background-color: #E54F0C; }
a { background-color: rgb(229,79,12); }
div.DivClassName
{
background-color: #E54F0C;
}
.BgClassName
{
background-color: #E54F0C;
}
</style>
border-color css
<style>
span { border-color: #E54F0C; }
span { border-color: rgb(229,79,12); }
td.TdClassName
{
border-color: #E54F0C;
}
.TagClassName
{
border-color: #E54F0C;
}
</style>