Shades of Paris Daisy #EDFB4D
Tints of Paris Daisy #EDFB4D
RGB
CMYK
RGB Variations
Color information
#EDFB4D (or 0xEDFB4D) is known color: Paris Daisy. HEX triplet: ED, FB and 4D. RGB value is (237,251,77). Sum of RGB (Red+Green+Blue) = 237+251+77=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 77 (30.47% from 255 or 13.63% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB4D is #1204B2. Grayscale: #E3E3E3. Windows color (decimal): -1180851 or 5110765. OLE color: 5110765.
HSL color Cylindrical-coordinate representation of color #EDFB4D: hue angle of 64.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDFB4D is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 77 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.02 |
| HSL | 64.83º | 0.96% | 0.64% | - |
| HSV(B) | 64.83º | 0.69% | 0.98% | - |
| XYZ | 70.76 | 87.53 | 20.19 | - |
| YUV | 226.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 77 | 0.06 | 0 | 0.69 | 0.02 | 64.83 | 0.96 | 0.64 |
| Hex | ED | FB | 4D | 6 | 0 | 45 | 2 | 41 | 60 | 40 |
| Octal | 355 | 373 | 115 | 6 | 0 | 105 | 2 | 101 | 140 | 100 |
| Binary | 11101101 | 11111011 | 1001101 | 110 | 0 | 1000101 | 10 | 1000001 | 1100000 | 1000000 |
Color Harmonies of #EDFB4D
Complementary color
Monochromatic Colors of #EDFB4D
Black with #EDFB4D
Text Example
Text Example
White with #EDFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB4D; }
p { color: rgb(237,251,77); }
H1.HeaderClassName
{
color: #EDFB4D;
}
.AnyTagClassName
{
color: #EDFB4D;
}
</style>
background-color css
<style>
a { background-color: #EDFB4D; }
a { background-color: rgb(237,251,77); }
div.DivClassName
{
background-color: #EDFB4D;
}
.BgClassName
{
background-color: #EDFB4D;
}
</style>
border-color css
<style>
span { border-color: #EDFB4D; }
span { border-color: rgb(237,251,77); }
td.TdClassName
{
border-color: #EDFB4D;
}
.TagClassName
{
border-color: #EDFB4D;
}
</style>