Shades of Paris Daisy #EEF24E
Tints of Paris Daisy #EEF24E
RGB
CMYK
RGB Variations
Color information
#EEF24E (or 0xEEF24E) is known color: Paris Daisy. HEX triplet: EE, F2 and 4E. RGB value is (238,242,78). Sum of RGB (Red+Green+Blue) = 238+242+78=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF24E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF24E is #110DB1. Grayscale: #DEDEDE. Windows color (decimal): -1117618 or 5173998. OLE color: 5173998.
HSL color Cylindrical-coordinate representation of color #EEF24E: hue angle of 61.46º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEF24E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 78 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.05 |
| HSL | 61.46º | 0.86% | 0.63% | - |
| HSV(B) | 61.46º | 0.68% | 0.95% | - |
| XYZ | 68.39 | 82.23 | 19.48 | - |
| YUV | 222.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 78 | 0.02 | 0 | 0.68 | 0.05 | 61.46 | 0.86 | 0.63 |
| Hex | EE | F2 | 4E | 2 | 0 | 44 | 5 | 3D | 56 | 3F |
| Octal | 356 | 362 | 116 | 2 | 0 | 104 | 5 | 75 | 126 | 77 |
| Binary | 11101110 | 11110010 | 1001110 | 10 | 0 | 1000100 | 101 | 111101 | 1010110 | 111111 |
Color Harmonies of #EEF24E
Complementary color
Monochromatic Colors of #EEF24E
Black with #EEF24E
Text Example
Text Example
White with #EEF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF24E; }
p { color: rgb(238,242,78); }
H1.HeaderClassName
{
color: #EEF24E;
}
.AnyTagClassName
{
color: #EEF24E;
}
</style>
background-color css
<style>
a { background-color: #EEF24E; }
a { background-color: rgb(238,242,78); }
div.DivClassName
{
background-color: #EEF24E;
}
.BgClassName
{
background-color: #EEF24E;
}
</style>
border-color css
<style>
span { border-color: #EEF24E; }
span { border-color: rgb(238,242,78); }
td.TdClassName
{
border-color: #EEF24E;
}
.TagClassName
{
border-color: #EEF24E;
}
</style>