Shades of Persimmon #E2450E
Tints of Persimmon #E2450E
RGB
CMYK
RGB Variations
Color information
#E2450E (or 0xE2450E) is known color: Persimmon. HEX triplet: E2, 45 and 0E. RGB value is (226,69,14). Sum of RGB (Red+Green+Blue) = 226+69+14=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2450E is #1DBAF1. Grayscale: #6E6E6E. Windows color (decimal): -1948402 or 935394. OLE color: 935394.
HSL color Cylindrical-coordinate representation of color #E2450E: hue angle of 15.57º 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 #E2450E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 14 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.11 |
| HSL | 15.57º | 0.88% | 0.47% | - |
| HSV(B) | 15.57º | 0.94% | 0.89% | - |
| XYZ | 33.57 | 20.46 | 2.59 | - |
| YUV | 109.67 | 74.01 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 14 | 0 | 0.69 | 0.94 | 0.11 | 15.57 | 0.88 | 0.47 |
| Hex | E2 | 45 | E | 0 | 45 | 5E | B | 10 | 58 | 2F |
| Octal | 342 | 105 | 16 | 0 | 105 | 136 | 13 | 20 | 130 | 57 |
| Binary | 11100010 | 1000101 | 1110 | 0 | 1000101 | 1011110 | 1011 | 10000 | 1011000 | 101111 |
Color Harmonies of #E2450E
Complementary color
Monochromatic Colors of #E2450E
Black with #E2450E
Text Example
Text Example
White with #E2450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2450E; }
p { color: rgb(226,69,14); }
H1.HeaderClassName
{
color: #E2450E;
}
.AnyTagClassName
{
color: #E2450E;
}
</style>
background-color css
<style>
a { background-color: #E2450E; }
a { background-color: rgb(226,69,14); }
div.DivClassName
{
background-color: #E2450E;
}
.BgClassName
{
background-color: #E2450E;
}
</style>
border-color css
<style>
span { border-color: #E2450E; }
span { border-color: rgb(226,69,14); }
td.TdClassName
{
border-color: #E2450E;
}
.TagClassName
{
border-color: #E2450E;
}
</style>