Shades of Paris Daisy #EEF54A
Tints of Paris Daisy #EEF54A
RGB
CMYK
RGB Variations
Color information
#EEF54A (or 0xEEF54A) is known color: Paris Daisy. HEX triplet: EE, F5 and 4A. RGB value is (238,245,74). Sum of RGB (Red+Green+Blue) = 238+245+74=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF54A is #110AB5. Grayscale: #E0E0E0. Windows color (decimal): -1116854 or 4912622. OLE color: 4912622.
HSL color Cylindrical-coordinate representation of color #EEF54A: hue angle of 62.46º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEF54A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 74 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.04 |
| HSL | 62.46º | 0.9% | 0.63% | - |
| HSV(B) | 62.46º | 0.7% | 0.96% | - |
| XYZ | 69.15 | 83.98 | 19.04 | - |
| YUV | 223.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 74 | 0.03 | 0 | 0.70 | 0.04 | 62.46 | 0.9 | 0.63 |
| Hex | EE | F5 | 4A | 3 | 0 | 46 | 4 | 3E | 5A | 3F |
| Octal | 356 | 365 | 112 | 3 | 0 | 106 | 4 | 76 | 132 | 77 |
| Binary | 11101110 | 11110101 | 1001010 | 11 | 0 | 1000110 | 100 | 111110 | 1011010 | 111111 |
Color Harmonies of #EEF54A
Complementary color
Monochromatic Colors of #EEF54A
Black with #EEF54A
Text Example
Text Example
White with #EEF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF54A; }
p { color: rgb(238,245,74); }
H1.HeaderClassName
{
color: #EEF54A;
}
.AnyTagClassName
{
color: #EEF54A;
}
</style>
background-color css
<style>
a { background-color: #EEF54A; }
a { background-color: rgb(238,245,74); }
div.DivClassName
{
background-color: #EEF54A;
}
.BgClassName
{
background-color: #EEF54A;
}
</style>
border-color css
<style>
span { border-color: #EEF54A; }
span { border-color: rgb(238,245,74); }
td.TdClassName
{
border-color: #EEF54A;
}
.TagClassName
{
border-color: #EEF54A;
}
</style>