Shades of Paris Daisy #EEF945
Tints of Paris Daisy #EEF945
RGB
CMYK
RGB Variations
Color information
#EEF945 (or 0xEEF945) is known color: Paris Daisy. HEX triplet: EE, F9 and 45. RGB value is (238,249,69). Sum of RGB (Red+Green+Blue) = 238+249+69=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 69 (27.34% from 255 or 12.41% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF945 is #1106BA. Grayscale: #E1E1E1. Windows color (decimal): -1115835 or 4585966. OLE color: 4585966.
HSL color Cylindrical-coordinate representation of color #EEF945: hue angle of 63.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEF945 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 69 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.02 |
| HSL | 63.67º | 0.94% | 0.62% | - |
| HSV(B) | 63.67º | 0.72% | 0.98% | - |
| XYZ | 70.21 | 86.36 | 18.6 | - |
| YUV | 225.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 69 | 0.04 | 0 | 0.72 | 0.02 | 63.67 | 0.94 | 0.62 |
| Hex | EE | F9 | 45 | 4 | 0 | 48 | 2 | 40 | 5E | 3E |
| Octal | 356 | 371 | 105 | 4 | 0 | 110 | 2 | 100 | 136 | 76 |
| Binary | 11101110 | 11111001 | 1000101 | 100 | 0 | 1001000 | 10 | 1000000 | 1011110 | 111110 |
Color Harmonies of #EEF945
Complementary color
Monochromatic Colors of #EEF945
Black with #EEF945
Text Example
Text Example
White with #EEF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF945; }
p { color: rgb(238,249,69); }
H1.HeaderClassName
{
color: #EEF945;
}
.AnyTagClassName
{
color: #EEF945;
}
</style>
background-color css
<style>
a { background-color: #EEF945; }
a { background-color: rgb(238,249,69); }
div.DivClassName
{
background-color: #EEF945;
}
.BgClassName
{
background-color: #EEF945;
}
</style>
border-color css
<style>
span { border-color: #EEF945; }
span { border-color: rgb(238,249,69); }
td.TdClassName
{
border-color: #EEF945;
}
.TagClassName
{
border-color: #EEF945;
}
</style>