Shades of Paris Daisy #EFE94D
Tints of Paris Daisy #EFE94D
RGB
CMYK
RGB Variations
Color information
#EFE94D (or 0xEFE94D) is known color: Paris Daisy. HEX triplet: EF, E9 and 4D. RGB value is (239,233,77). Sum of RGB (Red+Green+Blue) = 239+233+77=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE94D is #1016B2. Grayscale: #D9D9D9. Windows color (decimal): -1054387 or 5106159. OLE color: 5106159.
HSL color Cylindrical-coordinate representation of color #EFE94D: hue angle of 57.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE94D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 77 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.06 |
| HSL | 57.78º | 0.84% | 0.62% | - |
| HSV(B) | 57.78º | 0.68% | 0.94% | - |
| XYZ | 66.08 | 77.16 | 18.43 | - |
| YUV | 217.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 77 | 0 | 0.03 | 0.68 | 0.06 | 57.78 | 0.84 | 0.62 |
| Hex | EF | E9 | 4D | 0 | 3 | 44 | 6 | 3A | 54 | 3E |
| Octal | 357 | 351 | 115 | 0 | 3 | 104 | 6 | 72 | 124 | 76 |
| Binary | 11101111 | 11101001 | 1001101 | 0 | 11 | 1000100 | 110 | 111010 | 1010100 | 111110 |
Color Harmonies of #EFE94D
Complementary color
Monochromatic Colors of #EFE94D
Black with #EFE94D
Text Example
Text Example
White with #EFE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE94D; }
p { color: rgb(239,233,77); }
H1.HeaderClassName
{
color: #EFE94D;
}
.AnyTagClassName
{
color: #EFE94D;
}
</style>
background-color css
<style>
a { background-color: #EFE94D; }
a { background-color: rgb(239,233,77); }
div.DivClassName
{
background-color: #EFE94D;
}
.BgClassName
{
background-color: #EFE94D;
}
</style>
border-color css
<style>
span { border-color: #EFE94D; }
span { border-color: rgb(239,233,77); }
td.TdClassName
{
border-color: #EFE94D;
}
.TagClassName
{
border-color: #EFE94D;
}
</style>