Shades of Persimmon #EE4E09
Tints of Persimmon #EE4E09
RGB
CMYK
RGB Variations
Color information
#EE4E09 (or 0xEE4E09) is known color: Persimmon. HEX triplet: EE, 4E and 09. RGB value is (238,78,9). Sum of RGB (Red+Green+Blue) = 238+78+9=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E09 is #11B1F6. Grayscale: #767676. Windows color (decimal): -1159671 or 610030. OLE color: 610030.
HSL color Cylindrical-coordinate representation of color #EE4E09: hue angle of 18.08º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE4E09 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.07 |
| HSL | 18.08º | 0.93% | 0.48% | - |
| HSV(B) | 18.08º | 0.96% | 0.93% | - |
| XYZ | 38.03 | 23.65 | 2.82 | - |
| YUV | 117.97 | 66.51 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 9 | 0 | 0.67 | 0.96 | 0.07 | 18.08 | 0.93 | 0.48 |
| Hex | EE | 4E | 9 | 0 | 43 | 60 | 7 | 12 | 5D | 30 |
| Octal | 356 | 116 | 11 | 0 | 103 | 140 | 7 | 22 | 135 | 60 |
| Binary | 11101110 | 1001110 | 1001 | 0 | 1000011 | 1100000 | 111 | 10010 | 1011101 | 110000 |
Color Harmonies of #EE4E09
Complementary color
Monochromatic Colors of #EE4E09
Black with #EE4E09
Text Example
Text Example
White with #EE4E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E09; }
p { color: rgb(238,78,9); }
H1.HeaderClassName
{
color: #EE4E09;
}
.AnyTagClassName
{
color: #EE4E09;
}
</style>
background-color css
<style>
a { background-color: #EE4E09; }
a { background-color: rgb(238,78,9); }
div.DivClassName
{
background-color: #EE4E09;
}
.BgClassName
{
background-color: #EE4E09;
}
</style>
border-color css
<style>
span { border-color: #EE4E09; }
span { border-color: rgb(238,78,9); }
td.TdClassName
{
border-color: #EE4E09;
}
.TagClassName
{
border-color: #EE4E09;
}
</style>