Shades of Paris Daisy #EDFB42
Tints of Paris Daisy #EDFB42
RGB
CMYK
RGB Variations
Color information
#EDFB42 (or 0xEDFB42) is known color: Paris Daisy. HEX triplet: ED, FB and 42. RGB value is (237,251,66). Sum of RGB (Red+Green+Blue) = 237+251+66=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 66 (26.17% from 255 or 11.91% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB42 is #1204BD. Grayscale: #E2E2E2. Windows color (decimal): -1180862 or 4389869. OLE color: 4389869.
HSL color Cylindrical-coordinate representation of color #EDFB42: hue angle of 64.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDFB42 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 66 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.02 |
| HSL | 64.54º | 0.96% | 0.62% | - |
| HSV(B) | 64.54º | 0.74% | 0.98% | - |
| XYZ | 70.41 | 87.39 | 18.31 | - |
| YUV | 225.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 66 | 0.06 | 0 | 0.74 | 0.02 | 64.54 | 0.96 | 0.62 |
| Hex | ED | FB | 42 | 6 | 0 | 4A | 2 | 41 | 60 | 3E |
| Octal | 355 | 373 | 102 | 6 | 0 | 112 | 2 | 101 | 140 | 76 |
| Binary | 11101101 | 11111011 | 1000010 | 110 | 0 | 1001010 | 10 | 1000001 | 1100000 | 111110 |
Color Harmonies of #EDFB42
Complementary color
Monochromatic Colors of #EDFB42
Black with #EDFB42
Text Example
Text Example
White with #EDFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB42; }
p { color: rgb(237,251,66); }
H1.HeaderClassName
{
color: #EDFB42;
}
.AnyTagClassName
{
color: #EDFB42;
}
</style>
background-color css
<style>
a { background-color: #EDFB42; }
a { background-color: rgb(237,251,66); }
div.DivClassName
{
background-color: #EDFB42;
}
.BgClassName
{
background-color: #EDFB42;
}
</style>
border-color css
<style>
span { border-color: #EDFB42; }
span { border-color: rgb(237,251,66); }
td.TdClassName
{
border-color: #EDFB42;
}
.TagClassName
{
border-color: #EDFB42;
}
</style>