Shades of Persimmon #E74E16
Tints of Persimmon #E74E16
RGB
CMYK
RGB Variations
Color information
#E74E16 (or 0xE74E16) is known color: Persimmon. HEX triplet: E7, 4E and 16. RGB value is (231,78,22). Sum of RGB (Red+Green+Blue) = 231+78+22=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74E16 is #18B1E9. Grayscale: #757575. Windows color (decimal): -1618410 or 1461991. OLE color: 1461991.
HSL color Cylindrical-coordinate representation of color #E74E16: hue angle of 16.08º 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 #E74E16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.09 |
| HSL | 16.08º | 0.83% | 0.5% | - |
| HSV(B) | 16.08º | 0.9% | 0.91% | - |
| XYZ | 35.82 | 22.5 | 3.21 | - |
| YUV | 117.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 22 | 0 | 0.66 | 0.90 | 0.09 | 16.08 | 0.83 | 0.5 |
| Hex | E7 | 4E | 16 | 0 | 42 | 5A | 9 | 10 | 53 | 32 |
| Octal | 347 | 116 | 26 | 0 | 102 | 132 | 11 | 20 | 123 | 62 |
| Binary | 11100111 | 1001110 | 10110 | 0 | 1000010 | 1011010 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E74E16
Complementary color
Monochromatic Colors of #E74E16
Black with #E74E16
Text Example
Text Example
White with #E74E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E16; }
p { color: rgb(231,78,22); }
H1.HeaderClassName
{
color: #E74E16;
}
.AnyTagClassName
{
color: #E74E16;
}
</style>
background-color css
<style>
a { background-color: #E74E16; }
a { background-color: rgb(231,78,22); }
div.DivClassName
{
background-color: #E74E16;
}
.BgClassName
{
background-color: #E74E16;
}
</style>
border-color css
<style>
span { border-color: #E74E16; }
span { border-color: rgb(231,78,22); }
td.TdClassName
{
border-color: #E74E16;
}
.TagClassName
{
border-color: #E74E16;
}
</style>