Shades of Paris Daisy #EDE951
Tints of Paris Daisy #EDE951
RGB
CMYK
RGB Variations
Color information
#EDE951 (or 0xEDE951) is known color: Paris Daisy. HEX triplet: ED, E9 and 51. RGB value is (237,233,81). Sum of RGB (Red+Green+Blue) = 237+233+81=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 81 (32.03% from 255 or 14.70% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE951 is #1216AE. Grayscale: #D9D9D9. Windows color (decimal): -1185455 or 5368301. OLE color: 5368301.
HSL color Cylindrical-coordinate representation of color #EDE951: hue angle of 58.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDE951 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 81 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.07 |
| HSL | 58.46º | 0.81% | 0.62% | - |
| HSV(B) | 58.46º | 0.66% | 0.93% | - |
| XYZ | 65.55 | 76.88 | 19.17 | - |
| YUV | 216.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 81 | 0 | 0.02 | 0.66 | 0.07 | 58.46 | 0.81 | 0.62 |
| Hex | ED | E9 | 51 | 0 | 2 | 42 | 7 | 3A | 51 | 3E |
| Octal | 355 | 351 | 121 | 0 | 2 | 102 | 7 | 72 | 121 | 76 |
| Binary | 11101101 | 11101001 | 1010001 | 0 | 10 | 1000010 | 111 | 111010 | 1010001 | 111110 |
Color Harmonies of #EDE951
Complementary color
Monochromatic Colors of #EDE951
Black with #EDE951
Text Example
Text Example
White with #EDE951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE951; }
p { color: rgb(237,233,81); }
H1.HeaderClassName
{
color: #EDE951;
}
.AnyTagClassName
{
color: #EDE951;
}
</style>
background-color css
<style>
a { background-color: #EDE951; }
a { background-color: rgb(237,233,81); }
div.DivClassName
{
background-color: #EDE951;
}
.BgClassName
{
background-color: #EDE951;
}
</style>
border-color css
<style>
span { border-color: #EDE951; }
span { border-color: rgb(237,233,81); }
td.TdClassName
{
border-color: #EDE951;
}
.TagClassName
{
border-color: #EDE951;
}
</style>