Shades of Persimmon #E5640D
Tints of Persimmon #E5640D
RGB
CMYK
RGB Variations
Color information
#E5640D (or 0xE5640D) is known color: Persimmon. HEX triplet: E5, 64 and 0D. RGB value is (229,100,13). Sum of RGB (Red+Green+Blue) = 229+100+13=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5640D is #1A9BF2. Grayscale: #818181. Windows color (decimal): -1743859 or 877797. OLE color: 877797.
HSL color Cylindrical-coordinate representation of color #E5640D: hue angle of 24.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5640D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.10 |
| HSL | 24.17º | 0.89% | 0.47% | - |
| HSV(B) | 24.17º | 0.94% | 0.9% | - |
| XYZ | 36.94 | 25.8 | 3.41 | - |
| YUV | 128.65 | 62.74 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 13 | 0 | 0.56 | 0.94 | 0.10 | 24.17 | 0.89 | 0.47 |
| Hex | E5 | 64 | D | 0 | 38 | 5E | A | 18 | 59 | 2F |
| Octal | 345 | 144 | 15 | 0 | 70 | 136 | 12 | 30 | 131 | 57 |
| Binary | 11100101 | 1100100 | 1101 | 0 | 111000 | 1011110 | 1010 | 11000 | 1011001 | 101111 |
Color Harmonies of #E5640D
Complementary color
Monochromatic Colors of #E5640D
Black with #E5640D
Text Example
Text Example
White with #E5640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5640D; }
p { color: rgb(229,100,13); }
H1.HeaderClassName
{
color: #E5640D;
}
.AnyTagClassName
{
color: #E5640D;
}
</style>
background-color css
<style>
a { background-color: #E5640D; }
a { background-color: rgb(229,100,13); }
div.DivClassName
{
background-color: #E5640D;
}
.BgClassName
{
background-color: #E5640D;
}
</style>
border-color css
<style>
span { border-color: #E5640D; }
span { border-color: rgb(229,100,13); }
td.TdClassName
{
border-color: #E5640D;
}
.TagClassName
{
border-color: #E5640D;
}
</style>