Shades of Persimmon #E74C0E
Tints of Persimmon #E74C0E
RGB
CMYK
RGB Variations
Color information
#E74C0E (or 0xE74C0E) is known color: Persimmon. HEX triplet: E7, 4C and 0E. RGB value is (231,76,14). Sum of RGB (Red+Green+Blue) = 231+76+14=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C0E is #18B3F1. Grayscale: #737373. Windows color (decimal): -1618930 or 937191. OLE color: 937191.
HSL color Cylindrical-coordinate representation of color #E74C0E: hue angle of 17.14º 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 #E74C0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.09 |
| HSL | 17.14º | 0.89% | 0.48% | - |
| HSV(B) | 17.14º | 0.94% | 0.91% | - |
| XYZ | 35.62 | 22.19 | 2.82 | - |
| YUV | 115.28 | 70.85 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 14 | 0 | 0.67 | 0.94 | 0.09 | 17.14 | 0.89 | 0.48 |
| Hex | E7 | 4C | E | 0 | 43 | 5E | 9 | 11 | 59 | 30 |
| Octal | 347 | 114 | 16 | 0 | 103 | 136 | 11 | 21 | 131 | 60 |
| Binary | 11100111 | 1001100 | 1110 | 0 | 1000011 | 1011110 | 1001 | 10001 | 1011001 | 110000 |
Color Harmonies of #E74C0E
Complementary color
Monochromatic Colors of #E74C0E
Black with #E74C0E
Text Example
Text Example
White with #E74C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C0E; }
p { color: rgb(231,76,14); }
H1.HeaderClassName
{
color: #E74C0E;
}
.AnyTagClassName
{
color: #E74C0E;
}
</style>
background-color css
<style>
a { background-color: #E74C0E; }
a { background-color: rgb(231,76,14); }
div.DivClassName
{
background-color: #E74C0E;
}
.BgClassName
{
background-color: #E74C0E;
}
</style>
border-color css
<style>
span { border-color: #E74C0E; }
span { border-color: rgb(231,76,14); }
td.TdClassName
{
border-color: #E74C0E;
}
.TagClassName
{
border-color: #E74C0E;
}
</style>