Shades of Persimmon #E74E19
Tints of Persimmon #E74E19
RGB
CMYK
RGB Variations
Color information
#E74E19 (or 0xE74E19) is known color: Persimmon. HEX triplet: E7, 4E and 19. RGB value is (231,78,25). Sum of RGB (Red+Green+Blue) = 231+78+25=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74E19 is #18B1E6. Grayscale: #767676. Windows color (decimal): -1618407 or 1658599. OLE color: 1658599.
HSL color Cylindrical-coordinate representation of color #E74E19: hue angle of 15.44º 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 #E74E19 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.09 |
| HSL | 15.44º | 0.81% | 0.5% | - |
| HSV(B) | 15.44º | 0.89% | 0.91% | - |
| XYZ | 35.85 | 22.51 | 3.37 | - |
| YUV | 117.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 25 | 0 | 0.66 | 0.89 | 0.09 | 15.44 | 0.81 | 0.5 |
| Hex | E7 | 4E | 19 | 0 | 42 | 59 | 9 | F | 51 | 32 |
| Octal | 347 | 116 | 31 | 0 | 102 | 131 | 11 | 17 | 121 | 62 |
| Binary | 11100111 | 1001110 | 11001 | 0 | 1000010 | 1011001 | 1001 | 1111 | 1010001 | 110010 |
Color Harmonies of #E74E19
Complementary color
Monochromatic Colors of #E74E19
Black with #E74E19
Text Example
Text Example
White with #E74E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74E19; }
p { color: rgb(231,78,25); }
H1.HeaderClassName
{
color: #E74E19;
}
.AnyTagClassName
{
color: #E74E19;
}
</style>
background-color css
<style>
a { background-color: #E74E19; }
a { background-color: rgb(231,78,25); }
div.DivClassName
{
background-color: #E74E19;
}
.BgClassName
{
background-color: #E74E19;
}
</style>
border-color css
<style>
span { border-color: #E74E19; }
span { border-color: rgb(231,78,25); }
td.TdClassName
{
border-color: #E74E19;
}
.TagClassName
{
border-color: #E74E19;
}
</style>