Shades of Paris Daisy #EEE955
Tints of Paris Daisy #EEE955
RGB
CMYK
RGB Variations
Color information
#EEE955 (or 0xEEE955) is known color: Paris Daisy. HEX triplet: EE, E9 and 55. RGB value is (238,233,85). Sum of RGB (Red+Green+Blue) = 238+233+85=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE955 is #1116AA. Grayscale: #DADADA. Windows color (decimal): -1119915 or 5630446. OLE color: 5630446.
HSL color Cylindrical-coordinate representation of color #EEE955: hue angle of 58.04º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEE955 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 85 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.07 |
| HSL | 58.04º | 0.82% | 0.63% | - |
| HSV(B) | 58.04º | 0.64% | 0.93% | - |
| XYZ | 66.04 | 77.11 | 20 | - |
| YUV | 217.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 85 | 0 | 0.02 | 0.64 | 0.07 | 58.04 | 0.82 | 0.63 |
| Hex | EE | E9 | 55 | 0 | 2 | 40 | 7 | 3A | 52 | 3F |
| Octal | 356 | 351 | 125 | 0 | 2 | 100 | 7 | 72 | 122 | 77 |
| Binary | 11101110 | 11101001 | 1010101 | 0 | 10 | 1000000 | 111 | 111010 | 1010010 | 111111 |
Color Harmonies of #EEE955
Complementary color
Monochromatic Colors of #EEE955
Black with #EEE955
Text Example
Text Example
White with #EEE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE955; }
p { color: rgb(238,233,85); }
H1.HeaderClassName
{
color: #EEE955;
}
.AnyTagClassName
{
color: #EEE955;
}
</style>
background-color css
<style>
a { background-color: #EEE955; }
a { background-color: rgb(238,233,85); }
div.DivClassName
{
background-color: #EEE955;
}
.BgClassName
{
background-color: #EEE955;
}
</style>
border-color css
<style>
span { border-color: #EEE955; }
span { border-color: rgb(238,233,85); }
td.TdClassName
{
border-color: #EEE955;
}
.TagClassName
{
border-color: #EEE955;
}
</style>