Shades of Persimmon #E74606
Tints of Persimmon #E74606
RGB
CMYK
RGB Variations
Color information
#E74606 (or 0xE74606) is known color: Persimmon. HEX triplet: E7, 46 and 06. RGB value is (231,70,6). Sum of RGB (Red+Green+Blue) = 231+70+6=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E74606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74606 is #18B9F9. Grayscale: #6F6F6F. Windows color (decimal): -1620474 or 411367. OLE color: 411367.
HSL color Cylindrical-coordinate representation of color #E74606: hue angle of 17.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E74606 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.09 |
| HSL | 17.07º | 0.95% | 0.46% | - |
| HSV(B) | 17.07º | 0.97% | 0.91% | - |
| XYZ | 35.18 | 21.38 | 2.45 | - |
| YUV | 110.84 | 68.84 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 6 | 0 | 0.70 | 0.97 | 0.09 | 17.07 | 0.95 | 0.46 |
| Hex | E7 | 46 | 6 | 0 | 46 | 61 | 9 | 11 | 5F | 2E |
| Octal | 347 | 106 | 6 | 0 | 106 | 141 | 11 | 21 | 137 | 56 |
| Binary | 11100111 | 1000110 | 110 | 0 | 1000110 | 1100001 | 1001 | 10001 | 1011111 | 101110 |
Color Harmonies of #E74606
Complementary color
Monochromatic Colors of #E74606
Black with #E74606
Text Example
Text Example
White with #E74606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74606; }
p { color: rgb(231,70,6); }
H1.HeaderClassName
{
color: #E74606;
}
.AnyTagClassName
{
color: #E74606;
}
</style>
background-color css
<style>
a { background-color: #E74606; }
a { background-color: rgb(231,70,6); }
div.DivClassName
{
background-color: #E74606;
}
.BgClassName
{
background-color: #E74606;
}
</style>
border-color css
<style>
span { border-color: #E74606; }
span { border-color: rgb(231,70,6); }
td.TdClassName
{
border-color: #E74606;
}
.TagClassName
{
border-color: #E74606;
}
</style>