Shades of Paris Daisy #EEF049
Tints of Paris Daisy #EEF049
RGB
CMYK
RGB Variations
Color information
#EEF049 (or 0xEEF049) is known color: Paris Daisy. HEX triplet: EE, F0 and 49. RGB value is (238,240,73). Sum of RGB (Red+Green+Blue) = 238+240+73=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 73 (28.91% from 255 or 13.25% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF049 is #110FB6. Grayscale: #DDDDDD. Windows color (decimal): -1118135 or 4845806. OLE color: 4845806.
HSL color Cylindrical-coordinate representation of color #EEF049: hue angle of 60.72º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEF049 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 73 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.06 |
| HSL | 60.72º | 0.85% | 0.61% | - |
| HSV(B) | 60.72º | 0.7% | 0.94% | - |
| XYZ | 67.62 | 80.98 | 18.37 | - |
| YUV | 220.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 73 | 0.01 | 0 | 0.70 | 0.06 | 60.72 | 0.85 | 0.61 |
| Hex | EE | F0 | 49 | 1 | 0 | 46 | 6 | 3D | 55 | 3D |
| Octal | 356 | 360 | 111 | 1 | 0 | 106 | 6 | 75 | 125 | 75 |
| Binary | 11101110 | 11110000 | 1001001 | 1 | 0 | 1000110 | 110 | 111101 | 1010101 | 111101 |
Color Harmonies of #EEF049
Complementary color
Monochromatic Colors of #EEF049
Black with #EEF049
Text Example
Text Example
White with #EEF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF049; }
p { color: rgb(238,240,73); }
H1.HeaderClassName
{
color: #EEF049;
}
.AnyTagClassName
{
color: #EEF049;
}
</style>
background-color css
<style>
a { background-color: #EEF049; }
a { background-color: rgb(238,240,73); }
div.DivClassName
{
background-color: #EEF049;
}
.BgClassName
{
background-color: #EEF049;
}
</style>
border-color css
<style>
span { border-color: #EEF049; }
span { border-color: rgb(238,240,73); }
td.TdClassName
{
border-color: #EEF049;
}
.TagClassName
{
border-color: #EEF049;
}
</style>