Shades of Paris Daisy #EEF84A
Tints of Paris Daisy #EEF84A
RGB
CMYK
RGB Variations
Color information
#EEF84A (or 0xEEF84A) is known color: Paris Daisy. HEX triplet: EE, F8 and 4A. RGB value is (238,248,74). Sum of RGB (Red+Green+Blue) = 238+248+74=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF84A is #1107B5. Grayscale: #E1E1E1. Windows color (decimal): -1116086 or 4913390. OLE color: 4913390.
HSL color Cylindrical-coordinate representation of color #EEF84A: hue angle of 63.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEF84A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.03 |
| HSL | 63.45º | 0.93% | 0.63% | - |
| HSV(B) | 63.45º | 0.7% | 0.97% | - |
| XYZ | 70.06 | 85.81 | 19.35 | - |
| YUV | 225.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 74 | 0.04 | 0 | 0.70 | 0.03 | 63.45 | 0.93 | 0.63 |
| Hex | EE | F8 | 4A | 4 | 0 | 46 | 3 | 3F | 5D | 3F |
| Octal | 356 | 370 | 112 | 4 | 0 | 106 | 3 | 77 | 135 | 77 |
| Binary | 11101110 | 11111000 | 1001010 | 100 | 0 | 1000110 | 11 | 111111 | 1011101 | 111111 |
Color Harmonies of #EEF84A
Complementary color
Monochromatic Colors of #EEF84A
Black with #EEF84A
Text Example
Text Example
White with #EEF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF84A; }
p { color: rgb(238,248,74); }
H1.HeaderClassName
{
color: #EEF84A;
}
.AnyTagClassName
{
color: #EEF84A;
}
</style>
background-color css
<style>
a { background-color: #EEF84A; }
a { background-color: rgb(238,248,74); }
div.DivClassName
{
background-color: #EEF84A;
}
.BgClassName
{
background-color: #EEF84A;
}
</style>
border-color css
<style>
span { border-color: #EEF84A; }
span { border-color: rgb(238,248,74); }
td.TdClassName
{
border-color: #EEF84A;
}
.TagClassName
{
border-color: #EEF84A;
}
</style>