Shades of Paris Daisy #EEF145
Tints of Paris Daisy #EEF145
RGB
CMYK
RGB Variations
Color information
#EEF145 (or 0xEEF145) is known color: Paris Daisy. HEX triplet: EE, F1 and 45. RGB value is (238,241,69). Sum of RGB (Red+Green+Blue) = 238+241+69=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF145 is #110EBA. Grayscale: #DDDDDD. Windows color (decimal): -1117883 or 4583918. OLE color: 4583918.
HSL color Cylindrical-coordinate representation of color #EEF145: hue angle of 61.05º degrees, saturation: 0.86, 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 #EEF145 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 69 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.05 |
| HSL | 61.05º | 0.86% | 0.61% | - |
| HSV(B) | 61.05º | 0.71% | 0.95% | - |
| XYZ | 67.79 | 81.52 | 17.79 | - |
| YUV | 220.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 69 | 0.01 | 0 | 0.71 | 0.05 | 61.05 | 0.86 | 0.61 |
| Hex | EE | F1 | 45 | 1 | 0 | 47 | 5 | 3D | 56 | 3D |
| Octal | 356 | 361 | 105 | 1 | 0 | 107 | 5 | 75 | 126 | 75 |
| Binary | 11101110 | 11110001 | 1000101 | 1 | 0 | 1000111 | 101 | 111101 | 1010110 | 111101 |
Color Harmonies of #EEF145
Complementary color
Monochromatic Colors of #EEF145
Black with #EEF145
Text Example
Text Example
White with #EEF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF145; }
p { color: rgb(238,241,69); }
H1.HeaderClassName
{
color: #EEF145;
}
.AnyTagClassName
{
color: #EEF145;
}
</style>
background-color css
<style>
a { background-color: #EEF145; }
a { background-color: rgb(238,241,69); }
div.DivClassName
{
background-color: #EEF145;
}
.BgClassName
{
background-color: #EEF145;
}
</style>
border-color css
<style>
span { border-color: #EEF145; }
span { border-color: rgb(238,241,69); }
td.TdClassName
{
border-color: #EEF145;
}
.TagClassName
{
border-color: #EEF145;
}
</style>