Shades of Paris Daisy #EEF93D
Tints of Paris Daisy #EEF93D
RGB
CMYK
RGB Variations
Color information
#EEF93D (or 0xEEF93D) is known color: Paris Daisy. HEX triplet: EE, F9 and 3D. RGB value is (238,249,61). Sum of RGB (Red+Green+Blue) = 238+249+61=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 61 (24.22% from 255 or 11.13% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF93D is #1106C2. Grayscale: #E1E1E1. Windows color (decimal): -1115843 or 4061678. OLE color: 4061678.
HSL color Cylindrical-coordinate representation of color #EEF93D: hue angle of 63.51º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEF93D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 61 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.02 |
| HSL | 63.51º | 0.94% | 0.61% | - |
| HSV(B) | 63.51º | 0.76% | 0.98% | - |
| XYZ | 69.98 | 86.27 | 17.38 | - |
| YUV | 224.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 61 | 0.04 | 0 | 0.76 | 0.02 | 63.51 | 0.94 | 0.61 |
| Hex | EE | F9 | 3D | 4 | 0 | 4C | 2 | 40 | 5E | 3D |
| Octal | 356 | 371 | 75 | 4 | 0 | 114 | 2 | 100 | 136 | 75 |
| Binary | 11101110 | 11111001 | 111101 | 100 | 0 | 1001100 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #EEF93D
Complementary color
Monochromatic Colors of #EEF93D
Black with #EEF93D
Text Example
Text Example
White with #EEF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF93D; }
p { color: rgb(238,249,61); }
H1.HeaderClassName
{
color: #EEF93D;
}
.AnyTagClassName
{
color: #EEF93D;
}
</style>
background-color css
<style>
a { background-color: #EEF93D; }
a { background-color: rgb(238,249,61); }
div.DivClassName
{
background-color: #EEF93D;
}
.BgClassName
{
background-color: #EEF93D;
}
</style>
border-color css
<style>
span { border-color: #EEF93D; }
span { border-color: rgb(238,249,61); }
td.TdClassName
{
border-color: #EEF93D;
}
.TagClassName
{
border-color: #EEF93D;
}
</style>