Shades of Persimmon #E74513
Tints of Persimmon #E74513
RGB
CMYK
RGB Variations
Color information
#E74513 (or 0xE74513) is known color: Persimmon. HEX triplet: E7, 45 and 13. RGB value is (231,69,19). Sum of RGB (Red+Green+Blue) = 231+69+19=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E74513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74513 is #18BAEC. Grayscale: #707070. Windows color (decimal): -1620717 or 1263079. OLE color: 1263079.
HSL color Cylindrical-coordinate representation of color #E74513: hue angle of 14.15º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E74513 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 19 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.09 |
| HSL | 14.15º | 0.85% | 0.49% | - |
| HSV(B) | 14.15º | 0.92% | 0.91% | - |
| XYZ | 35.2 | 21.29 | 2.87 | - |
| YUV | 111.74 | 75.67 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 19 | 0 | 0.70 | 0.92 | 0.09 | 14.15 | 0.85 | 0.49 |
| Hex | E7 | 45 | 13 | 0 | 46 | 5C | 9 | E | 55 | 31 |
| Octal | 347 | 105 | 23 | 0 | 106 | 134 | 11 | 16 | 125 | 61 |
| Binary | 11100111 | 1000101 | 10011 | 0 | 1000110 | 1011100 | 1001 | 1110 | 1010101 | 110001 |
Color Harmonies of #E74513
Complementary color
Monochromatic Colors of #E74513
Black with #E74513
Text Example
Text Example
White with #E74513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74513; }
p { color: rgb(231,69,19); }
H1.HeaderClassName
{
color: #E74513;
}
.AnyTagClassName
{
color: #E74513;
}
</style>
background-color css
<style>
a { background-color: #E74513; }
a { background-color: rgb(231,69,19); }
div.DivClassName
{
background-color: #E74513;
}
.BgClassName
{
background-color: #E74513;
}
</style>
border-color css
<style>
span { border-color: #E74513; }
span { border-color: rgb(231,69,19); }
td.TdClassName
{
border-color: #E74513;
}
.TagClassName
{
border-color: #E74513;
}
</style>