Shades of Persimmon #E94C10
Tints of Persimmon #E94C10
RGB
CMYK
RGB Variations
Color information
#E94C10 (or 0xE94C10) is known color: Persimmon. HEX triplet: E9, 4C and 10. RGB value is (233,76,16). Sum of RGB (Red+Green+Blue) = 233+76+16=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C10 is #16B3EF. Grayscale: #747474. Windows color (decimal): -1487856 or 1068265. OLE color: 1068265.
HSL color Cylindrical-coordinate representation of color #E94C10: hue angle of 16.59º degrees, saturation: 0.87, 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 #E94C10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.09 |
| HSL | 16.59º | 0.87% | 0.49% | - |
| HSV(B) | 16.59º | 0.93% | 0.91% | - |
| XYZ | 36.28 | 22.53 | 2.93 | - |
| YUV | 116.1 | 71.51 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 16 | 0 | 0.67 | 0.93 | 0.09 | 16.59 | 0.87 | 0.49 |
| Hex | E9 | 4C | 10 | 0 | 43 | 5D | 9 | 11 | 57 | 31 |
| Octal | 351 | 114 | 20 | 0 | 103 | 135 | 11 | 21 | 127 | 61 |
| Binary | 11101001 | 1001100 | 10000 | 0 | 1000011 | 1011101 | 1001 | 10001 | 1010111 | 110001 |
Color Harmonies of #E94C10
Complementary color
Monochromatic Colors of #E94C10
Black with #E94C10
Text Example
Text Example
White with #E94C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C10; }
p { color: rgb(233,76,16); }
H1.HeaderClassName
{
color: #E94C10;
}
.AnyTagClassName
{
color: #E94C10;
}
</style>
background-color css
<style>
a { background-color: #E94C10; }
a { background-color: rgb(233,76,16); }
div.DivClassName
{
background-color: #E94C10;
}
.BgClassName
{
background-color: #E94C10;
}
</style>
border-color css
<style>
span { border-color: #E94C10; }
span { border-color: rgb(233,76,16); }
td.TdClassName
{
border-color: #E94C10;
}
.TagClassName
{
border-color: #E94C10;
}
</style>