Shades of Paris Daisy #EEF53F
Tints of Paris Daisy #EEF53F
RGB
CMYK
RGB Variations
Color information
#EEF53F (or 0xEEF53F) is known color: Paris Daisy. HEX triplet: EE, F5 and 3F. RGB value is (238,245,63). Sum of RGB (Red+Green+Blue) = 238+245+63=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 63 (25% from 255 or 11.54% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF53F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF53F is #110AC0. Grayscale: #DEDEDE. Windows color (decimal): -1116865 or 4191726. OLE color: 4191726.
HSL color Cylindrical-coordinate representation of color #EEF53F: hue angle of 62.31º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEF53F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 63 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.04 |
| HSL | 62.31º | 0.9% | 0.6% | - |
| HSV(B) | 62.31º | 0.74% | 0.96% | - |
| XYZ | 68.81 | 83.84 | 17.26 | - |
| YUV | 222.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 63 | 0.03 | 0 | 0.74 | 0.04 | 62.31 | 0.9 | 0.6 |
| Hex | EE | F5 | 3F | 3 | 0 | 4A | 4 | 3E | 5A | 3C |
| Octal | 356 | 365 | 77 | 3 | 0 | 112 | 4 | 76 | 132 | 74 |
| Binary | 11101110 | 11110101 | 111111 | 11 | 0 | 1001010 | 100 | 111110 | 1011010 | 111100 |
Color Harmonies of #EEF53F
Complementary color
Monochromatic Colors of #EEF53F
Black with #EEF53F
Text Example
Text Example
White with #EEF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF53F; }
p { color: rgb(238,245,63); }
H1.HeaderClassName
{
color: #EEF53F;
}
.AnyTagClassName
{
color: #EEF53F;
}
</style>
background-color css
<style>
a { background-color: #EEF53F; }
a { background-color: rgb(238,245,63); }
div.DivClassName
{
background-color: #EEF53F;
}
.BgClassName
{
background-color: #EEF53F;
}
</style>
border-color css
<style>
span { border-color: #EEF53F; }
span { border-color: rgb(238,245,63); }
td.TdClassName
{
border-color: #EEF53F;
}
.TagClassName
{
border-color: #EEF53F;
}
</style>