Shades of Paris Daisy #EEF54B
Tints of Paris Daisy #EEF54B
RGB
CMYK
RGB Variations
Color information
#EEF54B (or 0xEEF54B) is known color: Paris Daisy. HEX triplet: EE, F5 and 4B. RGB value is (238,245,75). Sum of RGB (Red+Green+Blue) = 238+245+75=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF54B is #110AB4. Grayscale: #E0E0E0. Windows color (decimal): -1116853 or 4978158. OLE color: 4978158.
HSL color Cylindrical-coordinate representation of color #EEF54B: hue angle of 62.47º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEF54B is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 75 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.04 |
| HSL | 62.47º | 0.89% | 0.63% | - |
| HSV(B) | 62.47º | 0.69% | 0.96% | - |
| XYZ | 69.18 | 83.99 | 19.22 | - |
| YUV | 223.53 | 44.18 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 75 | 0.03 | 0 | 0.69 | 0.04 | 62.47 | 0.89 | 0.63 |
| Hex | EE | F5 | 4B | 3 | 0 | 45 | 4 | 3E | 59 | 3F |
| Octal | 356 | 365 | 113 | 3 | 0 | 105 | 4 | 76 | 131 | 77 |
| Binary | 11101110 | 11110101 | 1001011 | 11 | 0 | 1000101 | 100 | 111110 | 1011001 | 111111 |
Color Harmonies of #EEF54B
Complementary color
Monochromatic Colors of #EEF54B
Black with #EEF54B
Text Example
Text Example
White with #EEF54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF54B; }
p { color: rgb(238,245,75); }
H1.HeaderClassName
{
color: #EEF54B;
}
.AnyTagClassName
{
color: #EEF54B;
}
</style>
background-color css
<style>
a { background-color: #EEF54B; }
a { background-color: rgb(238,245,75); }
div.DivClassName
{
background-color: #EEF54B;
}
.BgClassName
{
background-color: #EEF54B;
}
</style>
border-color css
<style>
span { border-color: #EEF54B; }
span { border-color: rgb(238,245,75); }
td.TdClassName
{
border-color: #EEF54B;
}
.TagClassName
{
border-color: #EEF54B;
}
</style>