Shades of Persimmon #E5520B
Tints of Persimmon #E5520B
RGB
CMYK
RGB Variations
Color information
#E5520B (or 0xE5520B) is known color: Persimmon. HEX triplet: E5, 52 and 0B. RGB value is (229,82,11). Sum of RGB (Red+Green+Blue) = 229+82+11=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5520B is #1AADF4. Grayscale: #767676. Windows color (decimal): -1748469 or 742117. OLE color: 742117.
HSL color Cylindrical-coordinate representation of color #E5520B: hue angle of 19.54º degrees, saturation: 0.91, 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 #E5520B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.10 |
| HSL | 19.54º | 0.91% | 0.47% | - |
| HSV(B) | 19.54º | 0.95% | 0.9% | - |
| XYZ | 35.39 | 22.72 | 2.84 | - |
| YUV | 117.86 | 67.7 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 11 | 0 | 0.64 | 0.95 | 0.10 | 19.54 | 0.91 | 0.47 |
| Hex | E5 | 52 | B | 0 | 40 | 5F | A | 14 | 5B | 2F |
| Octal | 345 | 122 | 13 | 0 | 100 | 137 | 12 | 24 | 133 | 57 |
| Binary | 11100101 | 1010010 | 1011 | 0 | 1000000 | 1011111 | 1010 | 10100 | 1011011 | 101111 |
Color Harmonies of #E5520B
Complementary color
Monochromatic Colors of #E5520B
Black with #E5520B
Text Example
Text Example
White with #E5520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5520B; }
p { color: rgb(229,82,11); }
H1.HeaderClassName
{
color: #E5520B;
}
.AnyTagClassName
{
color: #E5520B;
}
</style>
background-color css
<style>
a { background-color: #E5520B; }
a { background-color: rgb(229,82,11); }
div.DivClassName
{
background-color: #E5520B;
}
.BgClassName
{
background-color: #E5520B;
}
</style>
border-color css
<style>
span { border-color: #E5520B; }
span { border-color: rgb(229,82,11); }
td.TdClassName
{
border-color: #E5520B;
}
.TagClassName
{
border-color: #E5520B;
}
</style>