Shades of Persimmon #E74F19
Tints of Persimmon #E74F19
RGB
CMYK
RGB Variations
Color information
#E74F19 (or 0xE74F19) is known color: Persimmon. HEX triplet: E7, 4F and 19. RGB value is (231,79,25). Sum of RGB (Red+Green+Blue) = 231+79+25=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F19 is #18B0E6. Grayscale: #767676. Windows color (decimal): -1618151 or 1658855. OLE color: 1658855.
HSL color Cylindrical-coordinate representation of color #E74F19: hue angle of 15.73º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E74F19 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.09 |
| HSL | 15.73º | 0.81% | 0.5% | - |
| HSV(B) | 15.73º | 0.89% | 0.91% | - |
| XYZ | 35.93 | 22.65 | 3.4 | - |
| YUV | 118.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 25 | 0 | 0.66 | 0.89 | 0.09 | 15.73 | 0.81 | 0.5 |
| Hex | E7 | 4F | 19 | 0 | 42 | 59 | 9 | 10 | 51 | 32 |
| Octal | 347 | 117 | 31 | 0 | 102 | 131 | 11 | 20 | 121 | 62 |
| Binary | 11100111 | 1001111 | 11001 | 0 | 1000010 | 1011001 | 1001 | 10000 | 1010001 | 110010 |
Color Harmonies of #E74F19
Complementary color
Monochromatic Colors of #E74F19
Black with #E74F19
Text Example
Text Example
White with #E74F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F19; }
p { color: rgb(231,79,25); }
H1.HeaderClassName
{
color: #E74F19;
}
.AnyTagClassName
{
color: #E74F19;
}
</style>
background-color css
<style>
a { background-color: #E74F19; }
a { background-color: rgb(231,79,25); }
div.DivClassName
{
background-color: #E74F19;
}
.BgClassName
{
background-color: #E74F19;
}
</style>
border-color css
<style>
span { border-color: #E74F19; }
span { border-color: rgb(231,79,25); }
td.TdClassName
{
border-color: #E74F19;
}
.TagClassName
{
border-color: #E74F19;
}
</style>