Shades of Persimmon #E94F09
Tints of Persimmon #E94F09
RGB
CMYK
RGB Variations
Color information
#E94F09 (or 0xE94F09) is known color: Persimmon. HEX triplet: E9, 4F and 09. RGB value is (233,79,9). Sum of RGB (Red+Green+Blue) = 233+79+9=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F09 is #16B0F6. Grayscale: #757575. Windows color (decimal): -1487095 or 610281. OLE color: 610281.
HSL color Cylindrical-coordinate representation of color #E94F09: hue angle of 18.75º 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 #E94F09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.09 |
| HSL | 18.75º | 0.93% | 0.47% | - |
| HSV(B) | 18.75º | 0.96% | 0.91% | - |
| XYZ | 36.45 | 22.94 | 2.76 | - |
| YUV | 117.07 | 67.02 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 9 | 0 | 0.66 | 0.96 | 0.09 | 18.75 | 0.93 | 0.47 |
| Hex | E9 | 4F | 9 | 0 | 42 | 60 | 9 | 13 | 5D | 2F |
| Octal | 351 | 117 | 11 | 0 | 102 | 140 | 11 | 23 | 135 | 57 |
| Binary | 11101001 | 1001111 | 1001 | 0 | 1000010 | 1100000 | 1001 | 10011 | 1011101 | 101111 |
Color Harmonies of #E94F09
Complementary color
Monochromatic Colors of #E94F09
Black with #E94F09
Text Example
Text Example
White with #E94F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94F09; }
p { color: rgb(233,79,9); }
H1.HeaderClassName
{
color: #E94F09;
}
.AnyTagClassName
{
color: #E94F09;
}
</style>
background-color css
<style>
a { background-color: #E94F09; }
a { background-color: rgb(233,79,9); }
div.DivClassName
{
background-color: #E94F09;
}
.BgClassName
{
background-color: #E94F09;
}
</style>
border-color css
<style>
span { border-color: #E94F09; }
span { border-color: rgb(233,79,9); }
td.TdClassName
{
border-color: #E94F09;
}
.TagClassName
{
border-color: #E94F09;
}
</style>