Shades of Paris Daisy #EEF241
Tints of Paris Daisy #EEF241
RGB
CMYK
RGB Variations
Color information
#EEF241 (or 0xEEF241) is known color: Paris Daisy. HEX triplet: EE, F2 and 41. RGB value is (238,242,65). Sum of RGB (Red+Green+Blue) = 238+242+65=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 65 (25.78% from 255 or 11.93% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF241 is #110DBE. Grayscale: #DDDDDD. Windows color (decimal): -1117631 or 4322030. OLE color: 4322030.
HSL color Cylindrical-coordinate representation of color #EEF241: hue angle of 61.36º degrees, saturation: 0.87, 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 #EEF241 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 65 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.05 |
| HSL | 61.36º | 0.87% | 0.6% | - |
| HSV(B) | 61.36º | 0.73% | 0.95% | - |
| XYZ | 67.97 | 82.06 | 17.26 | - |
| YUV | 220.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 65 | 0.02 | 0 | 0.73 | 0.05 | 61.36 | 0.87 | 0.6 |
| Hex | EE | F2 | 41 | 2 | 0 | 49 | 5 | 3D | 57 | 3C |
| Octal | 356 | 362 | 101 | 2 | 0 | 111 | 5 | 75 | 127 | 74 |
| Binary | 11101110 | 11110010 | 1000001 | 10 | 0 | 1001001 | 101 | 111101 | 1010111 | 111100 |
Color Harmonies of #EEF241
Complementary color
Monochromatic Colors of #EEF241
Black with #EEF241
Text Example
Text Example
White with #EEF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF241; }
p { color: rgb(238,242,65); }
H1.HeaderClassName
{
color: #EEF241;
}
.AnyTagClassName
{
color: #EEF241;
}
</style>
background-color css
<style>
a { background-color: #EEF241; }
a { background-color: rgb(238,242,65); }
div.DivClassName
{
background-color: #EEF241;
}
.BgClassName
{
background-color: #EEF241;
}
</style>
border-color css
<style>
span { border-color: #EEF241; }
span { border-color: rgb(238,242,65); }
td.TdClassName
{
border-color: #EEF241;
}
.TagClassName
{
border-color: #EEF241;
}
</style>