Shades of Paris Daisy #EEF140
Tints of Paris Daisy #EEF140
RGB
CMYK
RGB Variations
Color information
#EEF140 (or 0xEEF140) is known color: Paris Daisy. HEX triplet: EE, F1 and 40. RGB value is (238,241,64). Sum of RGB (Red+Green+Blue) = 238+241+64=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF140 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF140 is #110EBF. Grayscale: #DCDCDC. Windows color (decimal): -1117888 or 4256238. OLE color: 4256238.
HSL color Cylindrical-coordinate representation of color #EEF140: hue angle of 61.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEF140 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 64 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.05 |
| HSL | 61.02º | 0.86% | 0.6% | - |
| HSV(B) | 61.02º | 0.73% | 0.95% | - |
| XYZ | 67.64 | 81.46 | 17.01 | - |
| YUV | 219.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 64 | 0.01 | 0 | 0.73 | 0.05 | 61.02 | 0.86 | 0.6 |
| Hex | EE | F1 | 40 | 1 | 0 | 49 | 5 | 3D | 56 | 3C |
| Octal | 356 | 361 | 100 | 1 | 0 | 111 | 5 | 75 | 126 | 74 |
| Binary | 11101110 | 11110001 | 1000000 | 1 | 0 | 1001001 | 101 | 111101 | 1010110 | 111100 |
Color Harmonies of #EEF140
Complementary color
Monochromatic Colors of #EEF140
Black with #EEF140
Text Example
Text Example
White with #EEF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF140; }
p { color: rgb(238,241,64); }
H1.HeaderClassName
{
color: #EEF140;
}
.AnyTagClassName
{
color: #EEF140;
}
</style>
background-color css
<style>
a { background-color: #EEF140; }
a { background-color: rgb(238,241,64); }
div.DivClassName
{
background-color: #EEF140;
}
.BgClassName
{
background-color: #EEF140;
}
</style>
border-color css
<style>
span { border-color: #EEF140; }
span { border-color: rgb(238,241,64); }
td.TdClassName
{
border-color: #EEF140;
}
.TagClassName
{
border-color: #EEF140;
}
</style>