Shades of Paris Daisy #EEF548
Tints of Paris Daisy #EEF548
RGB
CMYK
RGB Variations
Color information
#EEF548 (or 0xEEF548) is known color: Paris Daisy. HEX triplet: EE, F5 and 48. RGB value is (238,245,72). Sum of RGB (Red+Green+Blue) = 238+245+72=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 72 (28.52% from 255 or 12.97% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF548 is #110AB7. Grayscale: #DFDFDF. Windows color (decimal): -1116856 or 4781550. OLE color: 4781550.
HSL color Cylindrical-coordinate representation of color #EEF548: hue angle of 62.43º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEF548 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 72 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.04 |
| HSL | 62.43º | 0.9% | 0.62% | - |
| HSV(B) | 62.43º | 0.71% | 0.96% | - |
| XYZ | 69.08 | 83.95 | 18.69 | - |
| YUV | 223.19 | 42.68 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 72 | 0.03 | 0 | 0.71 | 0.04 | 62.43 | 0.9 | 0.62 |
| Hex | EE | F5 | 48 | 3 | 0 | 47 | 4 | 3E | 5A | 3E |
| Octal | 356 | 365 | 110 | 3 | 0 | 107 | 4 | 76 | 132 | 76 |
| Binary | 11101110 | 11110101 | 1001000 | 11 | 0 | 1000111 | 100 | 111110 | 1011010 | 111110 |
Color Harmonies of #EEF548
Complementary color
Monochromatic Colors of #EEF548
Black with #EEF548
Text Example
Text Example
White with #EEF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF548; }
p { color: rgb(238,245,72); }
H1.HeaderClassName
{
color: #EEF548;
}
.AnyTagClassName
{
color: #EEF548;
}
</style>
background-color css
<style>
a { background-color: #EEF548; }
a { background-color: rgb(238,245,72); }
div.DivClassName
{
background-color: #EEF548;
}
.BgClassName
{
background-color: #EEF548;
}
</style>
border-color css
<style>
span { border-color: #EEF548; }
span { border-color: rgb(238,245,72); }
td.TdClassName
{
border-color: #EEF548;
}
.TagClassName
{
border-color: #EEF548;
}
</style>