Shades of Paris Daisy #EEF154
Tints of Paris Daisy #EEF154
RGB
CMYK
RGB Variations
Color information
#EEF154 (or 0xEEF154) is known color: Paris Daisy. HEX triplet: EE, F1 and 54. RGB value is (238,241,84). Sum of RGB (Red+Green+Blue) = 238+241+84=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 84 (33.20% from 255 or 14.92% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF154 is #110EAB. Grayscale: #DEDEDE. Windows color (decimal): -1117868 or 5566958. OLE color: 5566958.
HSL color Cylindrical-coordinate representation of color #EEF154: hue angle of 61.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEF154 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 84 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.05 |
| HSL | 61.15º | 0.85% | 0.64% | - |
| HSV(B) | 61.15º | 0.65% | 0.95% | - |
| XYZ | 68.32 | 81.73 | 20.56 | - |
| YUV | 222.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 84 | 0.01 | 0 | 0.65 | 0.05 | 61.15 | 0.85 | 0.64 |
| Hex | EE | F1 | 54 | 1 | 0 | 41 | 5 | 3D | 55 | 40 |
| Octal | 356 | 361 | 124 | 1 | 0 | 101 | 5 | 75 | 125 | 100 |
| Binary | 11101110 | 11110001 | 1010100 | 1 | 0 | 1000001 | 101 | 111101 | 1010101 | 1000000 |
Color Harmonies of #EEF154
Complementary color
Monochromatic Colors of #EEF154
Black with #EEF154
Text Example
Text Example
White with #EEF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF154; }
p { color: rgb(238,241,84); }
H1.HeaderClassName
{
color: #EEF154;
}
.AnyTagClassName
{
color: #EEF154;
}
</style>
background-color css
<style>
a { background-color: #EEF154; }
a { background-color: rgb(238,241,84); }
div.DivClassName
{
background-color: #EEF154;
}
.BgClassName
{
background-color: #EEF154;
}
</style>
border-color css
<style>
span { border-color: #EEF154; }
span { border-color: rgb(238,241,84); }
td.TdClassName
{
border-color: #EEF154;
}
.TagClassName
{
border-color: #EEF154;
}
</style>