Shades of Persimmon #E5520F
Tints of Persimmon #E5520F
RGB
CMYK
RGB Variations
Color information
#E5520F (or 0xE5520F) is known color: Persimmon. HEX triplet: E5, 52 and 0F. RGB value is (229,82,15). Sum of RGB (Red+Green+Blue) = 229+82+15=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5520F is #1AADF0. Grayscale: #767676. Windows color (decimal): -1748465 or 1004261. OLE color: 1004261.
HSL color Cylindrical-coordinate representation of color #E5520F: hue angle of 18.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5520F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.10 |
| HSL | 18.79º | 0.88% | 0.48% | - |
| HSV(B) | 18.79º | 0.93% | 0.9% | - |
| XYZ | 35.42 | 22.73 | 2.97 | - |
| YUV | 118.32 | 69.7 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 15 | 0 | 0.64 | 0.93 | 0.10 | 18.79 | 0.88 | 0.48 |
| Hex | E5 | 52 | F | 0 | 40 | 5D | A | 13 | 58 | 30 |
| Octal | 345 | 122 | 17 | 0 | 100 | 135 | 12 | 23 | 130 | 60 |
| Binary | 11100101 | 1010010 | 1111 | 0 | 1000000 | 1011101 | 1010 | 10011 | 1011000 | 110000 |
Color Harmonies of #E5520F
Complementary color
Monochromatic Colors of #E5520F
Black with #E5520F
Text Example
Text Example
White with #E5520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5520F; }
p { color: rgb(229,82,15); }
H1.HeaderClassName
{
color: #E5520F;
}
.AnyTagClassName
{
color: #E5520F;
}
</style>
background-color css
<style>
a { background-color: #E5520F; }
a { background-color: rgb(229,82,15); }
div.DivClassName
{
background-color: #E5520F;
}
.BgClassName
{
background-color: #E5520F;
}
</style>
border-color css
<style>
span { border-color: #E5520F; }
span { border-color: rgb(229,82,15); }
td.TdClassName
{
border-color: #E5520F;
}
.TagClassName
{
border-color: #E5520F;
}
</style>