Shades of Paris Daisy #EDEF4D
Tints of Paris Daisy #EDEF4D
RGB
CMYK
RGB Variations
Color information
#EDEF4D (or 0xEDEF4D) is known color: Paris Daisy. HEX triplet: ED, EF and 4D. RGB value is (237,239,77). Sum of RGB (Red+Green+Blue) = 237+239+77=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF4D is #1210B2. Grayscale: #DCDCDC. Windows color (decimal): -1183923 or 5107693. OLE color: 5107693.
HSL color Cylindrical-coordinate representation of color #EDEF4D: hue angle of 60.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDEF4D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 77 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.06 |
| HSL | 60.74º | 0.84% | 0.62% | - |
| HSV(B) | 60.74º | 0.68% | 0.94% | - |
| XYZ | 67.13 | 80.27 | 18.98 | - |
| YUV | 219.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 77 | 0.01 | 0 | 0.68 | 0.06 | 60.74 | 0.84 | 0.62 |
| Hex | ED | EF | 4D | 1 | 0 | 44 | 6 | 3D | 54 | 3E |
| Octal | 355 | 357 | 115 | 1 | 0 | 104 | 6 | 75 | 124 | 76 |
| Binary | 11101101 | 11101111 | 1001101 | 1 | 0 | 1000100 | 110 | 111101 | 1010100 | 111110 |
Color Harmonies of #EDEF4D
Complementary color
Monochromatic Colors of #EDEF4D
Black with #EDEF4D
Text Example
Text Example
White with #EDEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF4D; }
p { color: rgb(237,239,77); }
H1.HeaderClassName
{
color: #EDEF4D;
}
.AnyTagClassName
{
color: #EDEF4D;
}
</style>
background-color css
<style>
a { background-color: #EDEF4D; }
a { background-color: rgb(237,239,77); }
div.DivClassName
{
background-color: #EDEF4D;
}
.BgClassName
{
background-color: #EDEF4D;
}
</style>
border-color css
<style>
span { border-color: #EDEF4D; }
span { border-color: rgb(237,239,77); }
td.TdClassName
{
border-color: #EDEF4D;
}
.TagClassName
{
border-color: #EDEF4D;
}
</style>