Shades of Paris Daisy #EDEF4E
Tints of Paris Daisy #EDEF4E
RGB
CMYK
RGB Variations
Color information
#EDEF4E (or 0xEDEF4E) is known color: Paris Daisy. HEX triplet: ED, EF and 4E. RGB value is (237,239,78). Sum of RGB (Red+Green+Blue) = 237+239+78=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 78 (30.86% from 255 or 14.08% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF4E is #1210B1. Grayscale: #DCDCDC. Windows color (decimal): -1183922 or 5173229. OLE color: 5173229.
HSL color Cylindrical-coordinate representation of color #EDEF4E: hue angle of 60.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDEF4E is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 78 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.06 |
| HSL | 60.75º | 0.83% | 0.62% | - |
| HSV(B) | 60.75º | 0.67% | 0.94% | - |
| XYZ | 67.17 | 80.29 | 19.16 | - |
| YUV | 220.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 78 | 0.01 | 0 | 0.67 | 0.06 | 60.75 | 0.83 | 0.62 |
| Hex | ED | EF | 4E | 1 | 0 | 43 | 6 | 3D | 53 | 3E |
| Octal | 355 | 357 | 116 | 1 | 0 | 103 | 6 | 75 | 123 | 76 |
| Binary | 11101101 | 11101111 | 1001110 | 1 | 0 | 1000011 | 110 | 111101 | 1010011 | 111110 |
Color Harmonies of #EDEF4E
Complementary color
Monochromatic Colors of #EDEF4E
Black with #EDEF4E
Text Example
Text Example
White with #EDEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF4E; }
p { color: rgb(237,239,78); }
H1.HeaderClassName
{
color: #EDEF4E;
}
.AnyTagClassName
{
color: #EDEF4E;
}
</style>
background-color css
<style>
a { background-color: #EDEF4E; }
a { background-color: rgb(237,239,78); }
div.DivClassName
{
background-color: #EDEF4E;
}
.BgClassName
{
background-color: #EDEF4E;
}
</style>
border-color css
<style>
span { border-color: #EDEF4E; }
span { border-color: rgb(237,239,78); }
td.TdClassName
{
border-color: #EDEF4E;
}
.TagClassName
{
border-color: #EDEF4E;
}
</style>