Shades of Persimmon #E2640B
Tints of Persimmon #E2640B
RGB
CMYK
RGB Variations
Color information
#E2640B (or 0xE2640B) is known color: Persimmon. HEX triplet: E2, 64 and 0B. RGB value is (226,100,11). Sum of RGB (Red+Green+Blue) = 226+100+11=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2640B is #1D9BF4. Grayscale: #808080. Windows color (decimal): -1940469 or 746722. OLE color: 746722.
HSL color Cylindrical-coordinate representation of color #E2640B: hue angle of 24.84º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2640B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.11 |
| HSL | 24.84º | 0.91% | 0.46% | - |
| HSV(B) | 24.84º | 0.95% | 0.89% | - |
| XYZ | 35.98 | 25.31 | 3.3 | - |
| YUV | 127.53 | 62.24 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 11 | 0 | 0.56 | 0.95 | 0.11 | 24.84 | 0.91 | 0.46 |
| Hex | E2 | 64 | B | 0 | 38 | 5F | B | 19 | 5B | 2E |
| Octal | 342 | 144 | 13 | 0 | 70 | 137 | 13 | 31 | 133 | 56 |
| Binary | 11100010 | 1100100 | 1011 | 0 | 111000 | 1011111 | 1011 | 11001 | 1011011 | 101110 |
Color Harmonies of #E2640B
Complementary color
Monochromatic Colors of #E2640B
Black with #E2640B
Text Example
Text Example
White with #E2640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2640B; }
p { color: rgb(226,100,11); }
H1.HeaderClassName
{
color: #E2640B;
}
.AnyTagClassName
{
color: #E2640B;
}
</style>
background-color css
<style>
a { background-color: #E2640B; }
a { background-color: rgb(226,100,11); }
div.DivClassName
{
background-color: #E2640B;
}
.BgClassName
{
background-color: #E2640B;
}
</style>
border-color css
<style>
span { border-color: #E2640B; }
span { border-color: rgb(226,100,11); }
td.TdClassName
{
border-color: #E2640B;
}
.TagClassName
{
border-color: #E2640B;
}
</style>