Shades of Paris Daisy #EEF04C
Tints of Paris Daisy #EEF04C
RGB
CMYK
RGB Variations
Color information
#EEF04C (or 0xEEF04C) is known color: Paris Daisy. HEX triplet: EE, F0 and 4C. RGB value is (238,240,76). Sum of RGB (Red+Green+Blue) = 238+240+76=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF04C is #110FB3. Grayscale: #DDDDDD. Windows color (decimal): -1118132 or 5042414. OLE color: 5042414.
HSL color Cylindrical-coordinate representation of color #EEF04C: hue angle of 60.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEF04C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 76 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.06 |
| HSL | 60.73º | 0.85% | 0.62% | - |
| HSV(B) | 60.73º | 0.68% | 0.94% | - |
| XYZ | 67.72 | 81.02 | 18.91 | - |
| YUV | 220.71 | 46.34 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 76 | 0.01 | 0 | 0.68 | 0.06 | 60.73 | 0.85 | 0.62 |
| Hex | EE | F0 | 4C | 1 | 0 | 44 | 6 | 3D | 55 | 3E |
| Octal | 356 | 360 | 114 | 1 | 0 | 104 | 6 | 75 | 125 | 76 |
| Binary | 11101110 | 11110000 | 1001100 | 1 | 0 | 1000100 | 110 | 111101 | 1010101 | 111110 |
Color Harmonies of #EEF04C
Complementary color
Monochromatic Colors of #EEF04C
Black with #EEF04C
Text Example
Text Example
White with #EEF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF04C; }
p { color: rgb(238,240,76); }
H1.HeaderClassName
{
color: #EEF04C;
}
.AnyTagClassName
{
color: #EEF04C;
}
</style>
background-color css
<style>
a { background-color: #EEF04C; }
a { background-color: rgb(238,240,76); }
div.DivClassName
{
background-color: #EEF04C;
}
.BgClassName
{
background-color: #EEF04C;
}
</style>
border-color css
<style>
span { border-color: #EEF04C; }
span { border-color: rgb(238,240,76); }
td.TdClassName
{
border-color: #EEF04C;
}
.TagClassName
{
border-color: #EEF04C;
}
</style>