Shades of Paris Daisy #EEF353
Tints of Paris Daisy #EEF353
RGB
CMYK
RGB Variations
Color information
#EEF353 (or 0xEEF353) is known color: Paris Daisy. HEX triplet: EE, F3 and 53. RGB value is (238,243,83). Sum of RGB (Red+Green+Blue) = 238+243+83=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF353 is #110CAC. Grayscale: #DFDFDF. Windows color (decimal): -1117357 or 5501934. OLE color: 5501934.
HSL color Cylindrical-coordinate representation of color #EEF353: hue angle of 61.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEF353 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 83 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.88º | 0.87% | 0.64% | - |
| HSV(B) | 61.88º | 0.66% | 0.95% | - |
| XYZ | 68.87 | 82.9 | 20.56 | - |
| YUV | 223.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 83 | 0.02 | 0 | 0.66 | 0.05 | 61.88 | 0.87 | 0.64 |
| Hex | EE | F3 | 53 | 2 | 0 | 42 | 5 | 3E | 57 | 40 |
| Octal | 356 | 363 | 123 | 2 | 0 | 102 | 5 | 76 | 127 | 100 |
| Binary | 11101110 | 11110011 | 1010011 | 10 | 0 | 1000010 | 101 | 111110 | 1010111 | 1000000 |
Color Harmonies of #EEF353
Complementary color
Monochromatic Colors of #EEF353
Black with #EEF353
Text Example
Text Example
White with #EEF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF353; }
p { color: rgb(238,243,83); }
H1.HeaderClassName
{
color: #EEF353;
}
.AnyTagClassName
{
color: #EEF353;
}
</style>
background-color css
<style>
a { background-color: #EEF353; }
a { background-color: rgb(238,243,83); }
div.DivClassName
{
background-color: #EEF353;
}
.BgClassName
{
background-color: #EEF353;
}
</style>
border-color css
<style>
span { border-color: #EEF353; }
span { border-color: rgb(238,243,83); }
td.TdClassName
{
border-color: #EEF353;
}
.TagClassName
{
border-color: #EEF353;
}
</style>