Shades of Persimmon #E94D04
Tints of Persimmon #E94D04
RGB
CMYK
RGB Variations
Color information
#E94D04 (or 0xE94D04) is known color: Persimmon. HEX triplet: E9, 4D and 04. RGB value is (233,77,4). Sum of RGB (Red+Green+Blue) = 233+77+4=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D04 is #16B2FB. Grayscale: #737373. Windows color (decimal): -1487612 or 282089. OLE color: 282089.
HSL color Cylindrical-coordinate representation of color #E94D04: hue angle of 19.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E94D04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.09 |
| HSL | 19.13º | 0.97% | 0.46% | - |
| HSV(B) | 19.13º | 0.98% | 0.91% | - |
| XYZ | 36.28 | 22.64 | 2.57 | - |
| YUV | 115.32 | 65.18 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 4 | 0 | 0.67 | 0.98 | 0.09 | 19.13 | 0.97 | 0.46 |
| Hex | E9 | 4D | 4 | 0 | 43 | 62 | 9 | 13 | 61 | 2E |
| Octal | 351 | 115 | 4 | 0 | 103 | 142 | 11 | 23 | 141 | 56 |
| Binary | 11101001 | 1001101 | 100 | 0 | 1000011 | 1100010 | 1001 | 10011 | 1100001 | 101110 |
Color Harmonies of #E94D04
Complementary color
Monochromatic Colors of #E94D04
Black with #E94D04
Text Example
Text Example
White with #E94D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D04; }
p { color: rgb(233,77,4); }
H1.HeaderClassName
{
color: #E94D04;
}
.AnyTagClassName
{
color: #E94D04;
}
</style>
background-color css
<style>
a { background-color: #E94D04; }
a { background-color: rgb(233,77,4); }
div.DivClassName
{
background-color: #E94D04;
}
.BgClassName
{
background-color: #E94D04;
}
</style>
border-color css
<style>
span { border-color: #E94D04; }
span { border-color: rgb(233,77,4); }
td.TdClassName
{
border-color: #E94D04;
}
.TagClassName
{
border-color: #E94D04;
}
</style>