Shades of Persimmon #E94A04
Tints of Persimmon #E94A04
RGB
CMYK
RGB Variations
Color information
#E94A04 (or 0xE94A04) is known color: Persimmon. HEX triplet: E9, 4A and 04. RGB value is (233,74,4). Sum of RGB (Red+Green+Blue) = 233+74+4=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A04 is #16B5FB. Grayscale: #717171. Windows color (decimal): -1488380 or 281321. OLE color: 281321.
HSL color Cylindrical-coordinate representation of color #E94A04: hue angle of 18.34º 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 #E94A04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.09 |
| HSL | 18.34º | 0.97% | 0.46% | - |
| HSV(B) | 18.34º | 0.98% | 0.91% | - |
| XYZ | 36.07 | 22.23 | 2.5 | - |
| YUV | 113.56 | 66.18 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 4 | 0 | 0.68 | 0.98 | 0.09 | 18.34 | 0.97 | 0.46 |
| Hex | E9 | 4A | 4 | 0 | 44 | 62 | 9 | 12 | 61 | 2E |
| Octal | 351 | 112 | 4 | 0 | 104 | 142 | 11 | 22 | 141 | 56 |
| Binary | 11101001 | 1001010 | 100 | 0 | 1000100 | 1100010 | 1001 | 10010 | 1100001 | 101110 |
Color Harmonies of #E94A04
Complementary color
Monochromatic Colors of #E94A04
Black with #E94A04
Text Example
Text Example
White with #E94A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A04; }
p { color: rgb(233,74,4); }
H1.HeaderClassName
{
color: #E94A04;
}
.AnyTagClassName
{
color: #E94A04;
}
</style>
background-color css
<style>
a { background-color: #E94A04; }
a { background-color: rgb(233,74,4); }
div.DivClassName
{
background-color: #E94A04;
}
.BgClassName
{
background-color: #E94A04;
}
</style>
border-color css
<style>
span { border-color: #E94A04; }
span { border-color: rgb(233,74,4); }
td.TdClassName
{
border-color: #E94A04;
}
.TagClassName
{
border-color: #E94A04;
}
</style>