Shades of Paris Daisy #EEED51
Tints of Paris Daisy #EEED51
RGB
CMYK
RGB Variations
Color information
#EEED51 (or 0xEEED51) is known color: Paris Daisy. HEX triplet: EE, ED and 51. RGB value is (238,237,81). Sum of RGB (Red+Green+Blue) = 238+237+81=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 81 (32.03% from 255 or 14.57% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED51 is #1112AE. Grayscale: #DCDCDC. Windows color (decimal): -1118895 or 5369326. OLE color: 5369326.
HSL color Cylindrical-coordinate representation of color #EEED51: hue angle of 59.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEED51 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 81 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.07 |
| HSL | 59.62º | 0.82% | 0.63% | - |
| HSV(B) | 59.62º | 0.66% | 0.93% | - |
| XYZ | 67.03 | 79.34 | 19.57 | - |
| YUV | 219.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 81 | 0 | 0.00 | 0.66 | 0.07 | 59.62 | 0.82 | 0.63 |
| Hex | EE | ED | 51 | 0 | 0 | 42 | 7 | 3C | 52 | 3F |
| Octal | 356 | 355 | 121 | 0 | 0 | 102 | 7 | 74 | 122 | 77 |
| Binary | 11101110 | 11101101 | 1010001 | 0 | 0 | 1000010 | 111 | 111100 | 1010010 | 111111 |
Color Harmonies of #EEED51
Complementary color
Monochromatic Colors of #EEED51
Black with #EEED51
Text Example
Text Example
White with #EEED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED51; }
p { color: rgb(238,237,81); }
H1.HeaderClassName
{
color: #EEED51;
}
.AnyTagClassName
{
color: #EEED51;
}
</style>
background-color css
<style>
a { background-color: #EEED51; }
a { background-color: rgb(238,237,81); }
div.DivClassName
{
background-color: #EEED51;
}
.BgClassName
{
background-color: #EEED51;
}
</style>
border-color css
<style>
span { border-color: #EEED51; }
span { border-color: rgb(238,237,81); }
td.TdClassName
{
border-color: #EEED51;
}
.TagClassName
{
border-color: #EEED51;
}
</style>