Shades of Paris Daisy #EEE945
Tints of Paris Daisy #EEE945
RGB
CMYK
RGB Variations
Color information
#EEE945 (or 0xEEE945) is known color: Paris Daisy. HEX triplet: EE, E9 and 45. RGB value is (238,233,69). Sum of RGB (Red+Green+Blue) = 238+233+69=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE945 is #1116BA. Grayscale: #D8D8D8. Windows color (decimal): -1119931 or 4581870. OLE color: 4581870.
HSL color Cylindrical-coordinate representation of color #EEE945: hue angle of 58.22º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEE945 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 69 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.07 |
| HSL | 58.22º | 0.83% | 0.6% | - |
| HSV(B) | 58.22º | 0.71% | 0.93% | - |
| XYZ | 65.47 | 76.88 | 17.02 | - |
| YUV | 215.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 69 | 0 | 0.02 | 0.71 | 0.07 | 58.22 | 0.83 | 0.6 |
| Hex | EE | E9 | 45 | 0 | 2 | 47 | 7 | 3A | 53 | 3C |
| Octal | 356 | 351 | 105 | 0 | 2 | 107 | 7 | 72 | 123 | 74 |
| Binary | 11101110 | 11101001 | 1000101 | 0 | 10 | 1000111 | 111 | 111010 | 1010011 | 111100 |
Color Harmonies of #EEE945
Complementary color
Monochromatic Colors of #EEE945
Black with #EEE945
Text Example
Text Example
White with #EEE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE945; }
p { color: rgb(238,233,69); }
H1.HeaderClassName
{
color: #EEE945;
}
.AnyTagClassName
{
color: #EEE945;
}
</style>
background-color css
<style>
a { background-color: #EEE945; }
a { background-color: rgb(238,233,69); }
div.DivClassName
{
background-color: #EEE945;
}
.BgClassName
{
background-color: #EEE945;
}
</style>
border-color css
<style>
span { border-color: #EEE945; }
span { border-color: rgb(238,233,69); }
td.TdClassName
{
border-color: #EEE945;
}
.TagClassName
{
border-color: #EEE945;
}
</style>