Shades of Paris Daisy #EEF048
Tints of Paris Daisy #EEF048
RGB
CMYK
RGB Variations
Color information
#EEF048 (or 0xEEF048) is known color: Paris Daisy. HEX triplet: EE, F0 and 48. RGB value is (238,240,72). Sum of RGB (Red+Green+Blue) = 238+240+72=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF048 is #110FB7. Grayscale: #DCDCDC. Windows color (decimal): -1118136 or 4780270. OLE color: 4780270.
HSL color Cylindrical-coordinate representation of color #EEF048: hue angle of 60.71º 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 #EEF048 is Cyan = 0.01, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 72 | - |
| CMYK | 0.01 | 0 | 0.7 | 0.06 |
| HSL | 60.71º | 0.85% | 0.61% | - |
| HSV(B) | 60.71º | 0.7% | 0.94% | - |
| XYZ | 67.59 | 80.97 | 18.2 | - |
| YUV | 220.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 72 | 0.01 | 0 | 0.7 | 0.06 | 60.71 | 0.85 | 0.61 |
| Hex | EE | F0 | 48 | 1 | 0 | 46 | 6 | 3D | 55 | 3D |
| Octal | 356 | 360 | 110 | 1 | 0 | 106 | 6 | 75 | 125 | 75 |
| Binary | 11101110 | 11110000 | 1001000 | 1 | 0 | 1000110 | 110 | 111101 | 1010101 | 111101 |
Color Harmonies of #EEF048
Complementary color
Monochromatic Colors of #EEF048
Black with #EEF048
Text Example
Text Example
White with #EEF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF048; }
p { color: rgb(238,240,72); }
H1.HeaderClassName
{
color: #EEF048;
}
.AnyTagClassName
{
color: #EEF048;
}
</style>
background-color css
<style>
a { background-color: #EEF048; }
a { background-color: rgb(238,240,72); }
div.DivClassName
{
background-color: #EEF048;
}
.BgClassName
{
background-color: #EEF048;
}
</style>
border-color css
<style>
span { border-color: #EEF048; }
span { border-color: rgb(238,240,72); }
td.TdClassName
{
border-color: #EEF048;
}
.TagClassName
{
border-color: #EEF048;
}
</style>