Shades of Persimmon #E94A0D
Tints of Persimmon #E94A0D
RGB
CMYK
RGB Variations
Color information
#E94A0D (or 0xE94A0D) is known color: Persimmon. HEX triplet: E9, 4A and 0D. RGB value is (233,74,13). Sum of RGB (Red+Green+Blue) = 233+74+13=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A0D is #16B5F2. Grayscale: #727272. Windows color (decimal): -1488371 or 871145. OLE color: 871145.
HSL color Cylindrical-coordinate representation of color #E94A0D: hue angle of 16.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E94A0D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.09 |
| HSL | 16.64º | 0.89% | 0.48% | - |
| HSV(B) | 16.64º | 0.94% | 0.91% | - |
| XYZ | 36.13 | 22.25 | 2.77 | - |
| YUV | 114.59 | 70.68 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 13 | 0 | 0.68 | 0.94 | 0.09 | 16.64 | 0.89 | 0.48 |
| Hex | E9 | 4A | D | 0 | 44 | 5E | 9 | 11 | 59 | 30 |
| Octal | 351 | 112 | 15 | 0 | 104 | 136 | 11 | 21 | 131 | 60 |
| Binary | 11101001 | 1001010 | 1101 | 0 | 1000100 | 1011110 | 1001 | 10001 | 1011001 | 110000 |
Color Harmonies of #E94A0D
Complementary color
Monochromatic Colors of #E94A0D
Black with #E94A0D
Text Example
Text Example
White with #E94A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A0D; }
p { color: rgb(233,74,13); }
H1.HeaderClassName
{
color: #E94A0D;
}
.AnyTagClassName
{
color: #E94A0D;
}
</style>
background-color css
<style>
a { background-color: #E94A0D; }
a { background-color: rgb(233,74,13); }
div.DivClassName
{
background-color: #E94A0D;
}
.BgClassName
{
background-color: #E94A0D;
}
</style>
border-color css
<style>
span { border-color: #E94A0D; }
span { border-color: rgb(233,74,13); }
td.TdClassName
{
border-color: #E94A0D;
}
.TagClassName
{
border-color: #E94A0D;
}
</style>