Shades of Persimmon #EE4A09
Tints of Persimmon #EE4A09
RGB
CMYK
RGB Variations
Color information
#EE4A09 (or 0xEE4A09) is known color: Persimmon. HEX triplet: EE, 4A and 09. RGB value is (238,74,9). Sum of RGB (Red+Green+Blue) = 238+74+9=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4A09 is #11B5F6. Grayscale: #747474. Windows color (decimal): -1160695 or 609006. OLE color: 609006.
HSL color Cylindrical-coordinate representation of color #EE4A09: hue angle of 17.03º 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 #EE4A09 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.07 |
| HSL | 17.03º | 0.93% | 0.48% | - |
| HSV(B) | 17.03º | 0.96% | 0.93% | - |
| XYZ | 37.76 | 23.09 | 2.73 | - |
| YUV | 115.63 | 67.83 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 9 | 0 | 0.69 | 0.96 | 0.07 | 17.03 | 0.93 | 0.48 |
| Hex | EE | 4A | 9 | 0 | 45 | 60 | 7 | 11 | 5D | 30 |
| Octal | 356 | 112 | 11 | 0 | 105 | 140 | 7 | 21 | 135 | 60 |
| Binary | 11101110 | 1001010 | 1001 | 0 | 1000101 | 1100000 | 111 | 10001 | 1011101 | 110000 |
Color Harmonies of #EE4A09
Complementary color
Monochromatic Colors of #EE4A09
Black with #EE4A09
Text Example
Text Example
White with #EE4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A09; }
p { color: rgb(238,74,9); }
H1.HeaderClassName
{
color: #EE4A09;
}
.AnyTagClassName
{
color: #EE4A09;
}
</style>
background-color css
<style>
a { background-color: #EE4A09; }
a { background-color: rgb(238,74,9); }
div.DivClassName
{
background-color: #EE4A09;
}
.BgClassName
{
background-color: #EE4A09;
}
</style>
border-color css
<style>
span { border-color: #EE4A09; }
span { border-color: rgb(238,74,9); }
td.TdClassName
{
border-color: #EE4A09;
}
.TagClassName
{
border-color: #EE4A09;
}
</style>