Shades of Paris Daisy #EDF93D
Tints of Paris Daisy #EDF93D
RGB
CMYK
RGB Variations
Color information
#EDF93D (or 0xEDF93D) is known color: Paris Daisy. HEX triplet: ED, F9 and 3D. RGB value is (237,249,61). Sum of RGB (Red+Green+Blue) = 237+249+61=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 61 (24.22% from 255 or 11.15% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF93D is #1206C2. Grayscale: #E0E0E0. Windows color (decimal): -1181379 or 4061677. OLE color: 4061677.
HSL color Cylindrical-coordinate representation of color #EDF93D: hue angle of 63.83º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF93D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 61 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.02 |
| HSL | 63.83º | 0.94% | 0.61% | - |
| HSV(B) | 63.83º | 0.76% | 0.98% | - |
| XYZ | 69.64 | 86.09 | 17.36 | - |
| YUV | 223.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 61 | 0.05 | 0 | 0.76 | 0.02 | 63.83 | 0.94 | 0.61 |
| Hex | ED | F9 | 3D | 5 | 0 | 4C | 2 | 40 | 5E | 3D |
| Octal | 355 | 371 | 75 | 5 | 0 | 114 | 2 | 100 | 136 | 75 |
| Binary | 11101101 | 11111001 | 111101 | 101 | 0 | 1001100 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #EDF93D
Complementary color
Monochromatic Colors of #EDF93D
Black with #EDF93D
Text Example
Text Example
White with #EDF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF93D; }
p { color: rgb(237,249,61); }
H1.HeaderClassName
{
color: #EDF93D;
}
.AnyTagClassName
{
color: #EDF93D;
}
</style>
background-color css
<style>
a { background-color: #EDF93D; }
a { background-color: rgb(237,249,61); }
div.DivClassName
{
background-color: #EDF93D;
}
.BgClassName
{
background-color: #EDF93D;
}
</style>
border-color css
<style>
span { border-color: #EDF93D; }
span { border-color: rgb(237,249,61); }
td.TdClassName
{
border-color: #EDF93D;
}
.TagClassName
{
border-color: #EDF93D;
}
</style>