Shades of Paris Daisy #EEEB55
Tints of Paris Daisy #EEEB55
RGB
CMYK
RGB Variations
Color information
#EEEB55 (or 0xEEEB55) is known color: Paris Daisy. HEX triplet: EE, EB and 55. RGB value is (238,235,85). Sum of RGB (Red+Green+Blue) = 238+235+85=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEB55 is #1114AA. Grayscale: #DBDBDB. Windows color (decimal): -1119403 or 5630958. OLE color: 5630958.
HSL color Cylindrical-coordinate representation of color #EEEB55: hue angle of 58.82º 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 #EEEB55 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 85 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.07 |
| HSL | 58.82º | 0.82% | 0.63% | - |
| HSV(B) | 58.82º | 0.64% | 0.93% | - |
| XYZ | 66.61 | 78.25 | 20.19 | - |
| YUV | 218.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 85 | 0 | 0.01 | 0.64 | 0.07 | 58.82 | 0.82 | 0.63 |
| Hex | EE | EB | 55 | 0 | 1 | 40 | 7 | 3B | 52 | 3F |
| Octal | 356 | 353 | 125 | 0 | 1 | 100 | 7 | 73 | 122 | 77 |
| Binary | 11101110 | 11101011 | 1010101 | 0 | 1 | 1000000 | 111 | 111011 | 1010010 | 111111 |
Color Harmonies of #EEEB55
Complementary color
Monochromatic Colors of #EEEB55
Black with #EEEB55
Text Example
Text Example
White with #EEEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEB55; }
p { color: rgb(238,235,85); }
H1.HeaderClassName
{
color: #EEEB55;
}
.AnyTagClassName
{
color: #EEEB55;
}
</style>
background-color css
<style>
a { background-color: #EEEB55; }
a { background-color: rgb(238,235,85); }
div.DivClassName
{
background-color: #EEEB55;
}
.BgClassName
{
background-color: #EEEB55;
}
</style>
border-color css
<style>
span { border-color: #EEEB55; }
span { border-color: rgb(238,235,85); }
td.TdClassName
{
border-color: #EEEB55;
}
.TagClassName
{
border-color: #EEEB55;
}
</style>