Shades of Persimmon #E94900
Tints of Persimmon #E94900
RGB
CMYK
RGB Variations
Color information
#E94900 (or 0xE94900) is known color: Persimmon. HEX triplet: E9, 49 and 00. RGB value is (233,73,0). Sum of RGB (Red+Green+Blue) = 233+73+0=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E94900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94900 is #16B6FF. Grayscale: #707070. Windows color (decimal): -1488640 or 18921. OLE color: 18921.
HSL color Cylindrical-coordinate representation of color #E94900: hue angle of 18.8º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.09 |
| HSL | 18.8º | 1% | 0.46% | - |
| HSV(B) | 18.8º | 1% | 0.91% | - |
| XYZ | 35.99 | 22.09 | 2.37 | - |
| YUV | 112.52 | 64.51 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 0 | 0 | 0.69 | 1 | 0.09 | 18.8 | 1 | 0.46 |
| Hex | E9 | 49 | 0 | 0 | 45 | 64 | 9 | 13 | 64 | 2E |
| Octal | 351 | 111 | 0 | 0 | 105 | 144 | 11 | 23 | 144 | 56 |
| Binary | 11101001 | 1001001 | 0 | 0 | 1000101 | 1100100 | 1001 | 10011 | 1100100 | 101110 |
Color Harmonies of #E94900
Complementary color
Monochromatic Colors of #E94900
Black with #E94900
Text Example
Text Example
White with #E94900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94900; }
p { color: rgb(233,73,0); }
H1.HeaderClassName
{
color: #E94900;
}
.AnyTagClassName
{
color: #E94900;
}
</style>
background-color css
<style>
a { background-color: #E94900; }
a { background-color: rgb(233,73,0); }
div.DivClassName
{
background-color: #E94900;
}
.BgClassName
{
background-color: #E94900;
}
</style>
border-color css
<style>
span { border-color: #E94900; }
span { border-color: rgb(233,73,0); }
td.TdClassName
{
border-color: #E94900;
}
.TagClassName
{
border-color: #E94900;
}
</style>