Shades of Paris Daisy #EEE94B
Tints of Paris Daisy #EEE94B
RGB
CMYK
RGB Variations
Color information
#EEE94B (or 0xEEE94B) is known color: Paris Daisy. HEX triplet: EE, E9 and 4B. RGB value is (238,233,75). Sum of RGB (Red+Green+Blue) = 238+233+75=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE94B is #1116B4. Grayscale: #D9D9D9. Windows color (decimal): -1119925 or 4975086. OLE color: 4975086.
HSL color Cylindrical-coordinate representation of color #EEE94B: hue angle of 58.16º 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 #EEE94B is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 75 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.07 |
| HSL | 58.16º | 0.83% | 0.61% | - |
| HSV(B) | 58.16º | 0.68% | 0.93% | - |
| XYZ | 65.67 | 76.96 | 18.05 | - |
| YUV | 216.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 75 | 0 | 0.02 | 0.68 | 0.07 | 58.16 | 0.83 | 0.61 |
| Hex | EE | E9 | 4B | 0 | 2 | 44 | 7 | 3A | 53 | 3D |
| Octal | 356 | 351 | 113 | 0 | 2 | 104 | 7 | 72 | 123 | 75 |
| Binary | 11101110 | 11101001 | 1001011 | 0 | 10 | 1000100 | 111 | 111010 | 1010011 | 111101 |
Color Harmonies of #EEE94B
Complementary color
Monochromatic Colors of #EEE94B
Black with #EEE94B
Text Example
Text Example
White with #EEE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE94B; }
p { color: rgb(238,233,75); }
H1.HeaderClassName
{
color: #EEE94B;
}
.AnyTagClassName
{
color: #EEE94B;
}
</style>
background-color css
<style>
a { background-color: #EEE94B; }
a { background-color: rgb(238,233,75); }
div.DivClassName
{
background-color: #EEE94B;
}
.BgClassName
{
background-color: #EEE94B;
}
</style>
border-color css
<style>
span { border-color: #EEE94B; }
span { border-color: rgb(238,233,75); }
td.TdClassName
{
border-color: #EEE94B;
}
.TagClassName
{
border-color: #EEE94B;
}
</style>