Shades of Persimmon #E74D19
Tints of Persimmon #E74D19
RGB
CMYK
RGB Variations
Color information
#E74D19 (or 0xE74D19) is known color: Persimmon. HEX triplet: E7, 4D and 19. RGB value is (231,77,25). Sum of RGB (Red+Green+Blue) = 231+77+25=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74D19 is #18B2E6. Grayscale: #757575. Windows color (decimal): -1618663 or 1658343. OLE color: 1658343.
HSL color Cylindrical-coordinate representation of color #E74D19: hue angle of 15.15º 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 #E74D19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.09 |
| HSL | 15.15º | 0.81% | 0.5% | - |
| HSV(B) | 15.15º | 0.89% | 0.91% | - |
| XYZ | 35.78 | 22.37 | 3.35 | - |
| YUV | 117.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 25 | 0 | 0.67 | 0.89 | 0.09 | 15.15 | 0.81 | 0.5 |
| Hex | E7 | 4D | 19 | 0 | 43 | 59 | 9 | F | 51 | 32 |
| Octal | 347 | 115 | 31 | 0 | 103 | 131 | 11 | 17 | 121 | 62 |
| Binary | 11100111 | 1001101 | 11001 | 0 | 1000011 | 1011001 | 1001 | 1111 | 1010001 | 110010 |
Color Harmonies of #E74D19
Complementary color
Monochromatic Colors of #E74D19
Black with #E74D19
Text Example
Text Example
White with #E74D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D19; }
p { color: rgb(231,77,25); }
H1.HeaderClassName
{
color: #E74D19;
}
.AnyTagClassName
{
color: #E74D19;
}
</style>
background-color css
<style>
a { background-color: #E74D19; }
a { background-color: rgb(231,77,25); }
div.DivClassName
{
background-color: #E74D19;
}
.BgClassName
{
background-color: #E74D19;
}
</style>
border-color css
<style>
span { border-color: #E74D19; }
span { border-color: rgb(231,77,25); }
td.TdClassName
{
border-color: #E74D19;
}
.TagClassName
{
border-color: #E74D19;
}
</style>