Shades of Persimmon #E74C17
Tints of Persimmon #E74C17
RGB
CMYK
RGB Variations
Color information
#E74C17 (or 0xE74C17) is known color: Persimmon. HEX triplet: E7, 4C and 17. RGB value is (231,76,23). Sum of RGB (Red+Green+Blue) = 231+76+23=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C17 is #18B3E8. Grayscale: #747474. Windows color (decimal): -1618921 or 1527015. OLE color: 1527015.
HSL color Cylindrical-coordinate representation of color #E74C17: hue angle of 15.29º degrees, saturation: 0.82, 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 #E74C17 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.09 |
| HSL | 15.29º | 0.82% | 0.5% | - |
| HSV(B) | 15.29º | 0.9% | 0.91% | - |
| XYZ | 35.69 | 22.22 | 3.22 | - |
| YUV | 116.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 23 | 0 | 0.67 | 0.90 | 0.09 | 15.29 | 0.82 | 0.5 |
| Hex | E7 | 4C | 17 | 0 | 43 | 5A | 9 | F | 52 | 32 |
| Octal | 347 | 114 | 27 | 0 | 103 | 132 | 11 | 17 | 122 | 62 |
| Binary | 11100111 | 1001100 | 10111 | 0 | 1000011 | 1011010 | 1001 | 1111 | 1010010 | 110010 |
Color Harmonies of #E74C17
Complementary color
Monochromatic Colors of #E74C17
Black with #E74C17
Text Example
Text Example
White with #E74C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C17; }
p { color: rgb(231,76,23); }
H1.HeaderClassName
{
color: #E74C17;
}
.AnyTagClassName
{
color: #E74C17;
}
</style>
background-color css
<style>
a { background-color: #E74C17; }
a { background-color: rgb(231,76,23); }
div.DivClassName
{
background-color: #E74C17;
}
.BgClassName
{
background-color: #E74C17;
}
</style>
border-color css
<style>
span { border-color: #E74C17; }
span { border-color: rgb(231,76,23); }
td.TdClassName
{
border-color: #E74C17;
}
.TagClassName
{
border-color: #E74C17;
}
</style>