Shades of Paris Daisy #EEF94E
Tints of Paris Daisy #EEF94E
RGB
CMYK
RGB Variations
Color information
#EEF94E (or 0xEEF94E) is known color: Paris Daisy. HEX triplet: EE, F9 and 4E. RGB value is (238,249,78). Sum of RGB (Red+Green+Blue) = 238+249+78=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 78 (30.86% from 255 or 13.81% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF94E is #1106B1. Grayscale: #E2E2E2. Windows color (decimal): -1115826 or 5175790. OLE color: 5175790.
HSL color Cylindrical-coordinate representation of color #EEF94E: hue angle of 63.86º degrees, saturation: 0.93, 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 #EEF94E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 78 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.02 |
| HSL | 63.86º | 0.93% | 0.64% | - |
| HSV(B) | 63.86º | 0.69% | 0.98% | - |
| XYZ | 70.51 | 86.48 | 20.18 | - |
| YUV | 226.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 78 | 0.04 | 0 | 0.69 | 0.02 | 63.86 | 0.93 | 0.64 |
| Hex | EE | F9 | 4E | 4 | 0 | 45 | 2 | 40 | 5D | 40 |
| Octal | 356 | 371 | 116 | 4 | 0 | 105 | 2 | 100 | 135 | 100 |
| Binary | 11101110 | 11111001 | 1001110 | 100 | 0 | 1000101 | 10 | 1000000 | 1011101 | 1000000 |
Color Harmonies of #EEF94E
Complementary color
Monochromatic Colors of #EEF94E
Black with #EEF94E
Text Example
Text Example
White with #EEF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF94E; }
p { color: rgb(238,249,78); }
H1.HeaderClassName
{
color: #EEF94E;
}
.AnyTagClassName
{
color: #EEF94E;
}
</style>
background-color css
<style>
a { background-color: #EEF94E; }
a { background-color: rgb(238,249,78); }
div.DivClassName
{
background-color: #EEF94E;
}
.BgClassName
{
background-color: #EEF94E;
}
</style>
border-color css
<style>
span { border-color: #EEF94E; }
span { border-color: rgb(238,249,78); }
td.TdClassName
{
border-color: #EEF94E;
}
.TagClassName
{
border-color: #EEF94E;
}
</style>