Shades of Persimmon #E94800
Tints of Persimmon #E94800
RGB
CMYK
RGB Variations
Color information
#E94800 (or 0xE94800) is known color: Persimmon. HEX triplet: E9, 48 and 00. RGB value is (233,72,0). Sum of RGB (Red+Green+Blue) = 233+72+0=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E94800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94800 is #16B7FF. Grayscale: #707070. Windows color (decimal): -1488896 or 18665. OLE color: 18665.
HSL color Cylindrical-coordinate representation of color #E94800: hue angle of 18.54º 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 #E94800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.09 |
| HSL | 18.54º | 1% | 0.46% | - |
| HSV(B) | 18.54º | 1% | 0.91% | - |
| XYZ | 35.92 | 21.96 | 2.35 | - |
| YUV | 111.93 | 64.84 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 0 | 0 | 0.69 | 1 | 0.09 | 18.54 | 1 | 0.46 |
| Hex | E9 | 48 | 0 | 0 | 45 | 64 | 9 | 13 | 64 | 2E |
| Octal | 351 | 110 | 0 | 0 | 105 | 144 | 11 | 23 | 144 | 56 |
| Binary | 11101001 | 1001000 | 0 | 0 | 1000101 | 1100100 | 1001 | 10011 | 1100100 | 101110 |
Color Harmonies of #E94800
Complementary color
Monochromatic Colors of #E94800
Black with #E94800
Text Example
Text Example
White with #E94800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94800; }
p { color: rgb(233,72,0); }
H1.HeaderClassName
{
color: #E94800;
}
.AnyTagClassName
{
color: #E94800;
}
</style>
background-color css
<style>
a { background-color: #E94800; }
a { background-color: rgb(233,72,0); }
div.DivClassName
{
background-color: #E94800;
}
.BgClassName
{
background-color: #E94800;
}
</style>
border-color css
<style>
span { border-color: #E94800; }
span { border-color: rgb(233,72,0); }
td.TdClassName
{
border-color: #E94800;
}
.TagClassName
{
border-color: #E94800;
}
</style>