Shades of Persimmon #E74C11
Tints of Persimmon #E74C11
RGB
CMYK
RGB Variations
Color information
#E74C11 (or 0xE74C11) is known color: Persimmon. HEX triplet: E7, 4C and 11. RGB value is (231,76,17). Sum of RGB (Red+Green+Blue) = 231+76+17=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C11 is #18B3EE. Grayscale: #747474. Windows color (decimal): -1618927 or 1133799. OLE color: 1133799.
HSL color Cylindrical-coordinate representation of color #E74C11: hue angle of 16.54º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E74C11 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.09 |
| HSL | 16.54º | 0.86% | 0.49% | - |
| HSV(B) | 16.54º | 0.93% | 0.91% | - |
| XYZ | 35.64 | 22.2 | 2.94 | - |
| YUV | 115.62 | 72.35 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 17 | 0 | 0.67 | 0.93 | 0.09 | 16.54 | 0.86 | 0.49 |
| Hex | E7 | 4C | 11 | 0 | 43 | 5D | 9 | 11 | 56 | 31 |
| Octal | 347 | 114 | 21 | 0 | 103 | 135 | 11 | 21 | 126 | 61 |
| Binary | 11100111 | 1001100 | 10001 | 0 | 1000011 | 1011101 | 1001 | 10001 | 1010110 | 110001 |
Color Harmonies of #E74C11
Complementary color
Monochromatic Colors of #E74C11
Black with #E74C11
Text Example
Text Example
White with #E74C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C11; }
p { color: rgb(231,76,17); }
H1.HeaderClassName
{
color: #E74C11;
}
.AnyTagClassName
{
color: #E74C11;
}
</style>
background-color css
<style>
a { background-color: #E74C11; }
a { background-color: rgb(231,76,17); }
div.DivClassName
{
background-color: #E74C11;
}
.BgClassName
{
background-color: #E74C11;
}
</style>
border-color css
<style>
span { border-color: #E74C11; }
span { border-color: rgb(231,76,17); }
td.TdClassName
{
border-color: #E74C11;
}
.TagClassName
{
border-color: #E74C11;
}
</style>