Shades of Paris Daisy #EEF949
Tints of Paris Daisy #EEF949
RGB
CMYK
RGB Variations
Color information
#EEF949 (or 0xEEF949) is known color: Paris Daisy. HEX triplet: EE, F9 and 49. RGB value is (238,249,73). Sum of RGB (Red+Green+Blue) = 238+249+73=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 73 (28.91% from 255 or 13.04% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF949 is #1106B6. Grayscale: #E2E2E2. Windows color (decimal): -1115831 or 4848110. OLE color: 4848110.
HSL color Cylindrical-coordinate representation of color #EEF949: hue angle of 63.75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEF949 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 73 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.02 |
| HSL | 63.75º | 0.94% | 0.63% | - |
| HSV(B) | 63.75º | 0.71% | 0.98% | - |
| XYZ | 70.34 | 86.41 | 19.27 | - |
| YUV | 225.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 73 | 0.04 | 0 | 0.71 | 0.02 | 63.75 | 0.94 | 0.63 |
| Hex | EE | F9 | 49 | 4 | 0 | 47 | 2 | 40 | 5E | 3F |
| Octal | 356 | 371 | 111 | 4 | 0 | 107 | 2 | 100 | 136 | 77 |
| Binary | 11101110 | 11111001 | 1001001 | 100 | 0 | 1000111 | 10 | 1000000 | 1011110 | 111111 |
Color Harmonies of #EEF949
Complementary color
Monochromatic Colors of #EEF949
Black with #EEF949
Text Example
Text Example
White with #EEF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF949; }
p { color: rgb(238,249,73); }
H1.HeaderClassName
{
color: #EEF949;
}
.AnyTagClassName
{
color: #EEF949;
}
</style>
background-color css
<style>
a { background-color: #EEF949; }
a { background-color: rgb(238,249,73); }
div.DivClassName
{
background-color: #EEF949;
}
.BgClassName
{
background-color: #EEF949;
}
</style>
border-color css
<style>
span { border-color: #EEF949; }
span { border-color: rgb(238,249,73); }
td.TdClassName
{
border-color: #EEF949;
}
.TagClassName
{
border-color: #EEF949;
}
</style>