Shades of Paris Daisy #EEF245
Tints of Paris Daisy #EEF245
RGB
CMYK
RGB Variations
Color information
#EEF245 (or 0xEEF245) is known color: Paris Daisy. HEX triplet: EE, F2 and 45. RGB value is (238,242,69). Sum of RGB (Red+Green+Blue) = 238+242+69=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF245 is #110DBA. Grayscale: #DDDDDD. Windows color (decimal): -1117627 or 4584174. OLE color: 4584174.
HSL color Cylindrical-coordinate representation of color #EEF245: hue angle of 61.39º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEF245 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 69 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.05 |
| HSL | 61.39º | 0.87% | 0.61% | - |
| HSV(B) | 61.39º | 0.71% | 0.95% | - |
| XYZ | 68.09 | 82.11 | 17.89 | - |
| YUV | 221.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 69 | 0.02 | 0 | 0.71 | 0.05 | 61.39 | 0.87 | 0.61 |
| Hex | EE | F2 | 45 | 2 | 0 | 47 | 5 | 3D | 57 | 3D |
| Octal | 356 | 362 | 105 | 2 | 0 | 107 | 5 | 75 | 127 | 75 |
| Binary | 11101110 | 11110010 | 1000101 | 10 | 0 | 1000111 | 101 | 111101 | 1010111 | 111101 |
Color Harmonies of #EEF245
Complementary color
Monochromatic Colors of #EEF245
Black with #EEF245
Text Example
Text Example
White with #EEF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF245; }
p { color: rgb(238,242,69); }
H1.HeaderClassName
{
color: #EEF245;
}
.AnyTagClassName
{
color: #EEF245;
}
</style>
background-color css
<style>
a { background-color: #EEF245; }
a { background-color: rgb(238,242,69); }
div.DivClassName
{
background-color: #EEF245;
}
.BgClassName
{
background-color: #EEF245;
}
</style>
border-color css
<style>
span { border-color: #EEF245; }
span { border-color: rgb(238,242,69); }
td.TdClassName
{
border-color: #EEF245;
}
.TagClassName
{
border-color: #EEF245;
}
</style>