Shades of Paris Daisy #EEE54E
Tints of Paris Daisy #EEE54E
RGB
CMYK
RGB Variations
Color information
#EEE54E (or 0xEEE54E) is known color: Paris Daisy. HEX triplet: EE, E5 and 4E. RGB value is (238,229,78). Sum of RGB (Red+Green+Blue) = 238+229+78=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE54E is #111AB1. Grayscale: #D7D7D7. Windows color (decimal): -1120946 or 5170670. OLE color: 5170670.
HSL color Cylindrical-coordinate representation of color #EEE54E: hue angle of 56.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEE54E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 78 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.07 |
| HSL | 56.63º | 0.82% | 0.62% | - |
| HSV(B) | 56.63º | 0.67% | 0.93% | - |
| XYZ | 64.65 | 74.77 | 18.23 | - |
| YUV | 214.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 78 | 0 | 0.04 | 0.67 | 0.07 | 56.63 | 0.82 | 0.62 |
| Hex | EE | E5 | 4E | 0 | 4 | 43 | 7 | 39 | 52 | 3E |
| Octal | 356 | 345 | 116 | 0 | 4 | 103 | 7 | 71 | 122 | 76 |
| Binary | 11101110 | 11100101 | 1001110 | 0 | 100 | 1000011 | 111 | 111001 | 1010010 | 111110 |
Color Harmonies of #EEE54E
Complementary color
Monochromatic Colors of #EEE54E
Black with #EEE54E
Text Example
Text Example
White with #EEE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE54E; }
p { color: rgb(238,229,78); }
H1.HeaderClassName
{
color: #EEE54E;
}
.AnyTagClassName
{
color: #EEE54E;
}
</style>
background-color css
<style>
a { background-color: #EEE54E; }
a { background-color: rgb(238,229,78); }
div.DivClassName
{
background-color: #EEE54E;
}
.BgClassName
{
background-color: #EEE54E;
}
</style>
border-color css
<style>
span { border-color: #EEE54E; }
span { border-color: rgb(238,229,78); }
td.TdClassName
{
border-color: #EEE54E;
}
.TagClassName
{
border-color: #EEE54E;
}
</style>