Shades of Persimmon #E4510B
Tints of Persimmon #E4510B
RGB
CMYK
RGB Variations
Color information
#E4510B (or 0xE4510B) is known color: Persimmon. HEX triplet: E4, 51 and 0B. RGB value is (228,81,11). Sum of RGB (Red+Green+Blue) = 228+81+11=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E4510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4510B is #1BAEF4. Grayscale: #757575. Windows color (decimal): -1814261 or 741860. OLE color: 741860.
HSL color Cylindrical-coordinate representation of color #E4510B: hue angle of 19.35º 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 #E4510B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.11 |
| HSL | 19.35º | 0.91% | 0.47% | - |
| HSV(B) | 19.35º | 0.95% | 0.89% | - |
| XYZ | 35 | 22.4 | 2.8 | - |
| YUV | 116.97 | 68.2 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 11 | 0 | 0.64 | 0.95 | 0.11 | 19.35 | 0.91 | 0.47 |
| Hex | E4 | 51 | B | 0 | 40 | 5F | B | 13 | 5B | 2F |
| Octal | 344 | 121 | 13 | 0 | 100 | 137 | 13 | 23 | 133 | 57 |
| Binary | 11100100 | 1010001 | 1011 | 0 | 1000000 | 1011111 | 1011 | 10011 | 1011011 | 101111 |
Color Harmonies of #E4510B
Complementary color
Monochromatic Colors of #E4510B
Black with #E4510B
Text Example
Text Example
White with #E4510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4510B; }
p { color: rgb(228,81,11); }
H1.HeaderClassName
{
color: #E4510B;
}
.AnyTagClassName
{
color: #E4510B;
}
</style>
background-color css
<style>
a { background-color: #E4510B; }
a { background-color: rgb(228,81,11); }
div.DivClassName
{
background-color: #E4510B;
}
.BgClassName
{
background-color: #E4510B;
}
</style>
border-color css
<style>
span { border-color: #E4510B; }
span { border-color: rgb(228,81,11); }
td.TdClassName
{
border-color: #E4510B;
}
.TagClassName
{
border-color: #E4510B;
}
</style>