Shades of Persimmon #E5520C
Tints of Persimmon #E5520C
RGB
CMYK
RGB Variations
Color information
#E5520C (or 0xE5520C) is known color: Persimmon. HEX triplet: E5, 52 and 0C. RGB value is (229,82,12). Sum of RGB (Red+Green+Blue) = 229+82+12=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5520C is #1AADF3. Grayscale: #767676. Windows color (decimal): -1748468 or 807653. OLE color: 807653.
HSL color Cylindrical-coordinate representation of color #E5520C: hue angle of 19.35º degrees, saturation: 0.9, 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 #E5520C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.10 |
| HSL | 19.35º | 0.9% | 0.47% | - |
| HSV(B) | 19.35º | 0.95% | 0.9% | - |
| XYZ | 35.4 | 22.72 | 2.87 | - |
| YUV | 117.97 | 68.2 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 12 | 0 | 0.64 | 0.95 | 0.10 | 19.35 | 0.9 | 0.47 |
| Hex | E5 | 52 | C | 0 | 40 | 5F | A | 13 | 5A | 2F |
| Octal | 345 | 122 | 14 | 0 | 100 | 137 | 12 | 23 | 132 | 57 |
| Binary | 11100101 | 1010010 | 1100 | 0 | 1000000 | 1011111 | 1010 | 10011 | 1011010 | 101111 |
Color Harmonies of #E5520C
Complementary color
Monochromatic Colors of #E5520C
Black with #E5520C
Text Example
Text Example
White with #E5520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5520C; }
p { color: rgb(229,82,12); }
H1.HeaderClassName
{
color: #E5520C;
}
.AnyTagClassName
{
color: #E5520C;
}
</style>
background-color css
<style>
a { background-color: #E5520C; }
a { background-color: rgb(229,82,12); }
div.DivClassName
{
background-color: #E5520C;
}
.BgClassName
{
background-color: #E5520C;
}
</style>
border-color css
<style>
span { border-color: #E5520C; }
span { border-color: rgb(229,82,12); }
td.TdClassName
{
border-color: #E5520C;
}
.TagClassName
{
border-color: #E5520C;
}
</style>