Shades of Persimmon #E5501C
Tints of Persimmon #E5501C
RGB
CMYK
RGB Variations
Color information
#E5501C (or 0xE5501C) is known color: Persimmon. HEX triplet: E5, 50 and 1C. RGB value is (229,80,28). Sum of RGB (Red+Green+Blue) = 229+80+28=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5501C is #1AAFE3. Grayscale: #767676. Windows color (decimal): -1748964 or 1855717. OLE color: 1855717.
HSL color Cylindrical-coordinate representation of color #E5501C: hue angle of 15.52º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5501C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.10 |
| HSL | 15.52º | 0.79% | 0.5% | - |
| HSV(B) | 15.52º | 0.88% | 0.9% | - |
| XYZ | 35.39 | 22.48 | 3.57 | - |
| YUV | 118.62 | 76.86 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 28 | 0 | 0.65 | 0.88 | 0.10 | 15.52 | 0.79 | 0.5 |
| Hex | E5 | 50 | 1C | 0 | 41 | 58 | A | 10 | 4F | 32 |
| Octal | 345 | 120 | 34 | 0 | 101 | 130 | 12 | 20 | 117 | 62 |
| Binary | 11100101 | 1010000 | 11100 | 0 | 1000001 | 1011000 | 1010 | 10000 | 1001111 | 110010 |
Color Harmonies of #E5501C
Complementary color
Monochromatic Colors of #E5501C
Black with #E5501C
Text Example
Text Example
White with #E5501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5501C; }
p { color: rgb(229,80,28); }
H1.HeaderClassName
{
color: #E5501C;
}
.AnyTagClassName
{
color: #E5501C;
}
</style>
background-color css
<style>
a { background-color: #E5501C; }
a { background-color: rgb(229,80,28); }
div.DivClassName
{
background-color: #E5501C;
}
.BgClassName
{
background-color: #E5501C;
}
</style>
border-color css
<style>
span { border-color: #E5501C; }
span { border-color: rgb(229,80,28); }
td.TdClassName
{
border-color: #E5501C;
}
.TagClassName
{
border-color: #E5501C;
}
</style>