Shades of Paris Daisy #EEF955
Tints of Paris Daisy #EEF955
RGB
CMYK
RGB Variations
Color information
#EEF955 (or 0xEEF955) is known color: Paris Daisy. HEX triplet: EE, F9 and 55. RGB value is (238,249,85). Sum of RGB (Red+Green+Blue) = 238+249+85=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 85 (33.59% from 255 or 14.86% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF955 is #1106AA. Grayscale: #E3E3E3. Windows color (decimal): -1115819 or 5634542. OLE color: 5634542.
HSL color Cylindrical-coordinate representation of color #EEF955: hue angle of 64.02º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEF955 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 85 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.02 |
| HSL | 64.02º | 0.93% | 0.65% | - |
| HSV(B) | 64.02º | 0.66% | 0.98% | - |
| XYZ | 70.78 | 86.58 | 21.58 | - |
| YUV | 227.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 85 | 0.04 | 0 | 0.66 | 0.02 | 64.02 | 0.93 | 0.65 |
| Hex | EE | F9 | 55 | 4 | 0 | 42 | 2 | 40 | 5D | 41 |
| Octal | 356 | 371 | 125 | 4 | 0 | 102 | 2 | 100 | 135 | 101 |
| Binary | 11101110 | 11111001 | 1010101 | 100 | 0 | 1000010 | 10 | 1000000 | 1011101 | 1000001 |
Color Harmonies of #EEF955
Complementary color
Monochromatic Colors of #EEF955
Black with #EEF955
Text Example
Text Example
White with #EEF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF955; }
p { color: rgb(238,249,85); }
H1.HeaderClassName
{
color: #EEF955;
}
.AnyTagClassName
{
color: #EEF955;
}
</style>
background-color css
<style>
a { background-color: #EEF955; }
a { background-color: rgb(238,249,85); }
div.DivClassName
{
background-color: #EEF955;
}
.BgClassName
{
background-color: #EEF955;
}
</style>
border-color css
<style>
span { border-color: #EEF955; }
span { border-color: rgb(238,249,85); }
td.TdClassName
{
border-color: #EEF955;
}
.TagClassName
{
border-color: #EEF955;
}
</style>