Shades of Persimmon #E94714
Tints of Persimmon #E94714
RGB
CMYK
RGB Variations
Color information
#E94714 (or 0xE94714) is known color: Persimmon. HEX triplet: E9, 47 and 14. RGB value is (233,71,20). Sum of RGB (Red+Green+Blue) = 233+71+20=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94714 is #16B8EB. Grayscale: #717171. Windows color (decimal): -1489132 or 1329129. OLE color: 1329129.
HSL color Cylindrical-coordinate representation of color #E94714: hue angle of 14.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E94714 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.09 |
| HSL | 14.37º | 0.84% | 0.5% | - |
| HSV(B) | 14.37º | 0.91% | 0.91% | - |
| XYZ | 35.98 | 21.88 | 2.99 | - |
| YUV | 113.62 | 75.17 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 20 | 0 | 0.70 | 0.91 | 0.09 | 14.37 | 0.84 | 0.5 |
| Hex | E9 | 47 | 14 | 0 | 46 | 5B | 9 | E | 54 | 32 |
| Octal | 351 | 107 | 24 | 0 | 106 | 133 | 11 | 16 | 124 | 62 |
| Binary | 11101001 | 1000111 | 10100 | 0 | 1000110 | 1011011 | 1001 | 1110 | 1010100 | 110010 |
Color Harmonies of #E94714
Complementary color
Monochromatic Colors of #E94714
Black with #E94714
Text Example
Text Example
White with #E94714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94714; }
p { color: rgb(233,71,20); }
H1.HeaderClassName
{
color: #E94714;
}
.AnyTagClassName
{
color: #E94714;
}
</style>
background-color css
<style>
a { background-color: #E94714; }
a { background-color: rgb(233,71,20); }
div.DivClassName
{
background-color: #E94714;
}
.BgClassName
{
background-color: #E94714;
}
</style>
border-color css
<style>
span { border-color: #E94714; }
span { border-color: rgb(233,71,20); }
td.TdClassName
{
border-color: #E94714;
}
.TagClassName
{
border-color: #E94714;
}
</style>