Shades of Paris Daisy #EEF350
Tints of Paris Daisy #EEF350
RGB
CMYK
RGB Variations
Color information
#EEF350 (or 0xEEF350) is known color: Paris Daisy. HEX triplet: EE, F3 and 50. RGB value is (238,243,80). Sum of RGB (Red+Green+Blue) = 238+243+80=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF350 is #110CAF. Grayscale: #DFDFDF. Windows color (decimal): -1117360 or 5305326. OLE color: 5305326.
HSL color Cylindrical-coordinate representation of color #EEF350: hue angle of 61.84º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEF350 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 80 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.05 |
| HSL | 61.84º | 0.87% | 0.63% | - |
| HSV(B) | 61.84º | 0.67% | 0.95% | - |
| XYZ | 68.76 | 82.86 | 19.96 | - |
| YUV | 222.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 80 | 0.02 | 0 | 0.67 | 0.05 | 61.84 | 0.87 | 0.63 |
| Hex | EE | F3 | 50 | 2 | 0 | 43 | 5 | 3E | 57 | 3F |
| Octal | 356 | 363 | 120 | 2 | 0 | 103 | 5 | 76 | 127 | 77 |
| Binary | 11101110 | 11110011 | 1010000 | 10 | 0 | 1000011 | 101 | 111110 | 1010111 | 111111 |
Color Harmonies of #EEF350
Complementary color
Monochromatic Colors of #EEF350
Black with #EEF350
Text Example
Text Example
White with #EEF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF350; }
p { color: rgb(238,243,80); }
H1.HeaderClassName
{
color: #EEF350;
}
.AnyTagClassName
{
color: #EEF350;
}
</style>
background-color css
<style>
a { background-color: #EEF350; }
a { background-color: rgb(238,243,80); }
div.DivClassName
{
background-color: #EEF350;
}
.BgClassName
{
background-color: #EEF350;
}
</style>
border-color css
<style>
span { border-color: #EEF350; }
span { border-color: rgb(238,243,80); }
td.TdClassName
{
border-color: #EEF350;
}
.TagClassName
{
border-color: #EEF350;
}
</style>