Shades of Paris Daisy #EEFE3C
Tints of Paris Daisy #EEFE3C
RGB
CMYK
RGB Variations
Color information
#EEFE3C (or 0xEEFE3C) is known color: Paris Daisy. HEX triplet: EE, FE and 3C. RGB value is (238,254,60). Sum of RGB (Red+Green+Blue) = 238+254+60=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE3C is #1101C3. Grayscale: #E3E3E3. Windows color (decimal): -1114564 or 3997422. OLE color: 3997422.
HSL color Cylindrical-coordinate representation of color #EEFE3C: hue angle of 64.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEFE3C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 60 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.00 |
| HSL | 64.95º | 0.99% | 0.62% | - |
| HSV(B) | 64.95º | 0.76% | 1% | - |
| XYZ | 71.52 | 89.39 | 17.76 | - |
| YUV | 227.1 | 33.7 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 60 | 0.06 | 0 | 0.76 | 0.00 | 64.95 | 0.99 | 0.62 |
| Hex | EE | FE | 3C | 6 | 0 | 4C | 0 | 41 | 63 | 3E |
| Octal | 356 | 376 | 74 | 6 | 0 | 114 | 0 | 101 | 143 | 76 |
| Binary | 11101110 | 11111110 | 111100 | 110 | 0 | 1001100 | 0 | 1000001 | 1100011 | 111110 |
Color Harmonies of #EEFE3C
Complementary color
Monochromatic Colors of #EEFE3C
Black with #EEFE3C
Text Example
Text Example
White with #EEFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE3C; }
p { color: rgb(238,254,60); }
H1.HeaderClassName
{
color: #EEFE3C;
}
.AnyTagClassName
{
color: #EEFE3C;
}
</style>
background-color css
<style>
a { background-color: #EEFE3C; }
a { background-color: rgb(238,254,60); }
div.DivClassName
{
background-color: #EEFE3C;
}
.BgClassName
{
background-color: #EEFE3C;
}
</style>
border-color css
<style>
span { border-color: #EEFE3C; }
span { border-color: rgb(238,254,60); }
td.TdClassName
{
border-color: #EEFE3C;
}
.TagClassName
{
border-color: #EEFE3C;
}
</style>