Shades of Paris Daisy #EDE84E
Tints of Paris Daisy #EDE84E
RGB
CMYK
RGB Variations
Color information
#EDE84E (or 0xEDE84E) is known color: Paris Daisy. HEX triplet: ED, E8 and 4E. RGB value is (237,232,78). Sum of RGB (Red+Green+Blue) = 237+232+78=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE84E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE84E is #1217B1. Grayscale: #D8D8D8. Windows color (decimal): -1185714 or 5171437. OLE color: 5171437.
HSL color Cylindrical-coordinate representation of color #EDE84E: hue angle of 58.11º degrees, saturation: 0.82, 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 #EDE84E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 78 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.07 |
| HSL | 58.11º | 0.82% | 0.62% | - |
| HSV(B) | 58.11º | 0.67% | 0.93% | - |
| XYZ | 65.16 | 76.27 | 18.49 | - |
| YUV | 215.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 78 | 0 | 0.02 | 0.67 | 0.07 | 58.11 | 0.82 | 0.62 |
| Hex | ED | E8 | 4E | 0 | 2 | 43 | 7 | 3A | 52 | 3E |
| Octal | 355 | 350 | 116 | 0 | 2 | 103 | 7 | 72 | 122 | 76 |
| Binary | 11101101 | 11101000 | 1001110 | 0 | 10 | 1000011 | 111 | 111010 | 1010010 | 111110 |
Color Harmonies of #EDE84E
Complementary color
Monochromatic Colors of #EDE84E
Black with #EDE84E
Text Example
Text Example
White with #EDE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE84E; }
p { color: rgb(237,232,78); }
H1.HeaderClassName
{
color: #EDE84E;
}
.AnyTagClassName
{
color: #EDE84E;
}
</style>
background-color css
<style>
a { background-color: #EDE84E; }
a { background-color: rgb(237,232,78); }
div.DivClassName
{
background-color: #EDE84E;
}
.BgClassName
{
background-color: #EDE84E;
}
</style>
border-color css
<style>
span { border-color: #EDE84E; }
span { border-color: rgb(237,232,78); }
td.TdClassName
{
border-color: #EDE84E;
}
.TagClassName
{
border-color: #EDE84E;
}
</style>