Shades of Paris Daisy #EEFA3E
Tints of Paris Daisy #EEFA3E
RGB
CMYK
RGB Variations
Color information
#EEFA3E (or 0xEEFA3E) is known color: Paris Daisy. HEX triplet: EE, FA and 3E. RGB value is (238,250,62). Sum of RGB (Red+Green+Blue) = 238+250+62=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 62 (24.61% from 255 or 11.27% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA3E is #1105C1. Grayscale: #E1E1E1. Windows color (decimal): -1115586 or 4127470. OLE color: 4127470.
HSL color Cylindrical-coordinate representation of color #EEFA3E: hue angle of 63.83º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEFA3E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 62 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.02 |
| HSL | 63.83º | 0.95% | 0.61% | - |
| HSV(B) | 63.83º | 0.75% | 0.98% | - |
| XYZ | 70.32 | 86.9 | 17.62 | - |
| YUV | 224.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 62 | 0.05 | 0 | 0.75 | 0.02 | 63.83 | 0.95 | 0.61 |
| Hex | EE | FA | 3E | 5 | 0 | 4B | 2 | 40 | 5F | 3D |
| Octal | 356 | 372 | 76 | 5 | 0 | 113 | 2 | 100 | 137 | 75 |
| Binary | 11101110 | 11111010 | 111110 | 101 | 0 | 1001011 | 10 | 1000000 | 1011111 | 111101 |
Color Harmonies of #EEFA3E
Complementary color
Monochromatic Colors of #EEFA3E
Black with #EEFA3E
Text Example
Text Example
White with #EEFA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA3E; }
p { color: rgb(238,250,62); }
H1.HeaderClassName
{
color: #EEFA3E;
}
.AnyTagClassName
{
color: #EEFA3E;
}
</style>
background-color css
<style>
a { background-color: #EEFA3E; }
a { background-color: rgb(238,250,62); }
div.DivClassName
{
background-color: #EEFA3E;
}
.BgClassName
{
background-color: #EEFA3E;
}
</style>
border-color css
<style>
span { border-color: #EEFA3E; }
span { border-color: rgb(238,250,62); }
td.TdClassName
{
border-color: #EEFA3E;
}
.TagClassName
{
border-color: #EEFA3E;
}
</style>