Shades of Paris Daisy #EEF94A
Tints of Paris Daisy #EEF94A
RGB
CMYK
RGB Variations
Color information
#EEF94A (or 0xEEF94A) is known color: Paris Daisy. HEX triplet: EE, F9 and 4A. RGB value is (238,249,74). Sum of RGB (Red+Green+Blue) = 238+249+74=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 74 (29.30% from 255 or 13.19% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF94A is #1106B5. Grayscale: #E2E2E2. Windows color (decimal): -1115830 or 4913646. OLE color: 4913646.
HSL color Cylindrical-coordinate representation of color #EEF94A: hue angle of 63.77º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEF94A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.02 |
| HSL | 63.77º | 0.94% | 0.63% | - |
| HSV(B) | 63.77º | 0.7% | 0.98% | - |
| XYZ | 70.37 | 86.42 | 19.45 | - |
| YUV | 225.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 74 | 0.04 | 0 | 0.70 | 0.02 | 63.77 | 0.94 | 0.63 |
| Hex | EE | F9 | 4A | 4 | 0 | 46 | 2 | 40 | 5E | 3F |
| Octal | 356 | 371 | 112 | 4 | 0 | 106 | 2 | 100 | 136 | 77 |
| Binary | 11101110 | 11111001 | 1001010 | 100 | 0 | 1000110 | 10 | 1000000 | 1011110 | 111111 |
Color Harmonies of #EEF94A
Complementary color
Monochromatic Colors of #EEF94A
Black with #EEF94A
Text Example
Text Example
White with #EEF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF94A; }
p { color: rgb(238,249,74); }
H1.HeaderClassName
{
color: #EEF94A;
}
.AnyTagClassName
{
color: #EEF94A;
}
</style>
background-color css
<style>
a { background-color: #EEF94A; }
a { background-color: rgb(238,249,74); }
div.DivClassName
{
background-color: #EEF94A;
}
.BgClassName
{
background-color: #EEF94A;
}
</style>
border-color css
<style>
span { border-color: #EEF94A; }
span { border-color: rgb(238,249,74); }
td.TdClassName
{
border-color: #EEF94A;
}
.TagClassName
{
border-color: #EEF94A;
}
</style>