Shades of Paris Daisy #EDE955
Tints of Paris Daisy #EDE955
RGB
CMYK
RGB Variations
Color information
#EDE955 (or 0xEDE955) is known color: Paris Daisy. HEX triplet: ED, E9 and 55. RGB value is (237,233,85). Sum of RGB (Red+Green+Blue) = 237+233+85=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE955 is #1216AA. Grayscale: #D9D9D9. Windows color (decimal): -1185451 or 5630445. OLE color: 5630445.
HSL color Cylindrical-coordinate representation of color #EDE955: hue angle of 58.42º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDE955 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 85 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.07 |
| HSL | 58.42º | 0.81% | 0.63% | - |
| HSV(B) | 58.42º | 0.64% | 0.93% | - |
| XYZ | 65.7 | 76.94 | 19.98 | - |
| YUV | 217.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 85 | 0 | 0.02 | 0.64 | 0.07 | 58.42 | 0.81 | 0.63 |
| Hex | ED | E9 | 55 | 0 | 2 | 40 | 7 | 3A | 51 | 3F |
| Octal | 355 | 351 | 125 | 0 | 2 | 100 | 7 | 72 | 121 | 77 |
| Binary | 11101101 | 11101001 | 1010101 | 0 | 10 | 1000000 | 111 | 111010 | 1010001 | 111111 |
Color Harmonies of #EDE955
Complementary color
Monochromatic Colors of #EDE955
Black with #EDE955
Text Example
Text Example
White with #EDE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE955; }
p { color: rgb(237,233,85); }
H1.HeaderClassName
{
color: #EDE955;
}
.AnyTagClassName
{
color: #EDE955;
}
</style>
background-color css
<style>
a { background-color: #EDE955; }
a { background-color: rgb(237,233,85); }
div.DivClassName
{
background-color: #EDE955;
}
.BgClassName
{
background-color: #EDE955;
}
</style>
border-color css
<style>
span { border-color: #EDE955; }
span { border-color: rgb(237,233,85); }
td.TdClassName
{
border-color: #EDE955;
}
.TagClassName
{
border-color: #EDE955;
}
</style>