Shades of Paris Daisy #EEEA55
Tints of Paris Daisy #EEEA55
RGB
CMYK
RGB Variations
Color information
#EEEA55 (or 0xEEEA55) is known color: Paris Daisy. HEX triplet: EE, EA and 55. RGB value is (238,234,85). Sum of RGB (Red+Green+Blue) = 238+234+85=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEA55 is #1115AA. Grayscale: #DADADA. Windows color (decimal): -1119659 or 5630702. OLE color: 5630702.
HSL color Cylindrical-coordinate representation of color #EEEA55: hue angle of 58.43º 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 #EEEA55 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 85 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.07 |
| HSL | 58.43º | 0.82% | 0.63% | - |
| HSV(B) | 58.43º | 0.64% | 0.93% | - |
| XYZ | 66.32 | 77.68 | 20.09 | - |
| YUV | 218.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 85 | 0 | 0.02 | 0.64 | 0.07 | 58.43 | 0.82 | 0.63 |
| Hex | EE | EA | 55 | 0 | 2 | 40 | 7 | 3A | 52 | 3F |
| Octal | 356 | 352 | 125 | 0 | 2 | 100 | 7 | 72 | 122 | 77 |
| Binary | 11101110 | 11101010 | 1010101 | 0 | 10 | 1000000 | 111 | 111010 | 1010010 | 111111 |
Color Harmonies of #EEEA55
Complementary color
Monochromatic Colors of #EEEA55
Black with #EEEA55
Text Example
Text Example
White with #EEEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEA55; }
p { color: rgb(238,234,85); }
H1.HeaderClassName
{
color: #EEEA55;
}
.AnyTagClassName
{
color: #EEEA55;
}
</style>
background-color css
<style>
a { background-color: #EEEA55; }
a { background-color: rgb(238,234,85); }
div.DivClassName
{
background-color: #EEEA55;
}
.BgClassName
{
background-color: #EEEA55;
}
</style>
border-color css
<style>
span { border-color: #EEEA55; }
span { border-color: rgb(238,234,85); }
td.TdClassName
{
border-color: #EEEA55;
}
.TagClassName
{
border-color: #EEEA55;
}
</style>