Shades of Paris Daisy #EEF53E
Tints of Paris Daisy #EEF53E
RGB
CMYK
RGB Variations
Color information
#EEF53E (or 0xEEF53E) is known color: Paris Daisy. HEX triplet: EE, F5 and 3E. RGB value is (238,245,62). Sum of RGB (Red+Green+Blue) = 238+245+62=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 62 (24.61% from 255 or 11.38% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF53E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF53E is #110AC1. Grayscale: #DEDEDE. Windows color (decimal): -1116866 or 4126190. OLE color: 4126190.
HSL color Cylindrical-coordinate representation of color #EEF53E: hue angle of 62.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEF53E is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 62 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.04 |
| HSL | 62.3º | 0.9% | 0.6% | - |
| HSV(B) | 62.3º | 0.75% | 0.96% | - |
| XYZ | 68.78 | 83.83 | 17.11 | - |
| YUV | 222.05 | 37.68 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 62 | 0.03 | 0 | 0.75 | 0.04 | 62.3 | 0.9 | 0.6 |
| Hex | EE | F5 | 3E | 3 | 0 | 4B | 4 | 3E | 5A | 3C |
| Octal | 356 | 365 | 76 | 3 | 0 | 113 | 4 | 76 | 132 | 74 |
| Binary | 11101110 | 11110101 | 111110 | 11 | 0 | 1001011 | 100 | 111110 | 1011010 | 111100 |
Color Harmonies of #EEF53E
Complementary color
Monochromatic Colors of #EEF53E
Black with #EEF53E
Text Example
Text Example
White with #EEF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF53E; }
p { color: rgb(238,245,62); }
H1.HeaderClassName
{
color: #EEF53E;
}
.AnyTagClassName
{
color: #EEF53E;
}
</style>
background-color css
<style>
a { background-color: #EEF53E; }
a { background-color: rgb(238,245,62); }
div.DivClassName
{
background-color: #EEF53E;
}
.BgClassName
{
background-color: #EEF53E;
}
</style>
border-color css
<style>
span { border-color: #EEF53E; }
span { border-color: rgb(238,245,62); }
td.TdClassName
{
border-color: #EEF53E;
}
.TagClassName
{
border-color: #EEF53E;
}
</style>