Shades of Paris Daisy #EEE952
Tints of Paris Daisy #EEE952
RGB
CMYK
RGB Variations
Color information
#EEE952 (or 0xEEE952) is known color: Paris Daisy. HEX triplet: EE, E9 and 52. RGB value is (238,233,82). Sum of RGB (Red+Green+Blue) = 238+233+82=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE952 is #1116AD. Grayscale: #D9D9D9. Windows color (decimal): -1119918 or 5433838. OLE color: 5433838.
HSL color Cylindrical-coordinate representation of color #EEE952: hue angle of 58.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE952 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 82 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.07 |
| HSL | 58.08º | 0.82% | 0.63% | - |
| HSV(B) | 58.08º | 0.66% | 0.93% | - |
| XYZ | 65.92 | 77.06 | 19.38 | - |
| YUV | 217.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 82 | 0 | 0.02 | 0.66 | 0.07 | 58.08 | 0.82 | 0.63 |
| Hex | EE | E9 | 52 | 0 | 2 | 42 | 7 | 3A | 52 | 3F |
| Octal | 356 | 351 | 122 | 0 | 2 | 102 | 7 | 72 | 122 | 77 |
| Binary | 11101110 | 11101001 | 1010010 | 0 | 10 | 1000010 | 111 | 111010 | 1010010 | 111111 |
Color Harmonies of #EEE952
Complementary color
Monochromatic Colors of #EEE952
Black with #EEE952
Text Example
Text Example
White with #EEE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE952; }
p { color: rgb(238,233,82); }
H1.HeaderClassName
{
color: #EEE952;
}
.AnyTagClassName
{
color: #EEE952;
}
</style>
background-color css
<style>
a { background-color: #EEE952; }
a { background-color: rgb(238,233,82); }
div.DivClassName
{
background-color: #EEE952;
}
.BgClassName
{
background-color: #EEE952;
}
</style>
border-color css
<style>
span { border-color: #EEE952; }
span { border-color: rgb(238,233,82); }
td.TdClassName
{
border-color: #EEE952;
}
.TagClassName
{
border-color: #EEE952;
}
</style>