Shades of Paris Daisy #EEE755
Tints of Paris Daisy #EEE755
RGB
CMYK
RGB Variations
Color information
#EEE755 (or 0xEEE755) is known color: Paris Daisy. HEX triplet: EE, E7 and 55. RGB value is (238,231,85). Sum of RGB (Red+Green+Blue) = 238+231+85=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE755 is #1118AA. Grayscale: #D9D9D9. Windows color (decimal): -1120427 or 5629934. OLE color: 5629934.
HSL color Cylindrical-coordinate representation of color #EEE755: hue angle of 57.25º 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 #EEE755 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 85 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.07 |
| HSL | 57.25º | 0.82% | 0.63% | - |
| HSV(B) | 57.25º | 0.64% | 0.93% | - |
| XYZ | 65.48 | 75.98 | 19.81 | - |
| YUV | 216.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 85 | 0 | 0.03 | 0.64 | 0.07 | 57.25 | 0.82 | 0.63 |
| Hex | EE | E7 | 55 | 0 | 3 | 40 | 7 | 39 | 52 | 3F |
| Octal | 356 | 347 | 125 | 0 | 3 | 100 | 7 | 71 | 122 | 77 |
| Binary | 11101110 | 11100111 | 1010101 | 0 | 11 | 1000000 | 111 | 111001 | 1010010 | 111111 |
Color Harmonies of #EEE755
Complementary color
Monochromatic Colors of #EEE755
Black with #EEE755
Text Example
Text Example
White with #EEE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE755; }
p { color: rgb(238,231,85); }
H1.HeaderClassName
{
color: #EEE755;
}
.AnyTagClassName
{
color: #EEE755;
}
</style>
background-color css
<style>
a { background-color: #EEE755; }
a { background-color: rgb(238,231,85); }
div.DivClassName
{
background-color: #EEE755;
}
.BgClassName
{
background-color: #EEE755;
}
</style>
border-color css
<style>
span { border-color: #EEE755; }
span { border-color: rgb(238,231,85); }
td.TdClassName
{
border-color: #EEE755;
}
.TagClassName
{
border-color: #EEE755;
}
</style>