Shades of Persimmon #E94A09
Tints of Persimmon #E94A09
RGB
CMYK
RGB Variations
Color information
#E94A09 (or 0xE94A09) is known color: Persimmon. HEX triplet: E9, 4A and 09. RGB value is (233,74,9). Sum of RGB (Red+Green+Blue) = 233+74+9=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A09 is #16B5F6. Grayscale: #727272. Windows color (decimal): -1488375 or 609001. OLE color: 609001.
HSL color Cylindrical-coordinate representation of color #E94A09: hue angle of 17.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E94A09 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.09 |
| HSL | 17.41º | 0.93% | 0.47% | - |
| HSV(B) | 17.41º | 0.96% | 0.91% | - |
| XYZ | 36.1 | 22.24 | 2.65 | - |
| YUV | 114.13 | 68.68 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 9 | 0 | 0.68 | 0.96 | 0.09 | 17.41 | 0.93 | 0.47 |
| Hex | E9 | 4A | 9 | 0 | 44 | 60 | 9 | 11 | 5D | 2F |
| Octal | 351 | 112 | 11 | 0 | 104 | 140 | 11 | 21 | 135 | 57 |
| Binary | 11101001 | 1001010 | 1001 | 0 | 1000100 | 1100000 | 1001 | 10001 | 1011101 | 101111 |
Color Harmonies of #E94A09
Complementary color
Monochromatic Colors of #E94A09
Black with #E94A09
Text Example
Text Example
White with #E94A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A09; }
p { color: rgb(233,74,9); }
H1.HeaderClassName
{
color: #E94A09;
}
.AnyTagClassName
{
color: #E94A09;
}
</style>
background-color css
<style>
a { background-color: #E94A09; }
a { background-color: rgb(233,74,9); }
div.DivClassName
{
background-color: #E94A09;
}
.BgClassName
{
background-color: #E94A09;
}
</style>
border-color css
<style>
span { border-color: #E94A09; }
span { border-color: rgb(233,74,9); }
td.TdClassName
{
border-color: #E94A09;
}
.TagClassName
{
border-color: #E94A09;
}
</style>