Shades of Paris Daisy #EFED4E
Tints of Paris Daisy #EFED4E
RGB
CMYK
RGB Variations
Color information
#EFED4E (or 0xEFED4E) is known color: Paris Daisy. HEX triplet: EF, ED and 4E. RGB value is (239,237,78). Sum of RGB (Red+Green+Blue) = 239+237+78=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 78 (30.86% from 255 or 14.08% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED4E is #1012B1. Grayscale: #DCDCDC. Windows color (decimal): -1053362 or 5172719. OLE color: 5172719.
HSL color Cylindrical-coordinate representation of color #EFED4E: hue angle of 59.25º 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 #EFED4E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 78 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.06 |
| HSL | 59.25º | 0.83% | 0.62% | - |
| HSV(B) | 59.25º | 0.67% | 0.94% | - |
| XYZ | 67.26 | 79.47 | 19 | - |
| YUV | 219.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 78 | 0 | 0.01 | 0.67 | 0.06 | 59.25 | 0.83 | 0.62 |
| Hex | EF | ED | 4E | 0 | 1 | 43 | 6 | 3B | 53 | 3E |
| Octal | 357 | 355 | 116 | 0 | 1 | 103 | 6 | 73 | 123 | 76 |
| Binary | 11101111 | 11101101 | 1001110 | 0 | 1 | 1000011 | 110 | 111011 | 1010011 | 111110 |
Color Harmonies of #EFED4E
Complementary color
Monochromatic Colors of #EFED4E
Black with #EFED4E
Text Example
Text Example
White with #EFED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED4E; }
p { color: rgb(239,237,78); }
H1.HeaderClassName
{
color: #EFED4E;
}
.AnyTagClassName
{
color: #EFED4E;
}
</style>
background-color css
<style>
a { background-color: #EFED4E; }
a { background-color: rgb(239,237,78); }
div.DivClassName
{
background-color: #EFED4E;
}
.BgClassName
{
background-color: #EFED4E;
}
</style>
border-color css
<style>
span { border-color: #EFED4E; }
span { border-color: rgb(239,237,78); }
td.TdClassName
{
border-color: #EFED4E;
}
.TagClassName
{
border-color: #EFED4E;
}
</style>