Shades of Paris Daisy #EEE652
Tints of Paris Daisy #EEE652
RGB
CMYK
RGB Variations
Color information
#EEE652 (or 0xEEE652) is known color: Paris Daisy. HEX triplet: EE, E6 and 52. RGB value is (238,230,82). Sum of RGB (Red+Green+Blue) = 238+230+82=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE652 is #1119AD. Grayscale: #D8D8D8. Windows color (decimal): -1120686 or 5433070. OLE color: 5433070.
HSL color Cylindrical-coordinate representation of color #EEE652: hue angle of 56.92º 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 #EEE652 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 82 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.07 |
| HSL | 56.92º | 0.82% | 0.63% | - |
| HSV(B) | 56.92º | 0.66% | 0.93% | - |
| XYZ | 65.08 | 75.38 | 19.1 | - |
| YUV | 215.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 82 | 0 | 0.03 | 0.66 | 0.07 | 56.92 | 0.82 | 0.63 |
| Hex | EE | E6 | 52 | 0 | 3 | 42 | 7 | 39 | 52 | 3F |
| Octal | 356 | 346 | 122 | 0 | 3 | 102 | 7 | 71 | 122 | 77 |
| Binary | 11101110 | 11100110 | 1010010 | 0 | 11 | 1000010 | 111 | 111001 | 1010010 | 111111 |
Color Harmonies of #EEE652
Complementary color
Monochromatic Colors of #EEE652
Black with #EEE652
Text Example
Text Example
White with #EEE652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE652; }
p { color: rgb(238,230,82); }
H1.HeaderClassName
{
color: #EEE652;
}
.AnyTagClassName
{
color: #EEE652;
}
</style>
background-color css
<style>
a { background-color: #EEE652; }
a { background-color: rgb(238,230,82); }
div.DivClassName
{
background-color: #EEE652;
}
.BgClassName
{
background-color: #EEE652;
}
</style>
border-color css
<style>
span { border-color: #EEE652; }
span { border-color: rgb(238,230,82); }
td.TdClassName
{
border-color: #EEE652;
}
.TagClassName
{
border-color: #EEE652;
}
</style>