Shades of Paris Daisy #EDF63E
Tints of Paris Daisy #EDF63E
RGB
CMYK
RGB Variations
Color information
#EDF63E (or 0xEDF63E) is known color: Paris Daisy. HEX triplet: ED, F6 and 3E. RGB value is (237,246,62). Sum of RGB (Red+Green+Blue) = 237+246+62=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 62 (24.61% from 255 or 11.38% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF63E is #1209C1. Grayscale: #DFDFDF. Windows color (decimal): -1182146 or 4126445. OLE color: 4126445.
HSL color Cylindrical-coordinate representation of color #EDF63E: hue angle of 62.93º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF63E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 62 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.04 |
| HSL | 62.93º | 0.91% | 0.6% | - |
| HSV(B) | 62.93º | 0.75% | 0.96% | - |
| XYZ | 68.75 | 84.26 | 17.2 | - |
| YUV | 222.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 62 | 0.04 | 0 | 0.75 | 0.04 | 62.93 | 0.91 | 0.6 |
| Hex | ED | F6 | 3E | 4 | 0 | 4B | 4 | 3F | 5B | 3C |
| Octal | 355 | 366 | 76 | 4 | 0 | 113 | 4 | 77 | 133 | 74 |
| Binary | 11101101 | 11110110 | 111110 | 100 | 0 | 1001011 | 100 | 111111 | 1011011 | 111100 |
Color Harmonies of #EDF63E
Complementary color
Monochromatic Colors of #EDF63E
Black with #EDF63E
Text Example
Text Example
White with #EDF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF63E; }
p { color: rgb(237,246,62); }
H1.HeaderClassName
{
color: #EDF63E;
}
.AnyTagClassName
{
color: #EDF63E;
}
</style>
background-color css
<style>
a { background-color: #EDF63E; }
a { background-color: rgb(237,246,62); }
div.DivClassName
{
background-color: #EDF63E;
}
.BgClassName
{
background-color: #EDF63E;
}
</style>
border-color css
<style>
span { border-color: #EDF63E; }
span { border-color: rgb(237,246,62); }
td.TdClassName
{
border-color: #EDF63E;
}
.TagClassName
{
border-color: #EDF63E;
}
</style>