Shades of Paris Daisy #EFEE40
Tints of Paris Daisy #EFEE40
RGB
CMYK
RGB Variations
Color information
#EFEE40 (or 0xEFEE40) is known color: Paris Daisy. HEX triplet: EF, EE and 40. RGB value is (239,238,64). Sum of RGB (Red+Green+Blue) = 239+238+64=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE40 is #1011BF. Grayscale: #DBDBDB. Windows color (decimal): -1053120 or 4255471. OLE color: 4255471.
HSL color Cylindrical-coordinate representation of color #EFEE40: hue angle of 59.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFEE40 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 64 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.06 |
| HSL | 59.66º | 0.85% | 0.59% | - |
| HSV(B) | 59.66º | 0.73% | 0.94% | - |
| XYZ | 67.1 | 79.87 | 16.73 | - |
| YUV | 218.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 64 | 0 | 0.00 | 0.73 | 0.06 | 59.66 | 0.85 | 0.59 |
| Hex | EF | EE | 40 | 0 | 0 | 49 | 6 | 3C | 55 | 3B |
| Octal | 357 | 356 | 100 | 0 | 0 | 111 | 6 | 74 | 125 | 73 |
| Binary | 11101111 | 11101110 | 1000000 | 0 | 0 | 1001001 | 110 | 111100 | 1010101 | 111011 |
Color Harmonies of #EFEE40
Complementary color
Monochromatic Colors of #EFEE40
Black with #EFEE40
Text Example
Text Example
White with #EFEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE40; }
p { color: rgb(239,238,64); }
H1.HeaderClassName
{
color: #EFEE40;
}
.AnyTagClassName
{
color: #EFEE40;
}
</style>
background-color css
<style>
a { background-color: #EFEE40; }
a { background-color: rgb(239,238,64); }
div.DivClassName
{
background-color: #EFEE40;
}
.BgClassName
{
background-color: #EFEE40;
}
</style>
border-color css
<style>
span { border-color: #EFEE40; }
span { border-color: rgb(239,238,64); }
td.TdClassName
{
border-color: #EFEE40;
}
.TagClassName
{
border-color: #EFEE40;
}
</style>