Shades of Persimmon #E74F0E
Tints of Persimmon #E74F0E
RGB
CMYK
RGB Variations
Color information
#E74F0E (or 0xE74F0E) is known color: Persimmon. HEX triplet: E7, 4F and 0E. RGB value is (231,79,14). Sum of RGB (Red+Green+Blue) = 231+79+14=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F0E is #18B0F1. Grayscale: #757575. Windows color (decimal): -1618162 or 937959. OLE color: 937959.
HSL color Cylindrical-coordinate representation of color #E74F0E: hue angle of 17.97º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E74F0E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.09 |
| HSL | 17.97º | 0.89% | 0.48% | - |
| HSV(B) | 17.97º | 0.94% | 0.91% | - |
| XYZ | 35.83 | 22.61 | 2.89 | - |
| YUV | 117.04 | 69.86 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 14 | 0 | 0.66 | 0.94 | 0.09 | 17.97 | 0.89 | 0.48 |
| Hex | E7 | 4F | E | 0 | 42 | 5E | 9 | 12 | 59 | 30 |
| Octal | 347 | 117 | 16 | 0 | 102 | 136 | 11 | 22 | 131 | 60 |
| Binary | 11100111 | 1001111 | 1110 | 0 | 1000010 | 1011110 | 1001 | 10010 | 1011001 | 110000 |
Color Harmonies of #E74F0E
Complementary color
Monochromatic Colors of #E74F0E
Black with #E74F0E
Text Example
Text Example
White with #E74F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F0E; }
p { color: rgb(231,79,14); }
H1.HeaderClassName
{
color: #E74F0E;
}
.AnyTagClassName
{
color: #E74F0E;
}
</style>
background-color css
<style>
a { background-color: #E74F0E; }
a { background-color: rgb(231,79,14); }
div.DivClassName
{
background-color: #E74F0E;
}
.BgClassName
{
background-color: #E74F0E;
}
</style>
border-color css
<style>
span { border-color: #E74F0E; }
span { border-color: rgb(231,79,14); }
td.TdClassName
{
border-color: #E74F0E;
}
.TagClassName
{
border-color: #E74F0E;
}
</style>