Shades of Persimmon #E1470B
Tints of Persimmon #E1470B
RGB
CMYK
RGB Variations
Color information
#E1470B (or 0xE1470B) is known color: Persimmon. HEX triplet: E1, 47 and 0B. RGB value is (225,71,11). Sum of RGB (Red+Green+Blue) = 225+71+11=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1470B is #1EB8F4. Grayscale: #6E6E6E. Windows color (decimal): -2013429 or 739297. OLE color: 739297.
HSL color Cylindrical-coordinate representation of color #E1470B: hue angle of 16.82º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1470B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.12 |
| HSL | 16.82º | 0.91% | 0.46% | - |
| HSV(B) | 16.82º | 0.95% | 0.88% | - |
| XYZ | 33.36 | 20.54 | 2.52 | - |
| YUV | 110.21 | 72.02 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 11 | 0 | 0.68 | 0.95 | 0.12 | 16.82 | 0.91 | 0.46 |
| Hex | E1 | 47 | B | 0 | 44 | 5F | C | 11 | 5B | 2E |
| Octal | 341 | 107 | 13 | 0 | 104 | 137 | 14 | 21 | 133 | 56 |
| Binary | 11100001 | 1000111 | 1011 | 0 | 1000100 | 1011111 | 1100 | 10001 | 1011011 | 101110 |
Color Harmonies of #E1470B
Complementary color
Monochromatic Colors of #E1470B
Black with #E1470B
Text Example
Text Example
White with #E1470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1470B; }
p { color: rgb(225,71,11); }
H1.HeaderClassName
{
color: #E1470B;
}
.AnyTagClassName
{
color: #E1470B;
}
</style>
background-color css
<style>
a { background-color: #E1470B; }
a { background-color: rgb(225,71,11); }
div.DivClassName
{
background-color: #E1470B;
}
.BgClassName
{
background-color: #E1470B;
}
</style>
border-color css
<style>
span { border-color: #E1470B; }
span { border-color: rgb(225,71,11); }
td.TdClassName
{
border-color: #E1470B;
}
.TagClassName
{
border-color: #E1470B;
}
</style>