Shades of Paris Daisy #EEE54D
Tints of Paris Daisy #EEE54D
RGB
CMYK
RGB Variations
Color information
#EEE54D (or 0xEEE54D) is known color: Paris Daisy. HEX triplet: EE, E5 and 4D. RGB value is (238,229,77). Sum of RGB (Red+Green+Blue) = 238+229+77=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE54D is #111AB2. Grayscale: #D6D6D6. Windows color (decimal): -1120947 or 5105134. OLE color: 5105134.
HSL color Cylindrical-coordinate representation of color #EEE54D: hue angle of 56.65º 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 #EEE54D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 77 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.07 |
| HSL | 56.65º | 0.83% | 0.62% | - |
| HSV(B) | 56.65º | 0.68% | 0.93% | - |
| XYZ | 64.62 | 74.75 | 18.04 | - |
| YUV | 214.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 77 | 0 | 0.04 | 0.68 | 0.07 | 56.65 | 0.83 | 0.62 |
| Hex | EE | E5 | 4D | 0 | 4 | 44 | 7 | 39 | 53 | 3E |
| Octal | 356 | 345 | 115 | 0 | 4 | 104 | 7 | 71 | 123 | 76 |
| Binary | 11101110 | 11100101 | 1001101 | 0 | 100 | 1000100 | 111 | 111001 | 1010011 | 111110 |
Color Harmonies of #EEE54D
Complementary color
Monochromatic Colors of #EEE54D
Black with #EEE54D
Text Example
Text Example
White with #EEE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE54D; }
p { color: rgb(238,229,77); }
H1.HeaderClassName
{
color: #EEE54D;
}
.AnyTagClassName
{
color: #EEE54D;
}
</style>
background-color css
<style>
a { background-color: #EEE54D; }
a { background-color: rgb(238,229,77); }
div.DivClassName
{
background-color: #EEE54D;
}
.BgClassName
{
background-color: #EEE54D;
}
</style>
border-color css
<style>
span { border-color: #EEE54D; }
span { border-color: rgb(238,229,77); }
td.TdClassName
{
border-color: #EEE54D;
}
.TagClassName
{
border-color: #EEE54D;
}
</style>