Shades of Paris Daisy #EEF253
Tints of Paris Daisy #EEF253
RGB
CMYK
RGB Variations
Color information
#EEF253 (or 0xEEF253) is known color: Paris Daisy. HEX triplet: EE, F2 and 53. RGB value is (238,242,83). Sum of RGB (Red+Green+Blue) = 238+242+83=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 83 (32.81% from 255 or 14.74% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF253 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF253 is #110DAC. Grayscale: #DFDFDF. Windows color (decimal): -1117613 or 5501678. OLE color: 5501678.
HSL color Cylindrical-coordinate representation of color #EEF253: hue angle of 61.51º degrees, saturation: 0.86, 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 #EEF253 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 83 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.05 |
| HSL | 61.51º | 0.86% | 0.64% | - |
| HSV(B) | 61.51º | 0.66% | 0.95% | - |
| XYZ | 68.57 | 82.31 | 20.46 | - |
| YUV | 222.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 83 | 0.02 | 0 | 0.66 | 0.05 | 61.51 | 0.86 | 0.64 |
| Hex | EE | F2 | 53 | 2 | 0 | 42 | 5 | 3E | 56 | 40 |
| Octal | 356 | 362 | 123 | 2 | 0 | 102 | 5 | 76 | 126 | 100 |
| Binary | 11101110 | 11110010 | 1010011 | 10 | 0 | 1000010 | 101 | 111110 | 1010110 | 1000000 |
Color Harmonies of #EEF253
Complementary color
Monochromatic Colors of #EEF253
Black with #EEF253
Text Example
Text Example
White with #EEF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF253; }
p { color: rgb(238,242,83); }
H1.HeaderClassName
{
color: #EEF253;
}
.AnyTagClassName
{
color: #EEF253;
}
</style>
background-color css
<style>
a { background-color: #EEF253; }
a { background-color: rgb(238,242,83); }
div.DivClassName
{
background-color: #EEF253;
}
.BgClassName
{
background-color: #EEF253;
}
</style>
border-color css
<style>
span { border-color: #EEF253; }
span { border-color: rgb(238,242,83); }
td.TdClassName
{
border-color: #EEF253;
}
.TagClassName
{
border-color: #EEF253;
}
</style>