Shades of Paris Daisy #EEFF41
Tints of Paris Daisy #EEFF41
RGB
CMYK
RGB Variations
Color information
#EEFF41 (or 0xEEFF41) is known color: Paris Daisy. HEX triplet: EE, FF and 41. RGB value is (238,255,65). Sum of RGB (Red+Green+Blue) = 238+255+65=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 65 (25.78% from 255 or 11.65% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF41 is #1100BE. Grayscale: #E4E4E4. Windows color (decimal): -1114303 or 4325358. OLE color: 4325358.
HSL color Cylindrical-coordinate representation of color #EEFF41: hue angle of 65.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEFF41 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 65 | - |
| CMYK | 0.07 | 0 | 0.75 | 0 |
| HSL | 65.37º | 1% | 0.63% | - |
| HSV(B) | 65.37º | 0.75% | 1% | - |
| XYZ | 71.97 | 90.08 | 18.59 | - |
| YUV | 228.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 65 | 0.07 | 0 | 0.75 | 0 | 65.37 | 1 | 0.63 |
| Hex | EE | FF | 41 | 7 | 0 | 4B | 0 | 41 | 64 | 3F |
| Octal | 356 | 377 | 101 | 7 | 0 | 113 | 0 | 101 | 144 | 77 |
| Binary | 11101110 | 11111111 | 1000001 | 111 | 0 | 1001011 | 0 | 1000001 | 1100100 | 111111 |
Color Harmonies of #EEFF41
Complementary color
Monochromatic Colors of #EEFF41
Black with #EEFF41
Text Example
Text Example
White with #EEFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF41; }
p { color: rgb(238,255,65); }
H1.HeaderClassName
{
color: #EEFF41;
}
.AnyTagClassName
{
color: #EEFF41;
}
</style>
background-color css
<style>
a { background-color: #EEFF41; }
a { background-color: rgb(238,255,65); }
div.DivClassName
{
background-color: #EEFF41;
}
.BgClassName
{
background-color: #EEFF41;
}
</style>
border-color css
<style>
span { border-color: #EEFF41; }
span { border-color: rgb(238,255,65); }
td.TdClassName
{
border-color: #EEFF41;
}
.TagClassName
{
border-color: #EEFF41;
}
</style>