Shades of Persimmon #E94400
Tints of Persimmon #E94400
RGB
CMYK
RGB Variations
Color information
#E94400 (or 0xE94400) is known color: Persimmon. HEX triplet: E9, 44 and 00. RGB value is (233,68,0). Sum of RGB (Red+Green+Blue) = 233+68+0=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E94400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94400 is #16BBFF. Grayscale: #6E6E6E. Windows color (decimal): -1489920 or 17641. OLE color: 17641.
HSL color Cylindrical-coordinate representation of color #E94400: hue angle of 17.51º 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 #E94400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 68 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.09 |
| HSL | 17.51º | 1% | 0.46% | - |
| HSV(B) | 17.51º | 1% | 0.91% | - |
| XYZ | 35.67 | 21.46 | 2.26 | - |
| YUV | 109.58 | 66.16 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 68 | 0 | 0 | 0.71 | 1 | 0.09 | 17.51 | 1 | 0.46 |
| Hex | E9 | 44 | 0 | 0 | 47 | 64 | 9 | 12 | 64 | 2E |
| Octal | 351 | 104 | 0 | 0 | 107 | 144 | 11 | 22 | 144 | 56 |
| Binary | 11101001 | 1000100 | 0 | 0 | 1000111 | 1100100 | 1001 | 10010 | 1100100 | 101110 |
Color Harmonies of #E94400
Complementary color
Monochromatic Colors of #E94400
Black with #E94400
Text Example
Text Example
White with #E94400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94400; }
p { color: rgb(233,68,0); }
H1.HeaderClassName
{
color: #E94400;
}
.AnyTagClassName
{
color: #E94400;
}
</style>
background-color css
<style>
a { background-color: #E94400; }
a { background-color: rgb(233,68,0); }
div.DivClassName
{
background-color: #E94400;
}
.BgClassName
{
background-color: #E94400;
}
</style>
border-color css
<style>
span { border-color: #E94400; }
span { border-color: rgb(233,68,0); }
td.TdClassName
{
border-color: #E94400;
}
.TagClassName
{
border-color: #E94400;
}
</style>