Shades of Persimmon #E55F00
Tints of Persimmon #E55F00
RGB
CMYK
RGB Variations
Color information
#E55F00 (or 0xE55F00) is known color: Persimmon. HEX triplet: E5, 5F and 00. RGB value is (229,95,0). Sum of RGB (Red+Green+Blue) = 229+95+0=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F00 is #1AA0FF. Grayscale: #7C7C7C. Windows color (decimal): -1745152 or 24549. OLE color: 24549.
HSL color Cylindrical-coordinate representation of color #E55F00: hue angle of 24.89º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E55F00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.10 |
| HSL | 24.89º | 1% | 0.45% | - |
| HSV(B) | 24.89º | 1% | 0.9% | - |
| XYZ | 36.41 | 24.84 | 2.88 | - |
| YUV | 124.24 | 57.89 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 0 | 0 | 0.59 | 1 | 0.10 | 24.89 | 1 | 0.45 |
| Hex | E5 | 5F | 0 | 0 | 3B | 64 | A | 19 | 64 | 2D |
| Octal | 345 | 137 | 0 | 0 | 73 | 144 | 12 | 31 | 144 | 55 |
| Binary | 11100101 | 1011111 | 0 | 0 | 111011 | 1100100 | 1010 | 11001 | 1100100 | 101101 |
Color Harmonies of #E55F00
Complementary color
Monochromatic Colors of #E55F00
Black with #E55F00
Text Example
Text Example
White with #E55F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F00; }
p { color: rgb(229,95,0); }
H1.HeaderClassName
{
color: #E55F00;
}
.AnyTagClassName
{
color: #E55F00;
}
</style>
background-color css
<style>
a { background-color: #E55F00; }
a { background-color: rgb(229,95,0); }
div.DivClassName
{
background-color: #E55F00;
}
.BgClassName
{
background-color: #E55F00;
}
</style>
border-color css
<style>
span { border-color: #E55F00; }
span { border-color: rgb(229,95,0); }
td.TdClassName
{
border-color: #E55F00;
}
.TagClassName
{
border-color: #E55F00;
}
</style>