Shades of Paris Daisy #EEF341
Tints of Paris Daisy #EEF341
RGB
CMYK
RGB Variations
Color information
#EEF341 (or 0xEEF341) is known color: Paris Daisy. HEX triplet: EE, F3 and 41. RGB value is (238,243,65). Sum of RGB (Red+Green+Blue) = 238+243+65=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 65 (25.78% from 255 or 11.90% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF341 is #110CBE. Grayscale: #DDDDDD. Windows color (decimal): -1117375 or 4322286. OLE color: 4322286.
HSL color Cylindrical-coordinate representation of color #EEF341: hue angle of 61.69º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEF341 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 65 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.05 |
| HSL | 61.69º | 0.88% | 0.6% | - |
| HSV(B) | 61.69º | 0.73% | 0.95% | - |
| XYZ | 68.26 | 82.66 | 17.36 | - |
| YUV | 221.21 | 39.84 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 65 | 0.02 | 0 | 0.73 | 0.05 | 61.69 | 0.88 | 0.6 |
| Hex | EE | F3 | 41 | 2 | 0 | 49 | 5 | 3E | 58 | 3C |
| Octal | 356 | 363 | 101 | 2 | 0 | 111 | 5 | 76 | 130 | 74 |
| Binary | 11101110 | 11110011 | 1000001 | 10 | 0 | 1001001 | 101 | 111110 | 1011000 | 111100 |
Color Harmonies of #EEF341
Complementary color
Monochromatic Colors of #EEF341
Black with #EEF341
Text Example
Text Example
White with #EEF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF341; }
p { color: rgb(238,243,65); }
H1.HeaderClassName
{
color: #EEF341;
}
.AnyTagClassName
{
color: #EEF341;
}
</style>
background-color css
<style>
a { background-color: #EEF341; }
a { background-color: rgb(238,243,65); }
div.DivClassName
{
background-color: #EEF341;
}
.BgClassName
{
background-color: #EEF341;
}
</style>
border-color css
<style>
span { border-color: #EEF341; }
span { border-color: rgb(238,243,65); }
td.TdClassName
{
border-color: #EEF341;
}
.TagClassName
{
border-color: #EEF341;
}
</style>