Shades of Paris Daisy #EDF93E
Tints of Paris Daisy #EDF93E
RGB
CMYK
RGB Variations
Color information
#EDF93E (or 0xEDF93E) is known color: Paris Daisy. HEX triplet: ED, F9 and 3E. RGB value is (237,249,62). Sum of RGB (Red+Green+Blue) = 237+249+62=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 62 (24.61% from 255 or 11.31% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF93E is #1206C1. Grayscale: #E0E0E0. Windows color (decimal): -1181378 or 4127213. OLE color: 4127213.
HSL color Cylindrical-coordinate representation of color #EDF93E: hue angle of 63.85º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF93E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 62 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.02 |
| HSL | 63.85º | 0.94% | 0.61% | - |
| HSV(B) | 63.85º | 0.75% | 0.98% | - |
| XYZ | 69.67 | 86.1 | 17.51 | - |
| YUV | 224.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 62 | 0.05 | 0 | 0.75 | 0.02 | 63.85 | 0.94 | 0.61 |
| Hex | ED | F9 | 3E | 5 | 0 | 4B | 2 | 40 | 5E | 3D |
| Octal | 355 | 371 | 76 | 5 | 0 | 113 | 2 | 100 | 136 | 75 |
| Binary | 11101101 | 11111001 | 111110 | 101 | 0 | 1001011 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #EDF93E
Complementary color
Monochromatic Colors of #EDF93E
Black with #EDF93E
Text Example
Text Example
White with #EDF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF93E; }
p { color: rgb(237,249,62); }
H1.HeaderClassName
{
color: #EDF93E;
}
.AnyTagClassName
{
color: #EDF93E;
}
</style>
background-color css
<style>
a { background-color: #EDF93E; }
a { background-color: rgb(237,249,62); }
div.DivClassName
{
background-color: #EDF93E;
}
.BgClassName
{
background-color: #EDF93E;
}
</style>
border-color css
<style>
span { border-color: #EDF93E; }
span { border-color: rgb(237,249,62); }
td.TdClassName
{
border-color: #EDF93E;
}
.TagClassName
{
border-color: #EDF93E;
}
</style>