Shades of Persimmon #E4540C
Tints of Persimmon #E4540C
RGB
CMYK
RGB Variations
Color information
#E4540C (or 0xE4540C) is known color: Persimmon. HEX triplet: E4, 54 and 0C. RGB value is (228,84,12). Sum of RGB (Red+Green+Blue) = 228+84+12=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4540C is #1BABF3. Grayscale: #777777. Windows color (decimal): -1813492 or 808164. OLE color: 808164.
HSL color Cylindrical-coordinate representation of color #E4540C: hue angle of 20º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4540C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 20º | 0.9% | 0.47% | - |
| HSV(B) | 20º | 0.95% | 0.89% | - |
| XYZ | 35.23 | 22.86 | 2.9 | - |
| YUV | 118.85 | 67.71 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 12 | 0 | 0.63 | 0.95 | 0.11 | 20 | 0.9 | 0.47 |
| Hex | E4 | 54 | C | 0 | 3F | 5F | B | 14 | 5A | 2F |
| Octal | 344 | 124 | 14 | 0 | 77 | 137 | 13 | 24 | 132 | 57 |
| Binary | 11100100 | 1010100 | 1100 | 0 | 111111 | 1011111 | 1011 | 10100 | 1011010 | 101111 |
Color Harmonies of #E4540C
Complementary color
Monochromatic Colors of #E4540C
Black with #E4540C
Text Example
Text Example
White with #E4540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4540C; }
p { color: rgb(228,84,12); }
H1.HeaderClassName
{
color: #E4540C;
}
.AnyTagClassName
{
color: #E4540C;
}
</style>
background-color css
<style>
a { background-color: #E4540C; }
a { background-color: rgb(228,84,12); }
div.DivClassName
{
background-color: #E4540C;
}
.BgClassName
{
background-color: #E4540C;
}
</style>
border-color css
<style>
span { border-color: #E4540C; }
span { border-color: rgb(228,84,12); }
td.TdClassName
{
border-color: #E4540C;
}
.TagClassName
{
border-color: #E4540C;
}
</style>