Shades of Paris Daisy #EEFF4D
Tints of Paris Daisy #EEFF4D
RGB
CMYK
RGB Variations
Color information
#EEFF4D (or 0xEEFF4D) is known color: Paris Daisy. HEX triplet: EE, FF and 4D. RGB value is (238,255,77). Sum of RGB (Red+Green+Blue) = 238+255+77=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 77 (30.47% from 255 or 13.51% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF4D is #1100B2. Grayscale: #E6E6E6. Windows color (decimal): -1114291 or 5111790. OLE color: 5111790.
HSL color Cylindrical-coordinate representation of color #EEFF4D: hue angle of 65.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEFF4D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 77 | - |
| CMYK | 0.07 | 0 | 0.70 | 0 |
| HSL | 65.73º | 1% | 0.65% | - |
| HSV(B) | 65.73º | 0.7% | 1% | - |
| XYZ | 72.36 | 90.23 | 20.62 | - |
| YUV | 229.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 77 | 0.07 | 0 | 0.70 | 0 | 65.73 | 1 | 0.65 |
| Hex | EE | FF | 4D | 7 | 0 | 46 | 0 | 42 | 64 | 41 |
| Octal | 356 | 377 | 115 | 7 | 0 | 106 | 0 | 102 | 144 | 101 |
| Binary | 11101110 | 11111111 | 1001101 | 111 | 0 | 1000110 | 0 | 1000010 | 1100100 | 1000001 |
Color Harmonies of #EEFF4D
Complementary color
Monochromatic Colors of #EEFF4D
Black with #EEFF4D
Text Example
Text Example
White with #EEFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF4D; }
p { color: rgb(238,255,77); }
H1.HeaderClassName
{
color: #EEFF4D;
}
.AnyTagClassName
{
color: #EEFF4D;
}
</style>
background-color css
<style>
a { background-color: #EEFF4D; }
a { background-color: rgb(238,255,77); }
div.DivClassName
{
background-color: #EEFF4D;
}
.BgClassName
{
background-color: #EEFF4D;
}
</style>
border-color css
<style>
span { border-color: #EEFF4D; }
span { border-color: rgb(238,255,77); }
td.TdClassName
{
border-color: #EEFF4D;
}
.TagClassName
{
border-color: #EEFF4D;
}
</style>