Shades of Persimmon #E4540B
Tints of Persimmon #E4540B
RGB
CMYK
RGB Variations
Color information
#E4540B (or 0xE4540B) is known color: Persimmon. HEX triplet: E4, 54 and 0B. RGB value is (228,84,11). Sum of RGB (Red+Green+Blue) = 228+84+11=323 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.59% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 228 - color contains mainly: red. Hex color #E4540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4540B is #1BABF4. Grayscale: #777777. Windows color (decimal): -1813493 or 742628. OLE color: 742628.
HSL color Cylindrical-coordinate representation of color #E4540B: hue angle of 20.18º degrees, saturation: 0.91, 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 #E4540B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 20.18º | 0.91% | 0.47% | - |
| HSV(B) | 20.18º | 0.95% | 0.89% | - |
| XYZ | 35.23 | 22.86 | 2.87 | - |
| YUV | 118.73 | 67.21 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 11 | 0 | 0.63 | 0.95 | 0.11 | 20.18 | 0.91 | 0.47 |
| Hex | E4 | 54 | B | 0 | 3F | 5F | B | 14 | 5B | 2F |
| Octal | 344 | 124 | 13 | 0 | 77 | 137 | 13 | 24 | 133 | 57 |
| Binary | 11100100 | 1010100 | 1011 | 0 | 111111 | 1011111 | 1011 | 10100 | 1011011 | 101111 |
Color Harmonies of #E4540B
Complementary color
Monochromatic Colors of #E4540B
Black with #E4540B
Text Example
Text Example
White with #E4540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4540B; }
p { color: rgb(228,84,11); }
H1.HeaderClassName
{
color: #E4540B;
}
.AnyTagClassName
{
color: #E4540B;
}
</style>
background-color css
<style>
a { background-color: #E4540B; }
a { background-color: rgb(228,84,11); }
div.DivClassName
{
background-color: #E4540B;
}
.BgClassName
{
background-color: #E4540B;
}
</style>
border-color css
<style>
span { border-color: #E4540B; }
span { border-color: rgb(228,84,11); }
td.TdClassName
{
border-color: #E4540B;
}
.TagClassName
{
border-color: #E4540B;
}
</style>