Shades of Paris Daisy #EEF545
Tints of Paris Daisy #EEF545
RGB
CMYK
RGB Variations
Color information
#EEF545 (or 0xEEF545) is known color: Paris Daisy. HEX triplet: EE, F5 and 45. RGB value is (238,245,69). Sum of RGB (Red+Green+Blue) = 238+245+69=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 69 (27.34% from 255 or 12.5% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF545 is #110ABA. Grayscale: #DFDFDF. Windows color (decimal): -1116859 or 4584942. OLE color: 4584942.
HSL color Cylindrical-coordinate representation of color #EEF545: hue angle of 62.39º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEF545 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 69 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.04 |
| HSL | 62.39º | 0.9% | 0.62% | - |
| HSV(B) | 62.39º | 0.72% | 0.96% | - |
| XYZ | 68.99 | 83.91 | 18.19 | - |
| YUV | 222.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 69 | 0.03 | 0 | 0.72 | 0.04 | 62.39 | 0.9 | 0.62 |
| Hex | EE | F5 | 45 | 3 | 0 | 48 | 4 | 3E | 5A | 3E |
| Octal | 356 | 365 | 105 | 3 | 0 | 110 | 4 | 76 | 132 | 76 |
| Binary | 11101110 | 11110101 | 1000101 | 11 | 0 | 1001000 | 100 | 111110 | 1011010 | 111110 |
Color Harmonies of #EEF545
Complementary color
Monochromatic Colors of #EEF545
Black with #EEF545
Text Example
Text Example
White with #EEF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF545; }
p { color: rgb(238,245,69); }
H1.HeaderClassName
{
color: #EEF545;
}
.AnyTagClassName
{
color: #EEF545;
}
</style>
background-color css
<style>
a { background-color: #EEF545; }
a { background-color: rgb(238,245,69); }
div.DivClassName
{
background-color: #EEF545;
}
.BgClassName
{
background-color: #EEF545;
}
</style>
border-color css
<style>
span { border-color: #EEF545; }
span { border-color: rgb(238,245,69); }
td.TdClassName
{
border-color: #EEF545;
}
.TagClassName
{
border-color: #EEF545;
}
</style>