Shades of Paris Daisy #EDEF42
Tints of Paris Daisy #EDEF42
RGB
CMYK
RGB Variations
Color information
#EDEF42 (or 0xEDEF42) is known color: Paris Daisy. HEX triplet: ED, EF and 42. RGB value is (237,239,66). Sum of RGB (Red+Green+Blue) = 237+239+66=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF42 is #1210BD. Grayscale: #DBDBDB. Windows color (decimal): -1183934 or 4386797. OLE color: 4386797.
HSL color Cylindrical-coordinate representation of color #EDEF42: hue angle of 60.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDEF42 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 66 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.06 |
| HSL | 60.69º | 0.84% | 0.6% | - |
| HSV(B) | 60.69º | 0.72% | 0.94% | - |
| XYZ | 66.77 | 80.13 | 17.1 | - |
| YUV | 218.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 66 | 0.01 | 0 | 0.72 | 0.06 | 60.69 | 0.84 | 0.6 |
| Hex | ED | EF | 42 | 1 | 0 | 48 | 6 | 3D | 54 | 3C |
| Octal | 355 | 357 | 102 | 1 | 0 | 110 | 6 | 75 | 124 | 74 |
| Binary | 11101101 | 11101111 | 1000010 | 1 | 0 | 1001000 | 110 | 111101 | 1010100 | 111100 |
Color Harmonies of #EDEF42
Complementary color
Monochromatic Colors of #EDEF42
Black with #EDEF42
Text Example
Text Example
White with #EDEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF42; }
p { color: rgb(237,239,66); }
H1.HeaderClassName
{
color: #EDEF42;
}
.AnyTagClassName
{
color: #EDEF42;
}
</style>
background-color css
<style>
a { background-color: #EDEF42; }
a { background-color: rgb(237,239,66); }
div.DivClassName
{
background-color: #EDEF42;
}
.BgClassName
{
background-color: #EDEF42;
}
</style>
border-color css
<style>
span { border-color: #EDEF42; }
span { border-color: rgb(237,239,66); }
td.TdClassName
{
border-color: #EDEF42;
}
.TagClassName
{
border-color: #EDEF42;
}
</style>