Shades of Paris Daisy #EEE850
Tints of Paris Daisy #EEE850
RGB
CMYK
RGB Variations
Color information
#EEE850 (or 0xEEE850) is known color: Paris Daisy. HEX triplet: EE, E8 and 50. RGB value is (238,232,80). Sum of RGB (Red+Green+Blue) = 238+232+80=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE850 is #1117AF. Grayscale: #D9D9D9. Windows color (decimal): -1120176 or 5302510. OLE color: 5302510.
HSL color Cylindrical-coordinate representation of color #EEE850: hue angle of 57.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE850 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 80 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.07 |
| HSL | 57.72º | 0.82% | 0.62% | - |
| HSV(B) | 57.72º | 0.66% | 0.93% | - |
| XYZ | 65.56 | 76.47 | 18.89 | - |
| YUV | 216.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 80 | 0 | 0.03 | 0.66 | 0.07 | 57.72 | 0.82 | 0.62 |
| Hex | EE | E8 | 50 | 0 | 3 | 42 | 7 | 3A | 52 | 3E |
| Octal | 356 | 350 | 120 | 0 | 3 | 102 | 7 | 72 | 122 | 76 |
| Binary | 11101110 | 11101000 | 1010000 | 0 | 11 | 1000010 | 111 | 111010 | 1010010 | 111110 |
Color Harmonies of #EEE850
Complementary color
Monochromatic Colors of #EEE850
Black with #EEE850
Text Example
Text Example
White with #EEE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE850; }
p { color: rgb(238,232,80); }
H1.HeaderClassName
{
color: #EEE850;
}
.AnyTagClassName
{
color: #EEE850;
}
</style>
background-color css
<style>
a { background-color: #EEE850; }
a { background-color: rgb(238,232,80); }
div.DivClassName
{
background-color: #EEE850;
}
.BgClassName
{
background-color: #EEE850;
}
</style>
border-color css
<style>
span { border-color: #EEE850; }
span { border-color: rgb(238,232,80); }
td.TdClassName
{
border-color: #EEE850;
}
.TagClassName
{
border-color: #EEE850;
}
</style>