Shades of Persimmon #E3640E
Tints of Persimmon #E3640E
RGB
CMYK
RGB Variations
Color information
#E3640E (or 0xE3640E) is known color: Persimmon. HEX triplet: E3, 64 and 0E. RGB value is (227,100,14). Sum of RGB (Red+Green+Blue) = 227+100+14=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3640E is #1C9BF1. Grayscale: #808080. Windows color (decimal): -1874930 or 943331. OLE color: 943331.
HSL color Cylindrical-coordinate representation of color #E3640E: hue angle of 24.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3640E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.11 |
| HSL | 24.23º | 0.88% | 0.47% | - |
| HSV(B) | 24.23º | 0.94% | 0.89% | - |
| XYZ | 36.31 | 25.48 | 3.42 | - |
| YUV | 128.17 | 63.58 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 14 | 0 | 0.56 | 0.94 | 0.11 | 24.23 | 0.88 | 0.47 |
| Hex | E3 | 64 | E | 0 | 38 | 5E | B | 18 | 58 | 2F |
| Octal | 343 | 144 | 16 | 0 | 70 | 136 | 13 | 30 | 130 | 57 |
| Binary | 11100011 | 1100100 | 1110 | 0 | 111000 | 1011110 | 1011 | 11000 | 1011000 | 101111 |
Color Harmonies of #E3640E
Complementary color
Monochromatic Colors of #E3640E
Black with #E3640E
Text Example
Text Example
White with #E3640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3640E; }
p { color: rgb(227,100,14); }
H1.HeaderClassName
{
color: #E3640E;
}
.AnyTagClassName
{
color: #E3640E;
}
</style>
background-color css
<style>
a { background-color: #E3640E; }
a { background-color: rgb(227,100,14); }
div.DivClassName
{
background-color: #E3640E;
}
.BgClassName
{
background-color: #E3640E;
}
</style>
border-color css
<style>
span { border-color: #E3640E; }
span { border-color: rgb(227,100,14); }
td.TdClassName
{
border-color: #E3640E;
}
.TagClassName
{
border-color: #E3640E;
}
</style>