Shades of Paris Daisy #EEFF48
Tints of Paris Daisy #EEFF48
RGB
CMYK
RGB Variations
Color information
#EEFF48 (or 0xEEFF48) is known color: Paris Daisy. HEX triplet: EE, FF and 48. RGB value is (238,255,72). Sum of RGB (Red+Green+Blue) = 238+255+72=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 72 (28.52% from 255 or 12.74% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF48 is #1100B7. Grayscale: #E5E5E5. Windows color (decimal): -1114296 or 4784110. OLE color: 4784110.
HSL color Cylindrical-coordinate representation of color #EEFF48: hue angle of 65.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEFF48 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 72 | - |
| CMYK | 0.07 | 0 | 0.72 | 0 |
| HSL | 65.57º | 1% | 0.64% | - |
| HSV(B) | 65.57º | 0.72% | 1% | - |
| XYZ | 72.19 | 90.17 | 19.73 | - |
| YUV | 229.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 72 | 0.07 | 0 | 0.72 | 0 | 65.57 | 1 | 0.64 |
| Hex | EE | FF | 48 | 7 | 0 | 48 | 0 | 42 | 64 | 40 |
| Octal | 356 | 377 | 110 | 7 | 0 | 110 | 0 | 102 | 144 | 100 |
| Binary | 11101110 | 11111111 | 1001000 | 111 | 0 | 1001000 | 0 | 1000010 | 1100100 | 1000000 |
Color Harmonies of #EEFF48
Complementary color
Monochromatic Colors of #EEFF48
Black with #EEFF48
Text Example
Text Example
White with #EEFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF48; }
p { color: rgb(238,255,72); }
H1.HeaderClassName
{
color: #EEFF48;
}
.AnyTagClassName
{
color: #EEFF48;
}
</style>
background-color css
<style>
a { background-color: #EEFF48; }
a { background-color: rgb(238,255,72); }
div.DivClassName
{
background-color: #EEFF48;
}
.BgClassName
{
background-color: #EEFF48;
}
</style>
border-color css
<style>
span { border-color: #EEFF48; }
span { border-color: rgb(238,255,72); }
td.TdClassName
{
border-color: #EEFF48;
}
.TagClassName
{
border-color: #EEFF48;
}
</style>