Shades of Persimmon #EE5506
Tints of Persimmon #EE5506
RGB
CMYK
RGB Variations
Color information
#EE5506 (or 0xEE5506) is known color: Persimmon. HEX triplet: EE, 55 and 06. RGB value is (238,85,6). Sum of RGB (Red+Green+Blue) = 238+85+6=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5506 is #11AAF9. Grayscale: #7A7A7A. Windows color (decimal): -1157882 or 415214. OLE color: 415214.
HSL color Cylindrical-coordinate representation of color #EE5506: hue angle of 20.43º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE5506 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.07 |
| HSL | 20.43º | 0.95% | 0.48% | - |
| HSV(B) | 20.43º | 0.97% | 0.93% | - |
| XYZ | 38.54 | 24.69 | 2.91 | - |
| YUV | 121.74 | 62.69 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 6 | 0 | 0.64 | 0.97 | 0.07 | 20.43 | 0.95 | 0.48 |
| Hex | EE | 55 | 6 | 0 | 40 | 61 | 7 | 14 | 5F | 30 |
| Octal | 356 | 125 | 6 | 0 | 100 | 141 | 7 | 24 | 137 | 60 |
| Binary | 11101110 | 1010101 | 110 | 0 | 1000000 | 1100001 | 111 | 10100 | 1011111 | 110000 |
Color Harmonies of #EE5506
Complementary color
Monochromatic Colors of #EE5506
Black with #EE5506
Text Example
Text Example
White with #EE5506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5506; }
p { color: rgb(238,85,6); }
H1.HeaderClassName
{
color: #EE5506;
}
.AnyTagClassName
{
color: #EE5506;
}
</style>
background-color css
<style>
a { background-color: #EE5506; }
a { background-color: rgb(238,85,6); }
div.DivClassName
{
background-color: #EE5506;
}
.BgClassName
{
background-color: #EE5506;
}
</style>
border-color css
<style>
span { border-color: #EE5506; }
span { border-color: rgb(238,85,6); }
td.TdClassName
{
border-color: #EE5506;
}
.TagClassName
{
border-color: #EE5506;
}
</style>