Shades of Paris Daisy #EEF055
Tints of Paris Daisy #EEF055
RGB
CMYK
RGB Variations
Color information
#EEF055 (or 0xEEF055) is known color: Paris Daisy. HEX triplet: EE, F0 and 55. RGB value is (238,240,85). Sum of RGB (Red+Green+Blue) = 238+240+85=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 85 (33.59% from 255 or 15.10% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF055 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF055 is #110FAA. Grayscale: #DEDEDE. Windows color (decimal): -1118123 or 5632238. OLE color: 5632238.
HSL color Cylindrical-coordinate representation of color #EEF055: hue angle of 60.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEF055 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 85 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.06 |
| HSL | 60.77º | 0.84% | 0.64% | - |
| HSV(B) | 60.77º | 0.65% | 0.94% | - |
| XYZ | 68.06 | 81.15 | 20.67 | - |
| YUV | 221.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 85 | 0.01 | 0 | 0.65 | 0.06 | 60.77 | 0.84 | 0.64 |
| Hex | EE | F0 | 55 | 1 | 0 | 41 | 6 | 3D | 54 | 40 |
| Octal | 356 | 360 | 125 | 1 | 0 | 101 | 6 | 75 | 124 | 100 |
| Binary | 11101110 | 11110000 | 1010101 | 1 | 0 | 1000001 | 110 | 111101 | 1010100 | 1000000 |
Color Harmonies of #EEF055
Complementary color
Monochromatic Colors of #EEF055
Black with #EEF055
Text Example
Text Example
White with #EEF055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF055; }
p { color: rgb(238,240,85); }
H1.HeaderClassName
{
color: #EEF055;
}
.AnyTagClassName
{
color: #EEF055;
}
</style>
background-color css
<style>
a { background-color: #EEF055; }
a { background-color: rgb(238,240,85); }
div.DivClassName
{
background-color: #EEF055;
}
.BgClassName
{
background-color: #EEF055;
}
</style>
border-color css
<style>
span { border-color: #EEF055; }
span { border-color: rgb(238,240,85); }
td.TdClassName
{
border-color: #EEF055;
}
.TagClassName
{
border-color: #EEF055;
}
</style>