Shades of Paris Daisy #EEED55
Tints of Paris Daisy #EEED55
RGB
CMYK
RGB Variations
Color information
#EEED55 (or 0xEEED55) is known color: Paris Daisy. HEX triplet: EE, ED and 55. RGB value is (238,237,85). Sum of RGB (Red+Green+Blue) = 238+237+85=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 85 (33.59% from 255 or 15.18% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED55 is #1112AA. Grayscale: #DCDCDC. Windows color (decimal): -1118891 or 5631470. OLE color: 5631470.
HSL color Cylindrical-coordinate representation of color #EEED55: hue angle of 59.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEED55 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 85 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.07 |
| HSL | 59.61º | 0.82% | 0.63% | - |
| HSV(B) | 59.61º | 0.64% | 0.93% | - |
| XYZ | 67.18 | 79.4 | 20.38 | - |
| YUV | 219.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 85 | 0 | 0.00 | 0.64 | 0.07 | 59.61 | 0.82 | 0.63 |
| Hex | EE | ED | 55 | 0 | 0 | 40 | 7 | 3C | 52 | 3F |
| Octal | 356 | 355 | 125 | 0 | 0 | 100 | 7 | 74 | 122 | 77 |
| Binary | 11101110 | 11101101 | 1010101 | 0 | 0 | 1000000 | 111 | 111100 | 1010010 | 111111 |
Color Harmonies of #EEED55
Complementary color
Monochromatic Colors of #EEED55
Black with #EEED55
Text Example
Text Example
White with #EEED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED55; }
p { color: rgb(238,237,85); }
H1.HeaderClassName
{
color: #EEED55;
}
.AnyTagClassName
{
color: #EEED55;
}
</style>
background-color css
<style>
a { background-color: #EEED55; }
a { background-color: rgb(238,237,85); }
div.DivClassName
{
background-color: #EEED55;
}
.BgClassName
{
background-color: #EEED55;
}
</style>
border-color css
<style>
span { border-color: #EEED55; }
span { border-color: rgb(238,237,85); }
td.TdClassName
{
border-color: #EEED55;
}
.TagClassName
{
border-color: #EEED55;
}
</style>