Shades of Persimmon #E74716
Tints of Persimmon #E74716
RGB
CMYK
RGB Variations
Color information
#E74716 (or 0xE74716) is known color: Persimmon. HEX triplet: E7, 47 and 16. RGB value is (231,71,22). Sum of RGB (Red+Green+Blue) = 231+71+22=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E74716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74716 is #18B8E9. Grayscale: #717171. Windows color (decimal): -1620202 or 1460199. OLE color: 1460199.
HSL color Cylindrical-coordinate representation of color #E74716: hue angle of 14.07º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E74716 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 22 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.09 |
| HSL | 14.07º | 0.83% | 0.5% | - |
| HSV(B) | 14.07º | 0.9% | 0.91% | - |
| XYZ | 35.35 | 21.55 | 3.06 | - |
| YUV | 113.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 22 | 0 | 0.69 | 0.90 | 0.09 | 14.07 | 0.83 | 0.5 |
| Hex | E7 | 47 | 16 | 0 | 45 | 5A | 9 | E | 53 | 32 |
| Octal | 347 | 107 | 26 | 0 | 105 | 132 | 11 | 16 | 123 | 62 |
| Binary | 11100111 | 1000111 | 10110 | 0 | 1000101 | 1011010 | 1001 | 1110 | 1010011 | 110010 |
Color Harmonies of #E74716
Complementary color
Monochromatic Colors of #E74716
Black with #E74716
Text Example
Text Example
White with #E74716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74716; }
p { color: rgb(231,71,22); }
H1.HeaderClassName
{
color: #E74716;
}
.AnyTagClassName
{
color: #E74716;
}
</style>
background-color css
<style>
a { background-color: #E74716; }
a { background-color: rgb(231,71,22); }
div.DivClassName
{
background-color: #E74716;
}
.BgClassName
{
background-color: #E74716;
}
</style>
border-color css
<style>
span { border-color: #E74716; }
span { border-color: rgb(231,71,22); }
td.TdClassName
{
border-color: #E74716;
}
.TagClassName
{
border-color: #E74716;
}
</style>