Shades of Paris Daisy #EFEE55
Tints of Paris Daisy #EFEE55
RGB
CMYK
RGB Variations
Color information
#EFEE55 (or 0xEFEE55) is known color: Paris Daisy. HEX triplet: EF, EE and 55. RGB value is (239,238,85). Sum of RGB (Red+Green+Blue) = 239+238+85=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE55 is #1011AA. Grayscale: #DDDDDD. Windows color (decimal): -1053099 or 5631727. OLE color: 5631727.
HSL color Cylindrical-coordinate representation of color #EFEE55: hue angle of 59.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFEE55 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 85 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.06 |
| HSL | 59.61º | 0.83% | 0.64% | - |
| HSV(B) | 59.61º | 0.64% | 0.94% | - |
| XYZ | 67.81 | 80.16 | 20.49 | - |
| YUV | 220.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 85 | 0 | 0.00 | 0.64 | 0.06 | 59.61 | 0.83 | 0.64 |
| Hex | EF | EE | 55 | 0 | 0 | 40 | 6 | 3C | 53 | 40 |
| Octal | 357 | 356 | 125 | 0 | 0 | 100 | 6 | 74 | 123 | 100 |
| Binary | 11101111 | 11101110 | 1010101 | 0 | 0 | 1000000 | 110 | 111100 | 1010011 | 1000000 |
Color Harmonies of #EFEE55
Complementary color
Monochromatic Colors of #EFEE55
Black with #EFEE55
Text Example
Text Example
White with #EFEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE55; }
p { color: rgb(239,238,85); }
H1.HeaderClassName
{
color: #EFEE55;
}
.AnyTagClassName
{
color: #EFEE55;
}
</style>
background-color css
<style>
a { background-color: #EFEE55; }
a { background-color: rgb(239,238,85); }
div.DivClassName
{
background-color: #EFEE55;
}
.BgClassName
{
background-color: #EFEE55;
}
</style>
border-color css
<style>
span { border-color: #EFEE55; }
span { border-color: rgb(239,238,85); }
td.TdClassName
{
border-color: #EFEE55;
}
.TagClassName
{
border-color: #EFEE55;
}
</style>