Shades of Persimmon #E6470D
Tints of Persimmon #E6470D
RGB
CMYK
RGB Variations
Color information
#E6470D (or 0xE6470D) is known color: Persimmon. HEX triplet: E6, 47 and 0D. RGB value is (230,71,13). Sum of RGB (Red+Green+Blue) = 230+71+13=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6470D is #19B8F2. Grayscale: #707070. Windows color (decimal): -1685747 or 870374. OLE color: 870374.
HSL color Cylindrical-coordinate representation of color #E6470D: hue angle of 16.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6470D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.10 |
| HSL | 16.04º | 0.89% | 0.48% | - |
| HSV(B) | 16.04º | 0.94% | 0.9% | - |
| XYZ | 34.96 | 21.36 | 2.66 | - |
| YUV | 111.93 | 72.18 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 13 | 0 | 0.69 | 0.94 | 0.10 | 16.04 | 0.89 | 0.48 |
| Hex | E6 | 47 | D | 0 | 45 | 5E | A | 10 | 59 | 30 |
| Octal | 346 | 107 | 15 | 0 | 105 | 136 | 12 | 20 | 131 | 60 |
| Binary | 11100110 | 1000111 | 1101 | 0 | 1000101 | 1011110 | 1010 | 10000 | 1011001 | 110000 |
Color Harmonies of #E6470D
Complementary color
Monochromatic Colors of #E6470D
Black with #E6470D
Text Example
Text Example
White with #E6470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6470D; }
p { color: rgb(230,71,13); }
H1.HeaderClassName
{
color: #E6470D;
}
.AnyTagClassName
{
color: #E6470D;
}
</style>
background-color css
<style>
a { background-color: #E6470D; }
a { background-color: rgb(230,71,13); }
div.DivClassName
{
background-color: #E6470D;
}
.BgClassName
{
background-color: #E6470D;
}
</style>
border-color css
<style>
span { border-color: #E6470D; }
span { border-color: rgb(230,71,13); }
td.TdClassName
{
border-color: #E6470D;
}
.TagClassName
{
border-color: #E6470D;
}
</style>