Shades of Paris Daisy #EDEF50
Tints of Paris Daisy #EDEF50
RGB
CMYK
RGB Variations
Color information
#EDEF50 (or 0xEDEF50) is known color: Paris Daisy. HEX triplet: ED, EF and 50. RGB value is (237,239,80). Sum of RGB (Red+Green+Blue) = 237+239+80=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF50 is #1210AF. Grayscale: #DCDCDC. Windows color (decimal): -1183920 or 5304301. OLE color: 5304301.
HSL color Cylindrical-coordinate representation of color #EDEF50: hue angle of 60.75º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDEF50 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 80 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.06 |
| HSL | 60.75º | 0.83% | 0.63% | - |
| HSV(B) | 60.75º | 0.67% | 0.94% | - |
| XYZ | 67.24 | 80.32 | 19.55 | - |
| YUV | 220.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 80 | 0.01 | 0 | 0.67 | 0.06 | 60.75 | 0.83 | 0.63 |
| Hex | ED | EF | 50 | 1 | 0 | 43 | 6 | 3D | 53 | 3F |
| Octal | 355 | 357 | 120 | 1 | 0 | 103 | 6 | 75 | 123 | 77 |
| Binary | 11101101 | 11101111 | 1010000 | 1 | 0 | 1000011 | 110 | 111101 | 1010011 | 111111 |
Color Harmonies of #EDEF50
Complementary color
Monochromatic Colors of #EDEF50
Black with #EDEF50
Text Example
Text Example
White with #EDEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF50; }
p { color: rgb(237,239,80); }
H1.HeaderClassName
{
color: #EDEF50;
}
.AnyTagClassName
{
color: #EDEF50;
}
</style>
background-color css
<style>
a { background-color: #EDEF50; }
a { background-color: rgb(237,239,80); }
div.DivClassName
{
background-color: #EDEF50;
}
.BgClassName
{
background-color: #EDEF50;
}
</style>
border-color css
<style>
span { border-color: #EDEF50; }
span { border-color: rgb(237,239,80); }
td.TdClassName
{
border-color: #EDEF50;
}
.TagClassName
{
border-color: #EDEF50;
}
</style>