Shades of Paris Daisy #EEFA3C
Tints of Paris Daisy #EEFA3C
RGB
CMYK
RGB Variations
Color information
#EEFA3C (or 0xEEFA3C) is known color: Paris Daisy. HEX triplet: EE, FA and 3C. RGB value is (238,250,60). Sum of RGB (Red+Green+Blue) = 238+250+60=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 60 (23.83% from 255 or 10.95% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA3C is #1105C3. Grayscale: #E1E1E1. Windows color (decimal): -1115588 or 3996398. OLE color: 3996398.
HSL color Cylindrical-coordinate representation of color #EEFA3C: hue angle of 63.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEFA3C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 60 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.02 |
| HSL | 63.79º | 0.95% | 0.61% | - |
| HSV(B) | 63.79º | 0.76% | 0.98% | - |
| XYZ | 70.26 | 86.87 | 17.34 | - |
| YUV | 224.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 60 | 0.05 | 0 | 0.76 | 0.02 | 63.79 | 0.95 | 0.61 |
| Hex | EE | FA | 3C | 5 | 0 | 4C | 2 | 40 | 5F | 3D |
| Octal | 356 | 372 | 74 | 5 | 0 | 114 | 2 | 100 | 137 | 75 |
| Binary | 11101110 | 11111010 | 111100 | 101 | 0 | 1001100 | 10 | 1000000 | 1011111 | 111101 |
Color Harmonies of #EEFA3C
Complementary color
Monochromatic Colors of #EEFA3C
Black with #EEFA3C
Text Example
Text Example
White with #EEFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA3C; }
p { color: rgb(238,250,60); }
H1.HeaderClassName
{
color: #EEFA3C;
}
.AnyTagClassName
{
color: #EEFA3C;
}
</style>
background-color css
<style>
a { background-color: #EEFA3C; }
a { background-color: rgb(238,250,60); }
div.DivClassName
{
background-color: #EEFA3C;
}
.BgClassName
{
background-color: #EEFA3C;
}
</style>
border-color css
<style>
span { border-color: #EEFA3C; }
span { border-color: rgb(238,250,60); }
td.TdClassName
{
border-color: #EEFA3C;
}
.TagClassName
{
border-color: #EEFA3C;
}
</style>