Shades of Paris Daisy #EDEF46
Tints of Paris Daisy #EDEF46
RGB
CMYK
RGB Variations
Color information
#EDEF46 (or 0xEDEF46) is known color: Paris Daisy. HEX triplet: ED, EF and 46. RGB value is (237,239,70). Sum of RGB (Red+Green+Blue) = 237+239+70=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF46 is #1210B9. Grayscale: #DBDBDB. Windows color (decimal): -1183930 or 4648941. OLE color: 4648941.
HSL color Cylindrical-coordinate representation of color #EDEF46: hue angle of 60.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDEF46 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 70 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.06 |
| HSL | 60.71º | 0.84% | 0.61% | - |
| HSV(B) | 60.71º | 0.71% | 0.94% | - |
| XYZ | 66.9 | 80.18 | 17.74 | - |
| YUV | 219.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 70 | 0.01 | 0 | 0.71 | 0.06 | 60.71 | 0.84 | 0.61 |
| Hex | ED | EF | 46 | 1 | 0 | 47 | 6 | 3D | 54 | 3D |
| Octal | 355 | 357 | 106 | 1 | 0 | 107 | 6 | 75 | 124 | 75 |
| Binary | 11101101 | 11101111 | 1000110 | 1 | 0 | 1000111 | 110 | 111101 | 1010100 | 111101 |
Color Harmonies of #EDEF46
Complementary color
Monochromatic Colors of #EDEF46
Black with #EDEF46
Text Example
Text Example
White with #EDEF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF46; }
p { color: rgb(237,239,70); }
H1.HeaderClassName
{
color: #EDEF46;
}
.AnyTagClassName
{
color: #EDEF46;
}
</style>
background-color css
<style>
a { background-color: #EDEF46; }
a { background-color: rgb(237,239,70); }
div.DivClassName
{
background-color: #EDEF46;
}
.BgClassName
{
background-color: #EDEF46;
}
</style>
border-color css
<style>
span { border-color: #EDEF46; }
span { border-color: rgb(237,239,70); }
td.TdClassName
{
border-color: #EDEF46;
}
.TagClassName
{
border-color: #EDEF46;
}
</style>