Shades of Paris Daisy #EEF051
Tints of Paris Daisy #EEF051
RGB
CMYK
RGB Variations
Color information
#EEF051 (or 0xEEF051) is known color: Paris Daisy. HEX triplet: EE, F0 and 51. RGB value is (238,240,81). Sum of RGB (Red+Green+Blue) = 238+240+81=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 81 (32.03% from 255 or 14.49% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF051 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF051 is #110FAE. Grayscale: #DDDDDD. Windows color (decimal): -1118127 or 5370094. OLE color: 5370094.
HSL color Cylindrical-coordinate representation of color #EEF051: hue angle of 60.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEF051 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 81 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.06 |
| HSL | 60.75º | 0.84% | 0.63% | - |
| HSV(B) | 60.75º | 0.66% | 0.94% | - |
| XYZ | 67.91 | 81.09 | 19.86 | - |
| YUV | 221.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 81 | 0.01 | 0 | 0.66 | 0.06 | 60.75 | 0.84 | 0.63 |
| Hex | EE | F0 | 51 | 1 | 0 | 42 | 6 | 3D | 54 | 3F |
| Octal | 356 | 360 | 121 | 1 | 0 | 102 | 6 | 75 | 124 | 77 |
| Binary | 11101110 | 11110000 | 1010001 | 1 | 0 | 1000010 | 110 | 111101 | 1010100 | 111111 |
Color Harmonies of #EEF051
Complementary color
Monochromatic Colors of #EEF051
Black with #EEF051
Text Example
Text Example
White with #EEF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF051; }
p { color: rgb(238,240,81); }
H1.HeaderClassName
{
color: #EEF051;
}
.AnyTagClassName
{
color: #EEF051;
}
</style>
background-color css
<style>
a { background-color: #EEF051; }
a { background-color: rgb(238,240,81); }
div.DivClassName
{
background-color: #EEF051;
}
.BgClassName
{
background-color: #EEF051;
}
</style>
border-color css
<style>
span { border-color: #EEF051; }
span { border-color: rgb(238,240,81); }
td.TdClassName
{
border-color: #EEF051;
}
.TagClassName
{
border-color: #EEF051;
}
</style>