Shades of Paris Daisy #EEFF45
Tints of Paris Daisy #EEFF45
RGB
CMYK
RGB Variations
Color information
#EEFF45 (or 0xEEFF45) is known color: Paris Daisy. HEX triplet: EE, FF and 45. RGB value is (238,255,69). Sum of RGB (Red+Green+Blue) = 238+255+69=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF45 is #1100BA. Grayscale: #E5E5E5. Windows color (decimal): -1114299 or 4587502. OLE color: 4587502.
HSL color Cylindrical-coordinate representation of color #EEFF45: hue angle of 65.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEFF45 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 69 | - |
| CMYK | 0.07 | 0 | 0.73 | 0 |
| HSL | 65.48º | 1% | 0.64% | - |
| HSV(B) | 65.48º | 0.73% | 1% | - |
| XYZ | 72.09 | 90.13 | 19.23 | - |
| YUV | 228.71 | 37.87 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 69 | 0.07 | 0 | 0.73 | 0 | 65.48 | 1 | 0.64 |
| Hex | EE | FF | 45 | 7 | 0 | 49 | 0 | 41 | 64 | 40 |
| Octal | 356 | 377 | 105 | 7 | 0 | 111 | 0 | 101 | 144 | 100 |
| Binary | 11101110 | 11111111 | 1000101 | 111 | 0 | 1001001 | 0 | 1000001 | 1100100 | 1000000 |
Color Harmonies of #EEFF45
Complementary color
Monochromatic Colors of #EEFF45
Black with #EEFF45
Text Example
Text Example
White with #EEFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF45; }
p { color: rgb(238,255,69); }
H1.HeaderClassName
{
color: #EEFF45;
}
.AnyTagClassName
{
color: #EEFF45;
}
</style>
background-color css
<style>
a { background-color: #EEFF45; }
a { background-color: rgb(238,255,69); }
div.DivClassName
{
background-color: #EEFF45;
}
.BgClassName
{
background-color: #EEFF45;
}
</style>
border-color css
<style>
span { border-color: #EEFF45; }
span { border-color: rgb(238,255,69); }
td.TdClassName
{
border-color: #EEFF45;
}
.TagClassName
{
border-color: #EEFF45;
}
</style>