Shades of Paris Daisy #EDE84F
Tints of Paris Daisy #EDE84F
RGB
CMYK
RGB Variations
Color information
#EDE84F (or 0xEDE84F) is known color: Paris Daisy. HEX triplet: ED, E8 and 4F. RGB value is (237,232,79). Sum of RGB (Red+Green+Blue) = 237+232+79=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 79 (31.25% from 255 or 14.42% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE84F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE84F is #1217B0. Grayscale: #D8D8D8. Windows color (decimal): -1185713 or 5236973. OLE color: 5236973.
HSL color Cylindrical-coordinate representation of color #EDE84F: hue angle of 58.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDE84F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 79 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.07 |
| HSL | 58.1º | 0.81% | 0.62% | - |
| HSV(B) | 58.1º | 0.67% | 0.93% | - |
| XYZ | 65.19 | 76.28 | 18.69 | - |
| YUV | 216.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 79 | 0 | 0.02 | 0.67 | 0.07 | 58.1 | 0.81 | 0.62 |
| Hex | ED | E8 | 4F | 0 | 2 | 43 | 7 | 3A | 51 | 3E |
| Octal | 355 | 350 | 117 | 0 | 2 | 103 | 7 | 72 | 121 | 76 |
| Binary | 11101101 | 11101000 | 1001111 | 0 | 10 | 1000011 | 111 | 111010 | 1010001 | 111110 |
Color Harmonies of #EDE84F
Complementary color
Monochromatic Colors of #EDE84F
Black with #EDE84F
Text Example
Text Example
White with #EDE84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE84F; }
p { color: rgb(237,232,79); }
H1.HeaderClassName
{
color: #EDE84F;
}
.AnyTagClassName
{
color: #EDE84F;
}
</style>
background-color css
<style>
a { background-color: #EDE84F; }
a { background-color: rgb(237,232,79); }
div.DivClassName
{
background-color: #EDE84F;
}
.BgClassName
{
background-color: #EDE84F;
}
</style>
border-color css
<style>
span { border-color: #EDE84F; }
span { border-color: rgb(237,232,79); }
td.TdClassName
{
border-color: #EDE84F;
}
.TagClassName
{
border-color: #EDE84F;
}
</style>