Shades of Persimmon #E94C16
Tints of Persimmon #E94C16
RGB
CMYK
RGB Variations
Color information
#E94C16 (or 0xE94C16) is known color: Persimmon. HEX triplet: E9, 4C and 16. RGB value is (233,76,22). Sum of RGB (Red+Green+Blue) = 233+76+22=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C16 is #16B3E9. Grayscale: #757575. Windows color (decimal): -1487850 or 1461481. OLE color: 1461481.
HSL color Cylindrical-coordinate representation of color #E94C16: hue angle of 15.36º 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 #E94C16 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.09 |
| HSL | 15.36º | 0.83% | 0.5% | - |
| HSV(B) | 15.36º | 0.91% | 0.91% | - |
| XYZ | 36.33 | 22.55 | 3.2 | - |
| YUV | 116.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 22 | 0 | 0.67 | 0.91 | 0.09 | 15.36 | 0.83 | 0.5 |
| Hex | E9 | 4C | 16 | 0 | 43 | 5B | 9 | F | 53 | 32 |
| Octal | 351 | 114 | 26 | 0 | 103 | 133 | 11 | 17 | 123 | 62 |
| Binary | 11101001 | 1001100 | 10110 | 0 | 1000011 | 1011011 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E94C16
Complementary color
Monochromatic Colors of #E94C16
Black with #E94C16
Text Example
Text Example
White with #E94C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C16; }
p { color: rgb(233,76,22); }
H1.HeaderClassName
{
color: #E94C16;
}
.AnyTagClassName
{
color: #E94C16;
}
</style>
background-color css
<style>
a { background-color: #E94C16; }
a { background-color: rgb(233,76,22); }
div.DivClassName
{
background-color: #E94C16;
}
.BgClassName
{
background-color: #E94C16;
}
</style>
border-color css
<style>
span { border-color: #E94C16; }
span { border-color: rgb(233,76,22); }
td.TdClassName
{
border-color: #E94C16;
}
.TagClassName
{
border-color: #E94C16;
}
</style>