Shades of Persimmon #E4520B
Tints of Persimmon #E4520B
RGB
CMYK
RGB Variations
Color information
#E4520B (or 0xE4520B) is known color: Persimmon. HEX triplet: E4, 52 and 0B. RGB value is (228,82,11). Sum of RGB (Red+Green+Blue) = 228+82+11=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E4520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4520B is #1BADF4. Grayscale: #757575. Windows color (decimal): -1814005 or 742116. OLE color: 742116.
HSL color Cylindrical-coordinate representation of color #E4520B: hue angle of 19.63º 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 #E4520B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.11 |
| HSL | 19.63º | 0.91% | 0.47% | - |
| HSV(B) | 19.63º | 0.95% | 0.89% | - |
| XYZ | 35.07 | 22.55 | 2.82 | - |
| YUV | 117.56 | 67.87 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 11 | 0 | 0.64 | 0.95 | 0.11 | 19.63 | 0.91 | 0.47 |
| Hex | E4 | 52 | B | 0 | 40 | 5F | B | 14 | 5B | 2F |
| Octal | 344 | 122 | 13 | 0 | 100 | 137 | 13 | 24 | 133 | 57 |
| Binary | 11100100 | 1010010 | 1011 | 0 | 1000000 | 1011111 | 1011 | 10100 | 1011011 | 101111 |
Color Harmonies of #E4520B
Complementary color
Monochromatic Colors of #E4520B
Black with #E4520B
Text Example
Text Example
White with #E4520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4520B; }
p { color: rgb(228,82,11); }
H1.HeaderClassName
{
color: #E4520B;
}
.AnyTagClassName
{
color: #E4520B;
}
</style>
background-color css
<style>
a { background-color: #E4520B; }
a { background-color: rgb(228,82,11); }
div.DivClassName
{
background-color: #E4520B;
}
.BgClassName
{
background-color: #E4520B;
}
</style>
border-color css
<style>
span { border-color: #E4520B; }
span { border-color: rgb(228,82,11); }
td.TdClassName
{
border-color: #E4520B;
}
.TagClassName
{
border-color: #E4520B;
}
</style>