Shades of Persimmon #E55C08
Tints of Persimmon #E55C08
RGB
CMYK
RGB Variations
Color information
#E55C08 (or 0xE55C08) is known color: Persimmon. HEX triplet: E5, 5C and 08. RGB value is (229,92,8). Sum of RGB (Red+Green+Blue) = 229+92+8=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55C08 is #1AA3F7. Grayscale: #7B7B7B. Windows color (decimal): -1745912 or 548069. OLE color: 548069.
HSL color Cylindrical-coordinate representation of color #E55C08: hue angle of 22.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E55C08 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 8 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.10 |
| HSL | 22.81º | 0.93% | 0.46% | - |
| HSV(B) | 22.81º | 0.97% | 0.9% | - |
| XYZ | 36.18 | 24.33 | 3.02 | - |
| YUV | 123.39 | 62.89 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 8 | 0 | 0.60 | 0.97 | 0.10 | 22.81 | 0.93 | 0.46 |
| Hex | E5 | 5C | 8 | 0 | 3C | 61 | A | 17 | 5D | 2E |
| Octal | 345 | 134 | 10 | 0 | 74 | 141 | 12 | 27 | 135 | 56 |
| Binary | 11100101 | 1011100 | 1000 | 0 | 111100 | 1100001 | 1010 | 10111 | 1011101 | 101110 |
Color Harmonies of #E55C08
Complementary color
Monochromatic Colors of #E55C08
Black with #E55C08
Text Example
Text Example
White with #E55C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C08; }
p { color: rgb(229,92,8); }
H1.HeaderClassName
{
color: #E55C08;
}
.AnyTagClassName
{
color: #E55C08;
}
</style>
background-color css
<style>
a { background-color: #E55C08; }
a { background-color: rgb(229,92,8); }
div.DivClassName
{
background-color: #E55C08;
}
.BgClassName
{
background-color: #E55C08;
}
</style>
border-color css
<style>
span { border-color: #E55C08; }
span { border-color: rgb(229,92,8); }
td.TdClassName
{
border-color: #E55C08;
}
.TagClassName
{
border-color: #E55C08;
}
</style>