Shades of Paris Daisy #EEE54B
Tints of Paris Daisy #EEE54B
RGB
CMYK
RGB Variations
Color information
#EEE54B (or 0xEEE54B) is known color: Paris Daisy. HEX triplet: EE, E5 and 4B. RGB value is (238,229,75). Sum of RGB (Red+Green+Blue) = 238+229+75=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE54B is #111AB4. Grayscale: #D6D6D6. Windows color (decimal): -1120949 or 4974062. OLE color: 4974062.
HSL color Cylindrical-coordinate representation of color #EEE54B: hue angle of 56.69º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEE54B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 75 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.07 |
| HSL | 56.69º | 0.83% | 0.61% | - |
| HSV(B) | 56.69º | 0.68% | 0.93% | - |
| XYZ | 64.55 | 74.72 | 17.68 | - |
| YUV | 214.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 75 | 0 | 0.04 | 0.68 | 0.07 | 56.69 | 0.83 | 0.61 |
| Hex | EE | E5 | 4B | 0 | 4 | 44 | 7 | 39 | 53 | 3D |
| Octal | 356 | 345 | 113 | 0 | 4 | 104 | 7 | 71 | 123 | 75 |
| Binary | 11101110 | 11100101 | 1001011 | 0 | 100 | 1000100 | 111 | 111001 | 1010011 | 111101 |
Color Harmonies of #EEE54B
Complementary color
Monochromatic Colors of #EEE54B
Black with #EEE54B
Text Example
Text Example
White with #EEE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE54B; }
p { color: rgb(238,229,75); }
H1.HeaderClassName
{
color: #EEE54B;
}
.AnyTagClassName
{
color: #EEE54B;
}
</style>
background-color css
<style>
a { background-color: #EEE54B; }
a { background-color: rgb(238,229,75); }
div.DivClassName
{
background-color: #EEE54B;
}
.BgClassName
{
background-color: #EEE54B;
}
</style>
border-color css
<style>
span { border-color: #EEE54B; }
span { border-color: rgb(238,229,75); }
td.TdClassName
{
border-color: #EEE54B;
}
.TagClassName
{
border-color: #EEE54B;
}
</style>