Shades of Paris Daisy #EEED4D
Tints of Paris Daisy #EEED4D
RGB
CMYK
RGB Variations
Color information
#EEED4D (or 0xEEED4D) is known color: Paris Daisy. HEX triplet: EE, ED and 4D. RGB value is (238,237,77). Sum of RGB (Red+Green+Blue) = 238+237+77=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED4D is #1112B2. Grayscale: #DBDBDB. Windows color (decimal): -1118899 or 5107182. OLE color: 5107182.
HSL color Cylindrical-coordinate representation of color #EEED4D: hue angle of 59.63º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEED4D is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 77 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.07 |
| HSL | 59.63º | 0.83% | 0.62% | - |
| HSV(B) | 59.63º | 0.68% | 0.93% | - |
| XYZ | 66.88 | 79.28 | 18.8 | - |
| YUV | 219.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 77 | 0 | 0.00 | 0.68 | 0.07 | 59.63 | 0.83 | 0.62 |
| Hex | EE | ED | 4D | 0 | 0 | 44 | 7 | 3C | 53 | 3E |
| Octal | 356 | 355 | 115 | 0 | 0 | 104 | 7 | 74 | 123 | 76 |
| Binary | 11101110 | 11101101 | 1001101 | 0 | 0 | 1000100 | 111 | 111100 | 1010011 | 111110 |
Color Harmonies of #EEED4D
Complementary color
Monochromatic Colors of #EEED4D
Black with #EEED4D
Text Example
Text Example
White with #EEED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED4D; }
p { color: rgb(238,237,77); }
H1.HeaderClassName
{
color: #EEED4D;
}
.AnyTagClassName
{
color: #EEED4D;
}
</style>
background-color css
<style>
a { background-color: #EEED4D; }
a { background-color: rgb(238,237,77); }
div.DivClassName
{
background-color: #EEED4D;
}
.BgClassName
{
background-color: #EEED4D;
}
</style>
border-color css
<style>
span { border-color: #EEED4D; }
span { border-color: rgb(238,237,77); }
td.TdClassName
{
border-color: #EEED4D;
}
.TagClassName
{
border-color: #EEED4D;
}
</style>