Shades of Paris Daisy #EDF64A
Tints of Paris Daisy #EDF64A
RGB
CMYK
RGB Variations
Color information
#EDF64A (or 0xEDF64A) is known color: Paris Daisy. HEX triplet: ED, F6 and 4A. RGB value is (237,246,74). Sum of RGB (Red+Green+Blue) = 237+246+74=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF64A is #1209B5. Grayscale: #E0E0E0. Windows color (decimal): -1182134 or 4912877. OLE color: 4912877.
HSL color Cylindrical-coordinate representation of color #EDF64A: hue angle of 63.14º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF64A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.04 |
| HSL | 63.14º | 0.91% | 0.63% | - |
| HSV(B) | 63.14º | 0.7% | 0.96% | - |
| XYZ | 69.12 | 84.41 | 19.13 | - |
| YUV | 223.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 74 | 0.04 | 0 | 0.70 | 0.04 | 63.14 | 0.91 | 0.63 |
| Hex | ED | F6 | 4A | 4 | 0 | 46 | 4 | 3F | 5B | 3F |
| Octal | 355 | 366 | 112 | 4 | 0 | 106 | 4 | 77 | 133 | 77 |
| Binary | 11101101 | 11110110 | 1001010 | 100 | 0 | 1000110 | 100 | 111111 | 1011011 | 111111 |
Color Harmonies of #EDF64A
Complementary color
Monochromatic Colors of #EDF64A
Black with #EDF64A
Text Example
Text Example
White with #EDF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF64A; }
p { color: rgb(237,246,74); }
H1.HeaderClassName
{
color: #EDF64A;
}
.AnyTagClassName
{
color: #EDF64A;
}
</style>
background-color css
<style>
a { background-color: #EDF64A; }
a { background-color: rgb(237,246,74); }
div.DivClassName
{
background-color: #EDF64A;
}
.BgClassName
{
background-color: #EDF64A;
}
</style>
border-color css
<style>
span { border-color: #EDF64A; }
span { border-color: rgb(237,246,74); }
td.TdClassName
{
border-color: #EDF64A;
}
.TagClassName
{
border-color: #EDF64A;
}
</style>