Shades of Persimmon #E74C18
Tints of Persimmon #E74C18
RGB
CMYK
RGB Variations
Color information
#E74C18 (or 0xE74C18) is known color: Persimmon. HEX triplet: E7, 4C and 18. RGB value is (231,76,24). Sum of RGB (Red+Green+Blue) = 231+76+24=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C18 is #18B3E7. Grayscale: #747474. Windows color (decimal): -1618920 or 1592551. OLE color: 1592551.
HSL color Cylindrical-coordinate representation of color #E74C18: hue angle of 15.07º degrees, saturation: 0.81, 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 #E74C18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.09 |
| HSL | 15.07º | 0.81% | 0.5% | - |
| HSV(B) | 15.07º | 0.9% | 0.91% | - |
| XYZ | 35.7 | 22.22 | 3.27 | - |
| YUV | 116.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 24 | 0 | 0.67 | 0.90 | 0.09 | 15.07 | 0.81 | 0.5 |
| Hex | E7 | 4C | 18 | 0 | 43 | 5A | 9 | F | 51 | 32 |
| Octal | 347 | 114 | 30 | 0 | 103 | 132 | 11 | 17 | 121 | 62 |
| Binary | 11100111 | 1001100 | 11000 | 0 | 1000011 | 1011010 | 1001 | 1111 | 1010001 | 110010 |
Color Harmonies of #E74C18
Complementary color
Monochromatic Colors of #E74C18
Black with #E74C18
Text Example
Text Example
White with #E74C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C18; }
p { color: rgb(231,76,24); }
H1.HeaderClassName
{
color: #E74C18;
}
.AnyTagClassName
{
color: #E74C18;
}
</style>
background-color css
<style>
a { background-color: #E74C18; }
a { background-color: rgb(231,76,24); }
div.DivClassName
{
background-color: #E74C18;
}
.BgClassName
{
background-color: #E74C18;
}
</style>
border-color css
<style>
span { border-color: #E74C18; }
span { border-color: rgb(231,76,24); }
td.TdClassName
{
border-color: #E74C18;
}
.TagClassName
{
border-color: #E74C18;
}
</style>