Shades of Paris Daisy #EEED45
Tints of Paris Daisy #EEED45
RGB
CMYK
RGB Variations
Color information
#EEED45 (or 0xEEED45) is known color: Paris Daisy. HEX triplet: EE, ED and 45. RGB value is (238,237,69). Sum of RGB (Red+Green+Blue) = 238+237+69=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED45 is #1112BA. Grayscale: #DADADA. Windows color (decimal): -1118907 or 4582894. OLE color: 4582894.
HSL color Cylindrical-coordinate representation of color #EEED45: hue angle of 59.64º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEED45 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 69 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.07 |
| HSL | 59.64º | 0.83% | 0.6% | - |
| HSV(B) | 59.64º | 0.71% | 0.93% | - |
| XYZ | 66.62 | 79.18 | 17.4 | - |
| YUV | 218.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 69 | 0 | 0.00 | 0.71 | 0.07 | 59.64 | 0.83 | 0.6 |
| Hex | EE | ED | 45 | 0 | 0 | 47 | 7 | 3C | 53 | 3C |
| Octal | 356 | 355 | 105 | 0 | 0 | 107 | 7 | 74 | 123 | 74 |
| Binary | 11101110 | 11101101 | 1000101 | 0 | 0 | 1000111 | 111 | 111100 | 1010011 | 111100 |
Color Harmonies of #EEED45
Complementary color
Monochromatic Colors of #EEED45
Black with #EEED45
Text Example
Text Example
White with #EEED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED45; }
p { color: rgb(238,237,69); }
H1.HeaderClassName
{
color: #EEED45;
}
.AnyTagClassName
{
color: #EEED45;
}
</style>
background-color css
<style>
a { background-color: #EEED45; }
a { background-color: rgb(238,237,69); }
div.DivClassName
{
background-color: #EEED45;
}
.BgClassName
{
background-color: #EEED45;
}
</style>
border-color css
<style>
span { border-color: #EEED45; }
span { border-color: rgb(238,237,69); }
td.TdClassName
{
border-color: #EEED45;
}
.TagClassName
{
border-color: #EEED45;
}
</style>