Shades of Persimmon #E2470B
Tints of Persimmon #E2470B
RGB
CMYK
RGB Variations
Color information
#E2470B (or 0xE2470B) is known color: Persimmon. HEX triplet: E2, 47 and 0B. RGB value is (226,71,11). Sum of RGB (Red+Green+Blue) = 226+71+11=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2470B is #1DB8F4. Grayscale: #6E6E6E. Windows color (decimal): -1947893 or 739298. OLE color: 739298.
HSL color Cylindrical-coordinate representation of color #E2470B: hue angle of 16.74º 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 #E2470B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.11 |
| HSL | 16.74º | 0.91% | 0.46% | - |
| HSV(B) | 16.74º | 0.95% | 0.89% | - |
| XYZ | 33.68 | 20.7 | 2.54 | - |
| YUV | 110.51 | 71.85 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 11 | 0 | 0.69 | 0.95 | 0.11 | 16.74 | 0.91 | 0.46 |
| Hex | E2 | 47 | B | 0 | 45 | 5F | B | 11 | 5B | 2E |
| Octal | 342 | 107 | 13 | 0 | 105 | 137 | 13 | 21 | 133 | 56 |
| Binary | 11100010 | 1000111 | 1011 | 0 | 1000101 | 1011111 | 1011 | 10001 | 1011011 | 101110 |
Color Harmonies of #E2470B
Complementary color
Monochromatic Colors of #E2470B
Black with #E2470B
Text Example
Text Example
White with #E2470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2470B; }
p { color: rgb(226,71,11); }
H1.HeaderClassName
{
color: #E2470B;
}
.AnyTagClassName
{
color: #E2470B;
}
</style>
background-color css
<style>
a { background-color: #E2470B; }
a { background-color: rgb(226,71,11); }
div.DivClassName
{
background-color: #E2470B;
}
.BgClassName
{
background-color: #E2470B;
}
</style>
border-color css
<style>
span { border-color: #E2470B; }
span { border-color: rgb(226,71,11); }
td.TdClassName
{
border-color: #E2470B;
}
.TagClassName
{
border-color: #E2470B;
}
</style>