Shades of Persimmon #E7470C
Tints of Persimmon #E7470C
RGB
CMYK
RGB Variations
Color information
#E7470C (or 0xE7470C) is known color: Persimmon. HEX triplet: E7, 47 and 0C. RGB value is (231,71,12). Sum of RGB (Red+Green+Blue) = 231+71+12=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E7470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7470C is #18B8F3. Grayscale: #707070. Windows color (decimal): -1620212 or 804839. OLE color: 804839.
HSL color Cylindrical-coordinate representation of color #E7470C: hue angle of 16.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7470C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.09 |
| HSL | 16.16º | 0.9% | 0.48% | - |
| HSV(B) | 16.16º | 0.95% | 0.91% | - |
| XYZ | 35.27 | 21.52 | 2.64 | - |
| YUV | 112.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 12 | 0 | 0.69 | 0.95 | 0.09 | 16.16 | 0.9 | 0.48 |
| Hex | E7 | 47 | C | 0 | 45 | 5F | 9 | 10 | 5A | 30 |
| Octal | 347 | 107 | 14 | 0 | 105 | 137 | 11 | 20 | 132 | 60 |
| Binary | 11100111 | 1000111 | 1100 | 0 | 1000101 | 1011111 | 1001 | 10000 | 1011010 | 110000 |
Color Harmonies of #E7470C
Complementary color
Monochromatic Colors of #E7470C
Black with #E7470C
Text Example
Text Example
White with #E7470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7470C; }
p { color: rgb(231,71,12); }
H1.HeaderClassName
{
color: #E7470C;
}
.AnyTagClassName
{
color: #E7470C;
}
</style>
background-color css
<style>
a { background-color: #E7470C; }
a { background-color: rgb(231,71,12); }
div.DivClassName
{
background-color: #E7470C;
}
.BgClassName
{
background-color: #E7470C;
}
</style>
border-color css
<style>
span { border-color: #E7470C; }
span { border-color: rgb(231,71,12); }
td.TdClassName
{
border-color: #E7470C;
}
.TagClassName
{
border-color: #E7470C;
}
</style>