Shades of Paris Daisy #EFE94F
Tints of Paris Daisy #EFE94F
RGB
CMYK
RGB Variations
Color information
#EFE94F (or 0xEFE94F) is known color: Paris Daisy. HEX triplet: EF, E9 and 4F. RGB value is (239,233,79). Sum of RGB (Red+Green+Blue) = 239+233+79=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE94F is #1016B0. Grayscale: #D9D9D9. Windows color (decimal): -1054385 or 5237231. OLE color: 5237231.
HSL color Cylindrical-coordinate representation of color #EFE94F: hue angle of 57.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE94F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 79 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.06 |
| HSL | 57.75º | 0.83% | 0.62% | - |
| HSV(B) | 57.75º | 0.67% | 0.94% | - |
| XYZ | 66.15 | 77.19 | 18.81 | - |
| YUV | 217.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 79 | 0 | 0.03 | 0.67 | 0.06 | 57.75 | 0.83 | 0.62 |
| Hex | EF | E9 | 4F | 0 | 3 | 43 | 6 | 3A | 53 | 3E |
| Octal | 357 | 351 | 117 | 0 | 3 | 103 | 6 | 72 | 123 | 76 |
| Binary | 11101111 | 11101001 | 1001111 | 0 | 11 | 1000011 | 110 | 111010 | 1010011 | 111110 |
Color Harmonies of #EFE94F
Complementary color
Monochromatic Colors of #EFE94F
Black with #EFE94F
Text Example
Text Example
White with #EFE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE94F; }
p { color: rgb(239,233,79); }
H1.HeaderClassName
{
color: #EFE94F;
}
.AnyTagClassName
{
color: #EFE94F;
}
</style>
background-color css
<style>
a { background-color: #EFE94F; }
a { background-color: rgb(239,233,79); }
div.DivClassName
{
background-color: #EFE94F;
}
.BgClassName
{
background-color: #EFE94F;
}
</style>
border-color css
<style>
span { border-color: #EFE94F; }
span { border-color: rgb(239,233,79); }
td.TdClassName
{
border-color: #EFE94F;
}
.TagClassName
{
border-color: #EFE94F;
}
</style>