Shades of Persimmon #E94C11
Tints of Persimmon #E94C11
RGB
CMYK
RGB Variations
Color information
#E94C11 (or 0xE94C11) is known color: Persimmon. HEX triplet: E9, 4C and 11. RGB value is (233,76,17). Sum of RGB (Red+Green+Blue) = 233+76+17=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C11 is #16B3EE. Grayscale: #747474. Windows color (decimal): -1487855 or 1133801. OLE color: 1133801.
HSL color Cylindrical-coordinate representation of color #E94C11: hue angle of 16.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94C11 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.09 |
| HSL | 16.39º | 0.86% | 0.49% | - |
| HSV(B) | 16.39º | 0.93% | 0.91% | - |
| XYZ | 36.29 | 22.53 | 2.97 | - |
| YUV | 116.22 | 72.01 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 17 | 0 | 0.67 | 0.93 | 0.09 | 16.39 | 0.86 | 0.49 |
| Hex | E9 | 4C | 11 | 0 | 43 | 5D | 9 | 10 | 56 | 31 |
| Octal | 351 | 114 | 21 | 0 | 103 | 135 | 11 | 20 | 126 | 61 |
| Binary | 11101001 | 1001100 | 10001 | 0 | 1000011 | 1011101 | 1001 | 10000 | 1010110 | 110001 |
Color Harmonies of #E94C11
Complementary color
Monochromatic Colors of #E94C11
Black with #E94C11
Text Example
Text Example
White with #E94C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C11; }
p { color: rgb(233,76,17); }
H1.HeaderClassName
{
color: #E94C11;
}
.AnyTagClassName
{
color: #E94C11;
}
</style>
background-color css
<style>
a { background-color: #E94C11; }
a { background-color: rgb(233,76,17); }
div.DivClassName
{
background-color: #E94C11;
}
.BgClassName
{
background-color: #E94C11;
}
</style>
border-color css
<style>
span { border-color: #E94C11; }
span { border-color: rgb(233,76,17); }
td.TdClassName
{
border-color: #E94C11;
}
.TagClassName
{
border-color: #E94C11;
}
</style>