Shades of Paris Daisy #EDE94F
Tints of Paris Daisy #EDE94F
RGB
CMYK
RGB Variations
Color information
#EDE94F (or 0xEDE94F) is known color: Paris Daisy. HEX triplet: ED, E9 and 4F. RGB value is (237,233,79). Sum of RGB (Red+Green+Blue) = 237+233+79=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 79 (31.25% from 255 or 14.39% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE94F is #1216B0. Grayscale: #D9D9D9. Windows color (decimal): -1185457 or 5237229. OLE color: 5237229.
HSL color Cylindrical-coordinate representation of color #EDE94F: hue angle of 58.48º 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 #EDE94F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 79 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.07 |
| HSL | 58.48º | 0.81% | 0.62% | - |
| HSV(B) | 58.48º | 0.67% | 0.93% | - |
| XYZ | 65.48 | 76.85 | 18.78 | - |
| YUV | 216.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 79 | 0 | 0.02 | 0.67 | 0.07 | 58.48 | 0.81 | 0.62 |
| Hex | ED | E9 | 4F | 0 | 2 | 43 | 7 | 3A | 51 | 3E |
| Octal | 355 | 351 | 117 | 0 | 2 | 103 | 7 | 72 | 121 | 76 |
| Binary | 11101101 | 11101001 | 1001111 | 0 | 10 | 1000011 | 111 | 111010 | 1010001 | 111110 |
Color Harmonies of #EDE94F
Complementary color
Monochromatic Colors of #EDE94F
Black with #EDE94F
Text Example
Text Example
White with #EDE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE94F; }
p { color: rgb(237,233,79); }
H1.HeaderClassName
{
color: #EDE94F;
}
.AnyTagClassName
{
color: #EDE94F;
}
</style>
background-color css
<style>
a { background-color: #EDE94F; }
a { background-color: rgb(237,233,79); }
div.DivClassName
{
background-color: #EDE94F;
}
.BgClassName
{
background-color: #EDE94F;
}
</style>
border-color css
<style>
span { border-color: #EDE94F; }
span { border-color: rgb(237,233,79); }
td.TdClassName
{
border-color: #EDE94F;
}
.TagClassName
{
border-color: #EDE94F;
}
</style>