Shades of Paris Daisy #EEFA4D
Tints of Paris Daisy #EEFA4D
RGB
CMYK
RGB Variations
Color information
#EEFA4D (or 0xEEFA4D) is known color: Paris Daisy. HEX triplet: EE, FA and 4D. RGB value is (238,250,77). Sum of RGB (Red+Green+Blue) = 238+250+77=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 77 (30.47% from 255 or 13.63% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFA4D is #1105B2. Grayscale: #E3E3E3. Windows color (decimal): -1115571 or 5110510. OLE color: 5110510.
HSL color Cylindrical-coordinate representation of color #EEFA4D: hue angle of 64.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEFA4D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 77 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.02 |
| HSL | 64.16º | 0.95% | 0.64% | - |
| HSV(B) | 64.16º | 0.69% | 0.98% | - |
| XYZ | 70.79 | 87.08 | 20.1 | - |
| YUV | 226.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 77 | 0.05 | 0 | 0.69 | 0.02 | 64.16 | 0.95 | 0.64 |
| Hex | EE | FA | 4D | 5 | 0 | 45 | 2 | 40 | 5F | 40 |
| Octal | 356 | 372 | 115 | 5 | 0 | 105 | 2 | 100 | 137 | 100 |
| Binary | 11101110 | 11111010 | 1001101 | 101 | 0 | 1000101 | 10 | 1000000 | 1011111 | 1000000 |
Color Harmonies of #EEFA4D
Complementary color
Monochromatic Colors of #EEFA4D
Black with #EEFA4D
Text Example
Text Example
White with #EEFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA4D; }
p { color: rgb(238,250,77); }
H1.HeaderClassName
{
color: #EEFA4D;
}
.AnyTagClassName
{
color: #EEFA4D;
}
</style>
background-color css
<style>
a { background-color: #EEFA4D; }
a { background-color: rgb(238,250,77); }
div.DivClassName
{
background-color: #EEFA4D;
}
.BgClassName
{
background-color: #EEFA4D;
}
</style>
border-color css
<style>
span { border-color: #EEFA4D; }
span { border-color: rgb(238,250,77); }
td.TdClassName
{
border-color: #EEFA4D;
}
.TagClassName
{
border-color: #EEFA4D;
}
</style>