Shades of Paris Daisy #EEF155
Tints of Paris Daisy #EEF155
RGB
CMYK
RGB Variations
Color information
#EEF155 (or 0xEEF155) is known color: Paris Daisy. HEX triplet: EE, F1 and 55. RGB value is (238,241,85). Sum of RGB (Red+Green+Blue) = 238+241+85=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 85 (33.59% from 255 or 15.07% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF155 is #110EAA. Grayscale: #DEDEDE. Windows color (decimal): -1117867 or 5632494. OLE color: 5632494.
HSL color Cylindrical-coordinate representation of color #EEF155: 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 #EEF155 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 85 | - |
| 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.35 | 81.74 | 20.77 | - |
| YUV | 222.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 85 | 0.01 | 0 | 0.65 | 0.05 | 61.15 | 0.85 | 0.64 |
| Hex | EE | F1 | 55 | 1 | 0 | 41 | 5 | 3D | 55 | 40 |
| Octal | 356 | 361 | 125 | 1 | 0 | 101 | 5 | 75 | 125 | 100 |
| Binary | 11101110 | 11110001 | 1010101 | 1 | 0 | 1000001 | 101 | 111101 | 1010101 | 1000000 |
Color Harmonies of #EEF155
Complementary color
Monochromatic Colors of #EEF155
Black with #EEF155
Text Example
Text Example
White with #EEF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF155; }
p { color: rgb(238,241,85); }
H1.HeaderClassName
{
color: #EEF155;
}
.AnyTagClassName
{
color: #EEF155;
}
</style>
background-color css
<style>
a { background-color: #EEF155; }
a { background-color: rgb(238,241,85); }
div.DivClassName
{
background-color: #EEF155;
}
.BgClassName
{
background-color: #EEF155;
}
</style>
border-color css
<style>
span { border-color: #EEF155; }
span { border-color: rgb(238,241,85); }
td.TdClassName
{
border-color: #EEF155;
}
.TagClassName
{
border-color: #EEF155;
}
</style>