Shades of Persimmon #E74F10
Tints of Persimmon #E74F10
RGB
CMYK
RGB Variations
Color information
#E74F10 (or 0xE74F10) is known color: Persimmon. HEX triplet: E7, 4F and 10. RGB value is (231,79,16). Sum of RGB (Red+Green+Blue) = 231+79+16=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F10 is #18B0EF. Grayscale: #757575. Windows color (decimal): -1618160 or 1069031. OLE color: 1069031.
HSL color Cylindrical-coordinate representation of color #E74F10: hue angle of 17.58º 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 #E74F10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.09 |
| HSL | 17.58º | 0.87% | 0.48% | - |
| HSV(B) | 17.58º | 0.93% | 0.91% | - |
| XYZ | 35.84 | 22.62 | 2.97 | - |
| YUV | 117.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 16 | 0 | 0.66 | 0.93 | 0.09 | 17.58 | 0.87 | 0.48 |
| Hex | E7 | 4F | 10 | 0 | 42 | 5D | 9 | 12 | 57 | 30 |
| Octal | 347 | 117 | 20 | 0 | 102 | 135 | 11 | 22 | 127 | 60 |
| Binary | 11100111 | 1001111 | 10000 | 0 | 1000010 | 1011101 | 1001 | 10010 | 1010111 | 110000 |
Color Harmonies of #E74F10
Complementary color
Monochromatic Colors of #E74F10
Black with #E74F10
Text Example
Text Example
White with #E74F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F10; }
p { color: rgb(231,79,16); }
H1.HeaderClassName
{
color: #E74F10;
}
.AnyTagClassName
{
color: #E74F10;
}
</style>
background-color css
<style>
a { background-color: #E74F10; }
a { background-color: rgb(231,79,16); }
div.DivClassName
{
background-color: #E74F10;
}
.BgClassName
{
background-color: #E74F10;
}
</style>
border-color css
<style>
span { border-color: #E74F10; }
span { border-color: rgb(231,79,16); }
td.TdClassName
{
border-color: #E74F10;
}
.TagClassName
{
border-color: #E74F10;
}
</style>