Shades of Persimmon #E74916
Tints of Persimmon #E74916
RGB
CMYK
RGB Variations
Color information
#E74916 (or 0xE74916) is known color: Persimmon. HEX triplet: E7, 49 and 16. RGB value is (231,73,22). Sum of RGB (Red+Green+Blue) = 231+73+22=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E74916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74916 is #18B6E9. Grayscale: #727272. Windows color (decimal): -1619690 or 1460711. OLE color: 1460711.
HSL color Cylindrical-coordinate representation of color #E74916: hue angle of 14.64º 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 #E74916 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.09 |
| HSL | 14.64º | 0.83% | 0.5% | - |
| HSV(B) | 14.64º | 0.9% | 0.91% | - |
| XYZ | 35.48 | 21.81 | 3.1 | - |
| YUV | 114.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 22 | 0 | 0.68 | 0.90 | 0.09 | 14.64 | 0.83 | 0.5 |
| Hex | E7 | 49 | 16 | 0 | 44 | 5A | 9 | F | 53 | 32 |
| Octal | 347 | 111 | 26 | 0 | 104 | 132 | 11 | 17 | 123 | 62 |
| Binary | 11100111 | 1001001 | 10110 | 0 | 1000100 | 1011010 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E74916
Complementary color
Monochromatic Colors of #E74916
Black with #E74916
Text Example
Text Example
White with #E74916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74916; }
p { color: rgb(231,73,22); }
H1.HeaderClassName
{
color: #E74916;
}
.AnyTagClassName
{
color: #E74916;
}
</style>
background-color css
<style>
a { background-color: #E74916; }
a { background-color: rgb(231,73,22); }
div.DivClassName
{
background-color: #E74916;
}
.BgClassName
{
background-color: #E74916;
}
</style>
border-color css
<style>
span { border-color: #E74916; }
span { border-color: rgb(231,73,22); }
td.TdClassName
{
border-color: #E74916;
}
.TagClassName
{
border-color: #E74916;
}
</style>