Shades of Persimmon #E24A0A
Tints of Persimmon #E24A0A
RGB
CMYK
RGB Variations
Color information
#E24A0A (or 0xE24A0A) is known color: Persimmon. HEX triplet: E2, 4A and 0A. RGB value is (226,74,10). Sum of RGB (Red+Green+Blue) = 226+74+10=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A0A is #1DB5F5. Grayscale: #707070. Windows color (decimal): -1947126 or 674530. OLE color: 674530.
HSL color Cylindrical-coordinate representation of color #E24A0A: hue angle of 17.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E24A0A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.11 |
| HSL | 17.78º | 0.92% | 0.46% | - |
| HSV(B) | 17.78º | 0.96% | 0.89% | - |
| XYZ | 33.87 | 21.09 | 2.57 | - |
| YUV | 112.15 | 70.36 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 10 | 0 | 0.67 | 0.96 | 0.11 | 17.78 | 0.92 | 0.46 |
| Hex | E2 | 4A | A | 0 | 43 | 60 | B | 12 | 5C | 2E |
| Octal | 342 | 112 | 12 | 0 | 103 | 140 | 13 | 22 | 134 | 56 |
| Binary | 11100010 | 1001010 | 1010 | 0 | 1000011 | 1100000 | 1011 | 10010 | 1011100 | 101110 |
Color Harmonies of #E24A0A
Complementary color
Monochromatic Colors of #E24A0A
Black with #E24A0A
Text Example
Text Example
White with #E24A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A0A; }
p { color: rgb(226,74,10); }
H1.HeaderClassName
{
color: #E24A0A;
}
.AnyTagClassName
{
color: #E24A0A;
}
</style>
background-color css
<style>
a { background-color: #E24A0A; }
a { background-color: rgb(226,74,10); }
div.DivClassName
{
background-color: #E24A0A;
}
.BgClassName
{
background-color: #E24A0A;
}
</style>
border-color css
<style>
span { border-color: #E24A0A; }
span { border-color: rgb(226,74,10); }
td.TdClassName
{
border-color: #E24A0A;
}
.TagClassName
{
border-color: #E24A0A;
}
</style>