Shades of Paris Daisy #EDEF4C
Tints of Paris Daisy #EDEF4C
RGB
CMYK
RGB Variations
Color information
#EDEF4C (or 0xEDEF4C) is known color: Paris Daisy. HEX triplet: ED, EF and 4C. RGB value is (237,239,76). Sum of RGB (Red+Green+Blue) = 237+239+76=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 76 (30.08% from 255 or 13.77% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF4C is #1210B3. Grayscale: #DCDCDC. Windows color (decimal): -1183924 or 5042157. OLE color: 5042157.
HSL color Cylindrical-coordinate representation of color #EDEF4C: 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 #EDEF4C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 76 | - |
| 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.1 | 80.26 | 18.79 | - |
| YUV | 219.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 76 | 0.01 | 0 | 0.68 | 0.06 | 60.74 | 0.84 | 0.62 |
| Hex | ED | EF | 4C | 1 | 0 | 44 | 6 | 3D | 54 | 3E |
| Octal | 355 | 357 | 114 | 1 | 0 | 104 | 6 | 75 | 124 | 76 |
| Binary | 11101101 | 11101111 | 1001100 | 1 | 0 | 1000100 | 110 | 111101 | 1010100 | 111110 |
Color Harmonies of #EDEF4C
Complementary color
Monochromatic Colors of #EDEF4C
Black with #EDEF4C
Text Example
Text Example
White with #EDEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF4C; }
p { color: rgb(237,239,76); }
H1.HeaderClassName
{
color: #EDEF4C;
}
.AnyTagClassName
{
color: #EDEF4C;
}
</style>
background-color css
<style>
a { background-color: #EDEF4C; }
a { background-color: rgb(237,239,76); }
div.DivClassName
{
background-color: #EDEF4C;
}
.BgClassName
{
background-color: #EDEF4C;
}
</style>
border-color css
<style>
span { border-color: #EDEF4C; }
span { border-color: rgb(237,239,76); }
td.TdClassName
{
border-color: #EDEF4C;
}
.TagClassName
{
border-color: #EDEF4C;
}
</style>