Shades of Persimmon #E94D11
Tints of Persimmon #E94D11
RGB
CMYK
RGB Variations
Color information
#E94D11 (or 0xE94D11) is known color: Persimmon. HEX triplet: E9, 4D and 11. RGB value is (233,77,17). Sum of RGB (Red+Green+Blue) = 233+77+17=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D11 is #16B2EE. Grayscale: #757575. Windows color (decimal): -1487599 or 1134057. OLE color: 1134057.
HSL color Cylindrical-coordinate representation of color #E94D11: hue angle of 16.67º 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 #E94D11 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.09 |
| HSL | 16.67º | 0.86% | 0.49% | - |
| HSV(B) | 16.67º | 0.93% | 0.91% | - |
| XYZ | 36.36 | 22.67 | 2.99 | - |
| YUV | 116.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 17 | 0 | 0.67 | 0.93 | 0.09 | 16.67 | 0.86 | 0.49 |
| Hex | E9 | 4D | 11 | 0 | 43 | 5D | 9 | 11 | 56 | 31 |
| Octal | 351 | 115 | 21 | 0 | 103 | 135 | 11 | 21 | 126 | 61 |
| Binary | 11101001 | 1001101 | 10001 | 0 | 1000011 | 1011101 | 1001 | 10001 | 1010110 | 110001 |
Color Harmonies of #E94D11
Complementary color
Monochromatic Colors of #E94D11
Black with #E94D11
Text Example
Text Example
White with #E94D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D11; }
p { color: rgb(233,77,17); }
H1.HeaderClassName
{
color: #E94D11;
}
.AnyTagClassName
{
color: #E94D11;
}
</style>
background-color css
<style>
a { background-color: #E94D11; }
a { background-color: rgb(233,77,17); }
div.DivClassName
{
background-color: #E94D11;
}
.BgClassName
{
background-color: #E94D11;
}
</style>
border-color css
<style>
span { border-color: #E94D11; }
span { border-color: rgb(233,77,17); }
td.TdClassName
{
border-color: #E94D11;
}
.TagClassName
{
border-color: #E94D11;
}
</style>