Shades of Persimmon #E55D14
Tints of Persimmon #E55D14
RGB
CMYK
RGB Variations
Color information
#E55D14 (or 0xE55D14) is known color: Persimmon. HEX triplet: E5, 5D and 14. RGB value is (229,93,20). Sum of RGB (Red+Green+Blue) = 229+93+20=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D14 is #1AA2EB. Grayscale: #7D7D7D. Windows color (decimal): -1745644 or 1334757. OLE color: 1334757.
HSL color Cylindrical-coordinate representation of color #E55D14: hue angle of 20.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E55D14 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.10 |
| HSL | 20.96º | 0.84% | 0.49% | - |
| HSV(B) | 20.96º | 0.91% | 0.9% | - |
| XYZ | 36.35 | 24.54 | 3.48 | - |
| YUV | 125.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 20 | 0 | 0.59 | 0.91 | 0.10 | 20.96 | 0.84 | 0.49 |
| Hex | E5 | 5D | 14 | 0 | 3B | 5B | A | 15 | 54 | 31 |
| Octal | 345 | 135 | 24 | 0 | 73 | 133 | 12 | 25 | 124 | 61 |
| Binary | 11100101 | 1011101 | 10100 | 0 | 111011 | 1011011 | 1010 | 10101 | 1010100 | 110001 |
Color Harmonies of #E55D14
Complementary color
Monochromatic Colors of #E55D14
Black with #E55D14
Text Example
Text Example
White with #E55D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D14; }
p { color: rgb(229,93,20); }
H1.HeaderClassName
{
color: #E55D14;
}
.AnyTagClassName
{
color: #E55D14;
}
</style>
background-color css
<style>
a { background-color: #E55D14; }
a { background-color: rgb(229,93,20); }
div.DivClassName
{
background-color: #E55D14;
}
.BgClassName
{
background-color: #E55D14;
}
</style>
border-color css
<style>
span { border-color: #E55D14; }
span { border-color: rgb(229,93,20); }
td.TdClassName
{
border-color: #E55D14;
}
.TagClassName
{
border-color: #E55D14;
}
</style>