Shades of Persimmon #E74607
Tints of Persimmon #E74607
RGB
CMYK
RGB Variations
Color information
#E74607 (or 0xE74607) is known color: Persimmon. HEX triplet: E7, 46 and 07. RGB value is (231,70,7). Sum of RGB (Red+Green+Blue) = 231+70+7=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E74607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74607 is #18B9F8. Grayscale: #6F6F6F. Windows color (decimal): -1620473 or 476903. OLE color: 476903.
HSL color Cylindrical-coordinate representation of color #E74607: hue angle of 16.88º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E74607 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.09 |
| HSL | 16.88º | 0.94% | 0.47% | - |
| HSV(B) | 16.88º | 0.97% | 0.91% | - |
| XYZ | 35.18 | 21.38 | 2.47 | - |
| YUV | 110.96 | 69.34 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 7 | 0 | 0.70 | 0.97 | 0.09 | 16.88 | 0.94 | 0.47 |
| Hex | E7 | 46 | 7 | 0 | 46 | 61 | 9 | 11 | 5E | 2F |
| Octal | 347 | 106 | 7 | 0 | 106 | 141 | 11 | 21 | 136 | 57 |
| Binary | 11100111 | 1000110 | 111 | 0 | 1000110 | 1100001 | 1001 | 10001 | 1011110 | 101111 |
Color Harmonies of #E74607
Complementary color
Monochromatic Colors of #E74607
Black with #E74607
Text Example
Text Example
White with #E74607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74607; }
p { color: rgb(231,70,7); }
H1.HeaderClassName
{
color: #E74607;
}
.AnyTagClassName
{
color: #E74607;
}
</style>
background-color css
<style>
a { background-color: #E74607; }
a { background-color: rgb(231,70,7); }
div.DivClassName
{
background-color: #E74607;
}
.BgClassName
{
background-color: #E74607;
}
</style>
border-color css
<style>
span { border-color: #E74607; }
span { border-color: rgb(231,70,7); }
td.TdClassName
{
border-color: #E74607;
}
.TagClassName
{
border-color: #E74607;
}
</style>