Shades of Paris Daisy #EEF04A
Tints of Paris Daisy #EEF04A
RGB
CMYK
RGB Variations
Color information
#EEF04A (or 0xEEF04A) is known color: Paris Daisy. HEX triplet: EE, F0 and 4A. RGB value is (238,240,74). Sum of RGB (Red+Green+Blue) = 238+240+74=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF04A is #110FB5. Grayscale: #DDDDDD. Windows color (decimal): -1118134 or 4911342. OLE color: 4911342.
HSL color Cylindrical-coordinate representation of color #EEF04A: hue angle of 60.72º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEF04A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 74 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.06 |
| HSL | 60.72º | 0.85% | 0.62% | - |
| HSV(B) | 60.72º | 0.69% | 0.94% | - |
| XYZ | 67.66 | 80.99 | 18.55 | - |
| YUV | 220.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 74 | 0.01 | 0 | 0.69 | 0.06 | 60.72 | 0.85 | 0.62 |
| Hex | EE | F0 | 4A | 1 | 0 | 45 | 6 | 3D | 55 | 3E |
| Octal | 356 | 360 | 112 | 1 | 0 | 105 | 6 | 75 | 125 | 76 |
| Binary | 11101110 | 11110000 | 1001010 | 1 | 0 | 1000101 | 110 | 111101 | 1010101 | 111110 |
Color Harmonies of #EEF04A
Complementary color
Monochromatic Colors of #EEF04A
Black with #EEF04A
Text Example
Text Example
White with #EEF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF04A; }
p { color: rgb(238,240,74); }
H1.HeaderClassName
{
color: #EEF04A;
}
.AnyTagClassName
{
color: #EEF04A;
}
</style>
background-color css
<style>
a { background-color: #EEF04A; }
a { background-color: rgb(238,240,74); }
div.DivClassName
{
background-color: #EEF04A;
}
.BgClassName
{
background-color: #EEF04A;
}
</style>
border-color css
<style>
span { border-color: #EEF04A; }
span { border-color: rgb(238,240,74); }
td.TdClassName
{
border-color: #EEF04A;
}
.TagClassName
{
border-color: #EEF04A;
}
</style>