Shades of Paris Daisy #EEF14A
Tints of Paris Daisy #EEF14A
RGB
CMYK
RGB Variations
Color information
#EEF14A (or 0xEEF14A) is known color: Paris Daisy. HEX triplet: EE, F1 and 4A. RGB value is (238,241,74). Sum of RGB (Red+Green+Blue) = 238+241+74=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF14A is #110EB5. Grayscale: #DDDDDD. Windows color (decimal): -1117878 or 4911598. OLE color: 4911598.
HSL color Cylindrical-coordinate representation of color #EEF14A: hue angle of 61.08º degrees, saturation: 0.86, 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 #EEF14A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 74 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.05 |
| HSL | 61.08º | 0.86% | 0.62% | - |
| HSV(B) | 61.08º | 0.69% | 0.95% | - |
| XYZ | 67.95 | 81.58 | 18.64 | - |
| YUV | 221.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 74 | 0.01 | 0 | 0.69 | 0.05 | 61.08 | 0.86 | 0.62 |
| Hex | EE | F1 | 4A | 1 | 0 | 45 | 5 | 3D | 56 | 3E |
| Octal | 356 | 361 | 112 | 1 | 0 | 105 | 5 | 75 | 126 | 76 |
| Binary | 11101110 | 11110001 | 1001010 | 1 | 0 | 1000101 | 101 | 111101 | 1010110 | 111110 |
Color Harmonies of #EEF14A
Complementary color
Monochromatic Colors of #EEF14A
Black with #EEF14A
Text Example
Text Example
White with #EEF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF14A; }
p { color: rgb(238,241,74); }
H1.HeaderClassName
{
color: #EEF14A;
}
.AnyTagClassName
{
color: #EEF14A;
}
</style>
background-color css
<style>
a { background-color: #EEF14A; }
a { background-color: rgb(238,241,74); }
div.DivClassName
{
background-color: #EEF14A;
}
.BgClassName
{
background-color: #EEF14A;
}
</style>
border-color css
<style>
span { border-color: #EEF14A; }
span { border-color: rgb(238,241,74); }
td.TdClassName
{
border-color: #EEF14A;
}
.TagClassName
{
border-color: #EEF14A;
}
</style>