Shades of Persimmon #E74410
Tints of Persimmon #E74410
RGB
CMYK
RGB Variations
Color information
#E74410 (or 0xE74410) is known color: Persimmon. HEX triplet: E7, 44 and 10. RGB value is (231,68,16). Sum of RGB (Red+Green+Blue) = 231+68+16=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E74410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74410 is #18BBEF. Grayscale: #6F6F6F. Windows color (decimal): -1620976 or 1066215. OLE color: 1066215.
HSL color Cylindrical-coordinate representation of color #E74410: hue angle of 14.51º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E74410 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.09 |
| HSL | 14.51º | 0.87% | 0.48% | - |
| HSV(B) | 14.51º | 0.93% | 0.91% | - |
| XYZ | 35.12 | 21.16 | 2.72 | - |
| YUV | 110.81 | 74.5 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 16 | 0 | 0.71 | 0.93 | 0.09 | 14.51 | 0.87 | 0.48 |
| Hex | E7 | 44 | 10 | 0 | 47 | 5D | 9 | F | 57 | 30 |
| Octal | 347 | 104 | 20 | 0 | 107 | 135 | 11 | 17 | 127 | 60 |
| Binary | 11100111 | 1000100 | 10000 | 0 | 1000111 | 1011101 | 1001 | 1111 | 1010111 | 110000 |
Color Harmonies of #E74410
Complementary color
Monochromatic Colors of #E74410
Black with #E74410
Text Example
Text Example
White with #E74410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74410; }
p { color: rgb(231,68,16); }
H1.HeaderClassName
{
color: #E74410;
}
.AnyTagClassName
{
color: #E74410;
}
</style>
background-color css
<style>
a { background-color: #E74410; }
a { background-color: rgb(231,68,16); }
div.DivClassName
{
background-color: #E74410;
}
.BgClassName
{
background-color: #E74410;
}
</style>
border-color css
<style>
span { border-color: #E74410; }
span { border-color: rgb(231,68,16); }
td.TdClassName
{
border-color: #E74410;
}
.TagClassName
{
border-color: #E74410;
}
</style>