Shades of Paris Daisy #EEFE4D
Tints of Paris Daisy #EEFE4D
RGB
CMYK
RGB Variations
Color information
#EEFE4D (or 0xEEFE4D) is known color: Paris Daisy. HEX triplet: EE, FE and 4D. RGB value is (238,254,77). Sum of RGB (Red+Green+Blue) = 238+254+77=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 77 (30.47% from 255 or 13.53% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFE4D is #1101B2. Grayscale: #E5E5E5. Windows color (decimal): -1114547 or 5111534. OLE color: 5111534.
HSL color Cylindrical-coordinate representation of color #EEFE4D: hue angle of 65.42º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEFE4D is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 77 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.00 |
| HSL | 65.42º | 0.99% | 0.65% | - |
| HSV(B) | 65.42º | 0.7% | 1% | - |
| XYZ | 72.04 | 89.6 | 20.52 | - |
| YUV | 229.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 77 | 0.06 | 0 | 0.70 | 0.00 | 65.42 | 0.99 | 0.65 |
| Hex | EE | FE | 4D | 6 | 0 | 46 | 0 | 41 | 63 | 41 |
| Octal | 356 | 376 | 115 | 6 | 0 | 106 | 0 | 101 | 143 | 101 |
| Binary | 11101110 | 11111110 | 1001101 | 110 | 0 | 1000110 | 0 | 1000001 | 1100011 | 1000001 |
Color Harmonies of #EEFE4D
Complementary color
Monochromatic Colors of #EEFE4D
Black with #EEFE4D
Text Example
Text Example
White with #EEFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE4D; }
p { color: rgb(238,254,77); }
H1.HeaderClassName
{
color: #EEFE4D;
}
.AnyTagClassName
{
color: #EEFE4D;
}
</style>
background-color css
<style>
a { background-color: #EEFE4D; }
a { background-color: rgb(238,254,77); }
div.DivClassName
{
background-color: #EEFE4D;
}
.BgClassName
{
background-color: #EEFE4D;
}
</style>
border-color css
<style>
span { border-color: #EEFE4D; }
span { border-color: rgb(238,254,77); }
td.TdClassName
{
border-color: #EEFE4D;
}
.TagClassName
{
border-color: #EEFE4D;
}
</style>