Shades of Paris Daisy #EEF24A
Tints of Paris Daisy #EEF24A
RGB
CMYK
RGB Variations
Color information
#EEF24A (or 0xEEF24A) is known color: Paris Daisy. HEX triplet: EE, F2 and 4A. RGB value is (238,242,74). Sum of RGB (Red+Green+Blue) = 238+242+74=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF24A is #110DB5. Grayscale: #DEDEDE. Windows color (decimal): -1117622 or 4911854. OLE color: 4911854.
HSL color Cylindrical-coordinate representation of color #EEF24A: hue angle of 61.43º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEF24A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 74 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.05 |
| HSL | 61.43º | 0.87% | 0.62% | - |
| HSV(B) | 61.43º | 0.69% | 0.95% | - |
| XYZ | 68.25 | 82.18 | 18.74 | - |
| YUV | 221.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 74 | 0.02 | 0 | 0.69 | 0.05 | 61.43 | 0.87 | 0.62 |
| Hex | EE | F2 | 4A | 2 | 0 | 45 | 5 | 3D | 57 | 3E |
| Octal | 356 | 362 | 112 | 2 | 0 | 105 | 5 | 75 | 127 | 76 |
| Binary | 11101110 | 11110010 | 1001010 | 10 | 0 | 1000101 | 101 | 111101 | 1010111 | 111110 |
Color Harmonies of #EEF24A
Complementary color
Monochromatic Colors of #EEF24A
Black with #EEF24A
Text Example
Text Example
White with #EEF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF24A; }
p { color: rgb(238,242,74); }
H1.HeaderClassName
{
color: #EEF24A;
}
.AnyTagClassName
{
color: #EEF24A;
}
</style>
background-color css
<style>
a { background-color: #EEF24A; }
a { background-color: rgb(238,242,74); }
div.DivClassName
{
background-color: #EEF24A;
}
.BgClassName
{
background-color: #EEF24A;
}
</style>
border-color css
<style>
span { border-color: #EEF24A; }
span { border-color: rgb(238,242,74); }
td.TdClassName
{
border-color: #EEF24A;
}
.TagClassName
{
border-color: #EEF24A;
}
</style>