Shades of Persimmon #E94610
Tints of Persimmon #E94610
RGB
CMYK
RGB Variations
Color information
#E94610 (or 0xE94610) is known color: Persimmon. HEX triplet: E9, 46 and 10. RGB value is (233,70,16). Sum of RGB (Red+Green+Blue) = 233+70+16=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E94610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94610 is #16B9EF. Grayscale: #707070. Windows color (decimal): -1489392 or 1066729. OLE color: 1066729.
HSL color Cylindrical-coordinate representation of color #E94610: hue angle of 14.93º 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 #E94610 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.09 |
| HSL | 14.93º | 0.87% | 0.49% | - |
| HSV(B) | 14.93º | 0.93% | 0.91% | - |
| XYZ | 35.89 | 21.74 | 2.8 | - |
| YUV | 112.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 16 | 0 | 0.70 | 0.93 | 0.09 | 14.93 | 0.87 | 0.49 |
| Hex | E9 | 46 | 10 | 0 | 46 | 5D | 9 | F | 57 | 31 |
| Octal | 351 | 106 | 20 | 0 | 106 | 135 | 11 | 17 | 127 | 61 |
| Binary | 11101001 | 1000110 | 10000 | 0 | 1000110 | 1011101 | 1001 | 1111 | 1010111 | 110001 |
Color Harmonies of #E94610
Complementary color
Monochromatic Colors of #E94610
Black with #E94610
Text Example
Text Example
White with #E94610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94610; }
p { color: rgb(233,70,16); }
H1.HeaderClassName
{
color: #E94610;
}
.AnyTagClassName
{
color: #E94610;
}
</style>
background-color css
<style>
a { background-color: #E94610; }
a { background-color: rgb(233,70,16); }
div.DivClassName
{
background-color: #E94610;
}
.BgClassName
{
background-color: #E94610;
}
</style>
border-color css
<style>
span { border-color: #E94610; }
span { border-color: rgb(233,70,16); }
td.TdClassName
{
border-color: #E94610;
}
.TagClassName
{
border-color: #E94610;
}
</style>