Shades of Paris Daisy #EEF04B
Tints of Paris Daisy #EEF04B
RGB
CMYK
RGB Variations
Color information
#EEF04B (or 0xEEF04B) is known color: Paris Daisy. HEX triplet: EE, F0 and 4B. RGB value is (238,240,75). Sum of RGB (Red+Green+Blue) = 238+240+75=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 75 (29.69% from 255 or 13.56% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF04B is #110FB4. Grayscale: #DDDDDD. Windows color (decimal): -1118133 or 4976878. OLE color: 4976878.
HSL color Cylindrical-coordinate representation of color #EEF04B: 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.69%. Process color model (Four color, CMYK) of #EEF04B is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 75 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.06 |
| HSL | 60.73º | 0.85% | 0.62% | - |
| HSV(B) | 60.73º | 0.69% | 0.94% | - |
| XYZ | 67.69 | 81.01 | 18.72 | - |
| YUV | 220.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 75 | 0.01 | 0 | 0.69 | 0.06 | 60.73 | 0.85 | 0.62 |
| Hex | EE | F0 | 4B | 1 | 0 | 45 | 6 | 3D | 55 | 3E |
| Octal | 356 | 360 | 113 | 1 | 0 | 105 | 6 | 75 | 125 | 76 |
| Binary | 11101110 | 11110000 | 1001011 | 1 | 0 | 1000101 | 110 | 111101 | 1010101 | 111110 |
Color Harmonies of #EEF04B
Complementary color
Monochromatic Colors of #EEF04B
Black with #EEF04B
Text Example
Text Example
White with #EEF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF04B; }
p { color: rgb(238,240,75); }
H1.HeaderClassName
{
color: #EEF04B;
}
.AnyTagClassName
{
color: #EEF04B;
}
</style>
background-color css
<style>
a { background-color: #EEF04B; }
a { background-color: rgb(238,240,75); }
div.DivClassName
{
background-color: #EEF04B;
}
.BgClassName
{
background-color: #EEF04B;
}
</style>
border-color css
<style>
span { border-color: #EEF04B; }
span { border-color: rgb(238,240,75); }
td.TdClassName
{
border-color: #EEF04B;
}
.TagClassName
{
border-color: #EEF04B;
}
</style>