Shades of Persimmon #E5640C
Tints of Persimmon #E5640C
RGB
CMYK
RGB Variations
Color information
#E5640C (or 0xE5640C) is known color: Persimmon. HEX triplet: E5, 64 and 0C. RGB value is (229,100,12). Sum of RGB (Red+Green+Blue) = 229+100+12=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5640C is #1A9BF3. Grayscale: #818181. Windows color (decimal): -1743860 or 812261. OLE color: 812261.
HSL color Cylindrical-coordinate representation of color #E5640C: hue angle of 24.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5640C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.10 |
| HSL | 24.33º | 0.9% | 0.47% | - |
| HSV(B) | 24.33º | 0.95% | 0.9% | - |
| XYZ | 36.94 | 25.8 | 3.38 | - |
| YUV | 128.54 | 62.24 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 12 | 0 | 0.56 | 0.95 | 0.10 | 24.33 | 0.9 | 0.47 |
| Hex | E5 | 64 | C | 0 | 38 | 5F | A | 18 | 5A | 2F |
| Octal | 345 | 144 | 14 | 0 | 70 | 137 | 12 | 30 | 132 | 57 |
| Binary | 11100101 | 1100100 | 1100 | 0 | 111000 | 1011111 | 1010 | 11000 | 1011010 | 101111 |
Color Harmonies of #E5640C
Complementary color
Monochromatic Colors of #E5640C
Black with #E5640C
Text Example
Text Example
White with #E5640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5640C; }
p { color: rgb(229,100,12); }
H1.HeaderClassName
{
color: #E5640C;
}
.AnyTagClassName
{
color: #E5640C;
}
</style>
background-color css
<style>
a { background-color: #E5640C; }
a { background-color: rgb(229,100,12); }
div.DivClassName
{
background-color: #E5640C;
}
.BgClassName
{
background-color: #E5640C;
}
</style>
border-color css
<style>
span { border-color: #E5640C; }
span { border-color: rgb(229,100,12); }
td.TdClassName
{
border-color: #E5640C;
}
.TagClassName
{
border-color: #E5640C;
}
</style>