Shades of Paris Daisy #EEF951
Tints of Paris Daisy #EEF951
RGB
CMYK
RGB Variations
Color information
#EEF951 (or 0xEEF951) is known color: Paris Daisy. HEX triplet: EE, F9 and 51. RGB value is (238,249,81). Sum of RGB (Red+Green+Blue) = 238+249+81=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 81 (32.03% from 255 or 14.26% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF951 is #1106AE. Grayscale: #E3E3E3. Windows color (decimal): -1115823 or 5372398. OLE color: 5372398.
HSL color Cylindrical-coordinate representation of color #EEF951: hue angle of 63.93º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEF951 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 81 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.02 |
| HSL | 63.93º | 0.93% | 0.65% | - |
| HSV(B) | 63.93º | 0.67% | 0.98% | - |
| XYZ | 70.62 | 86.52 | 20.76 | - |
| YUV | 226.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 81 | 0.04 | 0 | 0.67 | 0.02 | 63.93 | 0.93 | 0.65 |
| Hex | EE | F9 | 51 | 4 | 0 | 43 | 2 | 40 | 5D | 41 |
| Octal | 356 | 371 | 121 | 4 | 0 | 103 | 2 | 100 | 135 | 101 |
| Binary | 11101110 | 11111001 | 1010001 | 100 | 0 | 1000011 | 10 | 1000000 | 1011101 | 1000001 |
Color Harmonies of #EEF951
Complementary color
Monochromatic Colors of #EEF951
Black with #EEF951
Text Example
Text Example
White with #EEF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF951; }
p { color: rgb(238,249,81); }
H1.HeaderClassName
{
color: #EEF951;
}
.AnyTagClassName
{
color: #EEF951;
}
</style>
background-color css
<style>
a { background-color: #EEF951; }
a { background-color: rgb(238,249,81); }
div.DivClassName
{
background-color: #EEF951;
}
.BgClassName
{
background-color: #EEF951;
}
</style>
border-color css
<style>
span { border-color: #EEF951; }
span { border-color: rgb(238,249,81); }
td.TdClassName
{
border-color: #EEF951;
}
.TagClassName
{
border-color: #EEF951;
}
</style>