Shades of Paris Daisy #EEF93E
Tints of Paris Daisy #EEF93E
RGB
CMYK
RGB Variations
Color information
#EEF93E (or 0xEEF93E) is known color: Paris Daisy. HEX triplet: EE, F9 and 3E. RGB value is (238,249,62). Sum of RGB (Red+Green+Blue) = 238+249+62=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 62 (24.61% from 255 or 11.29% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF93E is #1106C1. Grayscale: #E1E1E1. Windows color (decimal): -1115842 or 4127214. OLE color: 4127214.
HSL color Cylindrical-coordinate representation of color #EEF93E: hue angle of 63.53º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEF93E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 62 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.02 |
| HSL | 63.53º | 0.94% | 0.61% | - |
| HSV(B) | 63.53º | 0.75% | 0.98% | - |
| XYZ | 70.01 | 86.28 | 17.52 | - |
| YUV | 224.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 62 | 0.04 | 0 | 0.75 | 0.02 | 63.53 | 0.94 | 0.61 |
| Hex | EE | F9 | 3E | 4 | 0 | 4B | 2 | 40 | 5E | 3D |
| Octal | 356 | 371 | 76 | 4 | 0 | 113 | 2 | 100 | 136 | 75 |
| Binary | 11101110 | 11111001 | 111110 | 100 | 0 | 1001011 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #EEF93E
Complementary color
Monochromatic Colors of #EEF93E
Black with #EEF93E
Text Example
Text Example
White with #EEF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF93E; }
p { color: rgb(238,249,62); }
H1.HeaderClassName
{
color: #EEF93E;
}
.AnyTagClassName
{
color: #EEF93E;
}
</style>
background-color css
<style>
a { background-color: #EEF93E; }
a { background-color: rgb(238,249,62); }
div.DivClassName
{
background-color: #EEF93E;
}
.BgClassName
{
background-color: #EEF93E;
}
</style>
border-color css
<style>
span { border-color: #EEF93E; }
span { border-color: rgb(238,249,62); }
td.TdClassName
{
border-color: #EEF93E;
}
.TagClassName
{
border-color: #EEF93E;
}
</style>