Shades of Paris Daisy #EEF940
Tints of Paris Daisy #EEF940
RGB
CMYK
RGB Variations
Color information
#EEF940 (or 0xEEF940) is known color: Paris Daisy. HEX triplet: EE, F9 and 40. RGB value is (238,249,64). Sum of RGB (Red+Green+Blue) = 238+249+64=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 64 (25.39% from 255 or 11.62% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF940 is #1106BF. Grayscale: #E1E1E1. Windows color (decimal): -1115840 or 4258286. OLE color: 4258286.
HSL color Cylindrical-coordinate representation of color #EEF940: hue angle of 63.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEF940 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 64 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.02 |
| HSL | 63.57º | 0.94% | 0.61% | - |
| HSV(B) | 63.57º | 0.74% | 0.98% | - |
| XYZ | 70.06 | 86.3 | 17.82 | - |
| YUV | 224.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 64 | 0.04 | 0 | 0.74 | 0.02 | 63.57 | 0.94 | 0.61 |
| Hex | EE | F9 | 40 | 4 | 0 | 4A | 2 | 40 | 5E | 3D |
| Octal | 356 | 371 | 100 | 4 | 0 | 112 | 2 | 100 | 136 | 75 |
| Binary | 11101110 | 11111001 | 1000000 | 100 | 0 | 1001010 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #EEF940
Complementary color
Monochromatic Colors of #EEF940
Black with #EEF940
Text Example
Text Example
White with #EEF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF940; }
p { color: rgb(238,249,64); }
H1.HeaderClassName
{
color: #EEF940;
}
.AnyTagClassName
{
color: #EEF940;
}
</style>
background-color css
<style>
a { background-color: #EEF940; }
a { background-color: rgb(238,249,64); }
div.DivClassName
{
background-color: #EEF940;
}
.BgClassName
{
background-color: #EEF940;
}
</style>
border-color css
<style>
span { border-color: #EEF940; }
span { border-color: rgb(238,249,64); }
td.TdClassName
{
border-color: #EEF940;
}
.TagClassName
{
border-color: #EEF940;
}
</style>