Shades of Paris Daisy #EEE950
Tints of Paris Daisy #EEE950
RGB
CMYK
RGB Variations
Color information
#EEE950 (or 0xEEE950) is known color: Paris Daisy. HEX triplet: EE, E9 and 50. RGB value is (238,233,80). Sum of RGB (Red+Green+Blue) = 238+233+80=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 80 (31.64% from 255 or 14.52% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE950 is #1116AF. Grayscale: #D9D9D9. Windows color (decimal): -1119920 or 5302766. OLE color: 5302766.
HSL color Cylindrical-coordinate representation of color #EEE950: hue angle of 58.1º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE950 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 80 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.07 |
| HSL | 58.1º | 0.82% | 0.62% | - |
| HSV(B) | 58.1º | 0.66% | 0.93% | - |
| XYZ | 65.85 | 77.03 | 18.99 | - |
| YUV | 217.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 80 | 0 | 0.02 | 0.66 | 0.07 | 58.1 | 0.82 | 0.62 |
| Hex | EE | E9 | 50 | 0 | 2 | 42 | 7 | 3A | 52 | 3E |
| Octal | 356 | 351 | 120 | 0 | 2 | 102 | 7 | 72 | 122 | 76 |
| Binary | 11101110 | 11101001 | 1010000 | 0 | 10 | 1000010 | 111 | 111010 | 1010010 | 111110 |
Color Harmonies of #EEE950
Complementary color
Monochromatic Colors of #EEE950
Black with #EEE950
Text Example
Text Example
White with #EEE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE950; }
p { color: rgb(238,233,80); }
H1.HeaderClassName
{
color: #EEE950;
}
.AnyTagClassName
{
color: #EEE950;
}
</style>
background-color css
<style>
a { background-color: #EEE950; }
a { background-color: rgb(238,233,80); }
div.DivClassName
{
background-color: #EEE950;
}
.BgClassName
{
background-color: #EEE950;
}
</style>
border-color css
<style>
span { border-color: #EEE950; }
span { border-color: rgb(238,233,80); }
td.TdClassName
{
border-color: #EEE950;
}
.TagClassName
{
border-color: #EEE950;
}
</style>