Shades of Persimmon #EE5509
Tints of Persimmon #EE5509
RGB
CMYK
RGB Variations
Color information
#EE5509 (or 0xEE5509) is known color: Persimmon. HEX triplet: EE, 55 and 09. RGB value is (238,85,9). Sum of RGB (Red+Green+Blue) = 238+85+9=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5509 is #11AAF6. Grayscale: #7A7A7A. Windows color (decimal): -1157879 or 611822. OLE color: 611822.
HSL color Cylindrical-coordinate representation of color #EE5509: hue angle of 19.91º 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 #EE5509 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 19.91º | 0.93% | 0.48% | - |
| HSV(B) | 19.91º | 0.96% | 0.93% | - |
| XYZ | 38.56 | 24.69 | 2.99 | - |
| YUV | 122.08 | 64.19 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 9 | 0 | 0.64 | 0.96 | 0.07 | 19.91 | 0.93 | 0.48 |
| Hex | EE | 55 | 9 | 0 | 40 | 60 | 7 | 14 | 5D | 30 |
| Octal | 356 | 125 | 11 | 0 | 100 | 140 | 7 | 24 | 135 | 60 |
| Binary | 11101110 | 1010101 | 1001 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #EE5509
Complementary color
Monochromatic Colors of #EE5509
Black with #EE5509
Text Example
Text Example
White with #EE5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5509; }
p { color: rgb(238,85,9); }
H1.HeaderClassName
{
color: #EE5509;
}
.AnyTagClassName
{
color: #EE5509;
}
</style>
background-color css
<style>
a { background-color: #EE5509; }
a { background-color: rgb(238,85,9); }
div.DivClassName
{
background-color: #EE5509;
}
.BgClassName
{
background-color: #EE5509;
}
</style>
border-color css
<style>
span { border-color: #EE5509; }
span { border-color: rgb(238,85,9); }
td.TdClassName
{
border-color: #EE5509;
}
.TagClassName
{
border-color: #EE5509;
}
</style>