Shades of Paris Daisy #EEF152
Tints of Paris Daisy #EEF152
RGB
CMYK
RGB Variations
Color information
#EEF152 (or 0xEEF152) is known color: Paris Daisy. HEX triplet: EE, F1 and 52. RGB value is (238,241,82). Sum of RGB (Red+Green+Blue) = 238+241+82=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF152 is #110EAD. Grayscale: #DEDEDE. Windows color (decimal): -1117870 or 5435886. OLE color: 5435886.
HSL color Cylindrical-coordinate representation of color #EEF152: hue angle of 61.13º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEF152 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 82 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.05 |
| HSL | 61.13º | 0.85% | 0.63% | - |
| HSV(B) | 61.13º | 0.66% | 0.95% | - |
| XYZ | 68.24 | 81.7 | 20.16 | - |
| YUV | 221.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 82 | 0.01 | 0 | 0.66 | 0.05 | 61.13 | 0.85 | 0.63 |
| Hex | EE | F1 | 52 | 1 | 0 | 42 | 5 | 3D | 55 | 3F |
| Octal | 356 | 361 | 122 | 1 | 0 | 102 | 5 | 75 | 125 | 77 |
| Binary | 11101110 | 11110001 | 1010010 | 1 | 0 | 1000010 | 101 | 111101 | 1010101 | 111111 |
Color Harmonies of #EEF152
Complementary color
Monochromatic Colors of #EEF152
Black with #EEF152
Text Example
Text Example
White with #EEF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF152; }
p { color: rgb(238,241,82); }
H1.HeaderClassName
{
color: #EEF152;
}
.AnyTagClassName
{
color: #EEF152;
}
</style>
background-color css
<style>
a { background-color: #EEF152; }
a { background-color: rgb(238,241,82); }
div.DivClassName
{
background-color: #EEF152;
}
.BgClassName
{
background-color: #EEF152;
}
</style>
border-color css
<style>
span { border-color: #EEF152; }
span { border-color: rgb(238,241,82); }
td.TdClassName
{
border-color: #EEF152;
}
.TagClassName
{
border-color: #EEF152;
}
</style>