Shades of Paris Daisy #EEF93F
Tints of Paris Daisy #EEF93F
RGB
CMYK
RGB Variations
Color information
#EEF93F (or 0xEEF93F) is known color: Paris Daisy. HEX triplet: EE, F9 and 3F. RGB value is (238,249,63). Sum of RGB (Red+Green+Blue) = 238+249+63=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 63 (25% from 255 or 11.45% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF93F is #1106C0. Grayscale: #E1E1E1. Windows color (decimal): -1115841 or 4192750. OLE color: 4192750.
HSL color Cylindrical-coordinate representation of color #EEF93F: hue angle of 63.55º degrees, saturation: 0.94, 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 #EEF93F is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 63 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.02 |
| HSL | 63.55º | 0.94% | 0.61% | - |
| HSV(B) | 63.55º | 0.75% | 0.98% | - |
| XYZ | 70.03 | 86.29 | 17.67 | - |
| YUV | 224.51 | 36.86 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 63 | 0.04 | 0 | 0.75 | 0.02 | 63.55 | 0.94 | 0.61 |
| Hex | EE | F9 | 3F | 4 | 0 | 4B | 2 | 40 | 5E | 3D |
| Octal | 356 | 371 | 77 | 4 | 0 | 113 | 2 | 100 | 136 | 75 |
| Binary | 11101110 | 11111001 | 111111 | 100 | 0 | 1001011 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #EEF93F
Complementary color
Monochromatic Colors of #EEF93F
Black with #EEF93F
Text Example
Text Example
White with #EEF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF93F; }
p { color: rgb(238,249,63); }
H1.HeaderClassName
{
color: #EEF93F;
}
.AnyTagClassName
{
color: #EEF93F;
}
</style>
background-color css
<style>
a { background-color: #EEF93F; }
a { background-color: rgb(238,249,63); }
div.DivClassName
{
background-color: #EEF93F;
}
.BgClassName
{
background-color: #EEF93F;
}
</style>
border-color css
<style>
span { border-color: #EEF93F; }
span { border-color: rgb(238,249,63); }
td.TdClassName
{
border-color: #EEF93F;
}
.TagClassName
{
border-color: #EEF93F;
}
</style>