Shades of Persimmon #E94D16
Tints of Persimmon #E94D16
RGB
CMYK
RGB Variations
Color information
#E94D16 (or 0xE94D16) is known color: Persimmon. HEX triplet: E9, 4D and 16. RGB value is (233,77,22). Sum of RGB (Red+Green+Blue) = 233+77+22=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D16 is #16B2E9. Grayscale: #757575. Windows color (decimal): -1487594 or 1461737. OLE color: 1461737.
HSL color Cylindrical-coordinate representation of color #E94D16: hue angle of 15.64º degrees, saturation: 0.83, 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 #E94D16 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.09 |
| HSL | 15.64º | 0.83% | 0.5% | - |
| HSV(B) | 15.64º | 0.91% | 0.91% | - |
| XYZ | 36.4 | 22.69 | 3.22 | - |
| YUV | 117.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 22 | 0 | 0.67 | 0.91 | 0.09 | 15.64 | 0.83 | 0.5 |
| Hex | E9 | 4D | 16 | 0 | 43 | 5B | 9 | 10 | 53 | 32 |
| Octal | 351 | 115 | 26 | 0 | 103 | 133 | 11 | 20 | 123 | 62 |
| Binary | 11101001 | 1001101 | 10110 | 0 | 1000011 | 1011011 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E94D16
Complementary color
Monochromatic Colors of #E94D16
Black with #E94D16
Text Example
Text Example
White with #E94D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D16; }
p { color: rgb(233,77,22); }
H1.HeaderClassName
{
color: #E94D16;
}
.AnyTagClassName
{
color: #E94D16;
}
</style>
background-color css
<style>
a { background-color: #E94D16; }
a { background-color: rgb(233,77,22); }
div.DivClassName
{
background-color: #E94D16;
}
.BgClassName
{
background-color: #E94D16;
}
</style>
border-color css
<style>
span { border-color: #E94D16; }
span { border-color: rgb(233,77,22); }
td.TdClassName
{
border-color: #E94D16;
}
.TagClassName
{
border-color: #E94D16;
}
</style>