Shades of Paris Daisy #EEE94C
Tints of Paris Daisy #EEE94C
RGB
CMYK
RGB Variations
Color information
#EEE94C (or 0xEEE94C) is known color: Paris Daisy. HEX triplet: EE, E9 and 4C. RGB value is (238,233,76). Sum of RGB (Red+Green+Blue) = 238+233+76=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 76 (30.08% from 255 or 13.89% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE94C is #1116B3. Grayscale: #D9D9D9. Windows color (decimal): -1119924 or 5040622. OLE color: 5040622.
HSL color Cylindrical-coordinate representation of color #EEE94C: hue angle of 58.15º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEE94C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 76 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.07 |
| HSL | 58.15º | 0.83% | 0.62% | - |
| HSV(B) | 58.15º | 0.68% | 0.93% | - |
| XYZ | 65.7 | 76.98 | 18.23 | - |
| YUV | 216.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 76 | 0 | 0.02 | 0.68 | 0.07 | 58.15 | 0.83 | 0.62 |
| Hex | EE | E9 | 4C | 0 | 2 | 44 | 7 | 3A | 53 | 3E |
| Octal | 356 | 351 | 114 | 0 | 2 | 104 | 7 | 72 | 123 | 76 |
| Binary | 11101110 | 11101001 | 1001100 | 0 | 10 | 1000100 | 111 | 111010 | 1010011 | 111110 |
Color Harmonies of #EEE94C
Complementary color
Monochromatic Colors of #EEE94C
Black with #EEE94C
Text Example
Text Example
White with #EEE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE94C; }
p { color: rgb(238,233,76); }
H1.HeaderClassName
{
color: #EEE94C;
}
.AnyTagClassName
{
color: #EEE94C;
}
</style>
background-color css
<style>
a { background-color: #EEE94C; }
a { background-color: rgb(238,233,76); }
div.DivClassName
{
background-color: #EEE94C;
}
.BgClassName
{
background-color: #EEE94C;
}
</style>
border-color css
<style>
span { border-color: #EEE94C; }
span { border-color: rgb(238,233,76); }
td.TdClassName
{
border-color: #EEE94C;
}
.TagClassName
{
border-color: #EEE94C;
}
</style>