Shades of Persimmon #E55F05
Tints of Persimmon #E55F05
RGB
CMYK
RGB Variations
Color information
#E55F05 (or 0xE55F05) is known color: Persimmon. HEX triplet: E5, 5F and 05. RGB value is (229,95,5). Sum of RGB (Red+Green+Blue) = 229+95+5=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F05 is #1AA0FA. Grayscale: #7D7D7D. Windows color (decimal): -1745147 or 352229. OLE color: 352229.
HSL color Cylindrical-coordinate representation of color #E55F05: hue angle of 24.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E55F05 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.10 |
| HSL | 24.11º | 0.96% | 0.46% | - |
| HSV(B) | 24.11º | 0.98% | 0.9% | - |
| XYZ | 36.43 | 24.85 | 3.02 | - |
| YUV | 124.81 | 60.39 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 5 | 0 | 0.59 | 0.98 | 0.10 | 24.11 | 0.96 | 0.46 |
| Hex | E5 | 5F | 5 | 0 | 3B | 62 | A | 18 | 60 | 2E |
| Octal | 345 | 137 | 5 | 0 | 73 | 142 | 12 | 30 | 140 | 56 |
| Binary | 11100101 | 1011111 | 101 | 0 | 111011 | 1100010 | 1010 | 11000 | 1100000 | 101110 |
Color Harmonies of #E55F05
Complementary color
Monochromatic Colors of #E55F05
Black with #E55F05
Text Example
Text Example
White with #E55F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F05; }
p { color: rgb(229,95,5); }
H1.HeaderClassName
{
color: #E55F05;
}
.AnyTagClassName
{
color: #E55F05;
}
</style>
background-color css
<style>
a { background-color: #E55F05; }
a { background-color: rgb(229,95,5); }
div.DivClassName
{
background-color: #E55F05;
}
.BgClassName
{
background-color: #E55F05;
}
</style>
border-color css
<style>
span { border-color: #E55F05; }
span { border-color: rgb(229,95,5); }
td.TdClassName
{
border-color: #E55F05;
}
.TagClassName
{
border-color: #E55F05;
}
</style>