Shades of Persimmon #E94C04
Tints of Persimmon #E94C04
RGB
CMYK
RGB Variations
Color information
#E94C04 (or 0xE94C04) is known color: Persimmon. HEX triplet: E9, 4C and 04. RGB value is (233,76,4). Sum of RGB (Red+Green+Blue) = 233+76+4=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C04 is #16B3FB. Grayscale: #737373. Windows color (decimal): -1487868 or 281833. OLE color: 281833.
HSL color Cylindrical-coordinate representation of color #E94C04: hue angle of 18.86º 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 #E94C04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.09 |
| HSL | 18.86º | 0.97% | 0.46% | - |
| HSV(B) | 18.86º | 0.98% | 0.91% | - |
| XYZ | 36.21 | 22.5 | 2.55 | - |
| YUV | 114.74 | 65.51 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 4 | 0 | 0.67 | 0.98 | 0.09 | 18.86 | 0.97 | 0.46 |
| Hex | E9 | 4C | 4 | 0 | 43 | 62 | 9 | 13 | 61 | 2E |
| Octal | 351 | 114 | 4 | 0 | 103 | 142 | 11 | 23 | 141 | 56 |
| Binary | 11101001 | 1001100 | 100 | 0 | 1000011 | 1100010 | 1001 | 10011 | 1100001 | 101110 |
Color Harmonies of #E94C04
Complementary color
Monochromatic Colors of #E94C04
Black with #E94C04
Text Example
Text Example
White with #E94C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C04; }
p { color: rgb(233,76,4); }
H1.HeaderClassName
{
color: #E94C04;
}
.AnyTagClassName
{
color: #E94C04;
}
</style>
background-color css
<style>
a { background-color: #E94C04; }
a { background-color: rgb(233,76,4); }
div.DivClassName
{
background-color: #E94C04;
}
.BgClassName
{
background-color: #E94C04;
}
</style>
border-color css
<style>
span { border-color: #E94C04; }
span { border-color: rgb(233,76,4); }
td.TdClassName
{
border-color: #E94C04;
}
.TagClassName
{
border-color: #E94C04;
}
</style>