Shades of Persimmon #E74611
Tints of Persimmon #E74611
RGB
CMYK
RGB Variations
Color information
#E74611 (or 0xE74611) is known color: Persimmon. HEX triplet: E7, 46 and 11. RGB value is (231,70,17). Sum of RGB (Red+Green+Blue) = 231+70+17=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E74611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74611 is #18B9EE. Grayscale: #707070. Windows color (decimal): -1620463 or 1132263. OLE color: 1132263.
HSL color Cylindrical-coordinate representation of color #E74611: hue angle of 14.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E74611 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 17 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.09 |
| HSL | 14.86º | 0.86% | 0.49% | - |
| HSV(B) | 14.86º | 0.93% | 0.91% | - |
| XYZ | 35.25 | 21.41 | 2.81 | - |
| YUV | 112.1 | 74.34 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 17 | 0 | 0.70 | 0.93 | 0.09 | 14.86 | 0.86 | 0.49 |
| Hex | E7 | 46 | 11 | 0 | 46 | 5D | 9 | F | 56 | 31 |
| Octal | 347 | 106 | 21 | 0 | 106 | 135 | 11 | 17 | 126 | 61 |
| Binary | 11100111 | 1000110 | 10001 | 0 | 1000110 | 1011101 | 1001 | 1111 | 1010110 | 110001 |
Color Harmonies of #E74611
Complementary color
Monochromatic Colors of #E74611
Black with #E74611
Text Example
Text Example
White with #E74611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74611; }
p { color: rgb(231,70,17); }
H1.HeaderClassName
{
color: #E74611;
}
.AnyTagClassName
{
color: #E74611;
}
</style>
background-color css
<style>
a { background-color: #E74611; }
a { background-color: rgb(231,70,17); }
div.DivClassName
{
background-color: #E74611;
}
.BgClassName
{
background-color: #E74611;
}
</style>
border-color css
<style>
span { border-color: #E74611; }
span { border-color: rgb(231,70,17); }
td.TdClassName
{
border-color: #E74611;
}
.TagClassName
{
border-color: #E74611;
}
</style>