Shades of Paris Daisy #EDEC4C
Tints of Paris Daisy #EDEC4C
RGB
CMYK
RGB Variations
Color information
#EDEC4C (or 0xEDEC4C) is known color: Paris Daisy. HEX triplet: ED, EC and 4C. RGB value is (237,236,76). Sum of RGB (Red+Green+Blue) = 237+236+76=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC4C is #1213B3. Grayscale: #DADADA. Windows color (decimal): -1184692 or 5041389. OLE color: 5041389.
HSL color Cylindrical-coordinate representation of color #EDEC4C: hue angle of 59.63º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDEC4C is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 76 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.07 |
| HSL | 59.63º | 0.82% | 0.61% | - |
| HSV(B) | 59.63º | 0.68% | 0.93% | - |
| XYZ | 66.23 | 78.52 | 18.5 | - |
| YUV | 218.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 76 | 0 | 0.00 | 0.68 | 0.07 | 59.63 | 0.82 | 0.61 |
| Hex | ED | EC | 4C | 0 | 0 | 44 | 7 | 3C | 52 | 3D |
| Octal | 355 | 354 | 114 | 0 | 0 | 104 | 7 | 74 | 122 | 75 |
| Binary | 11101101 | 11101100 | 1001100 | 0 | 0 | 1000100 | 111 | 111100 | 1010010 | 111101 |
Color Harmonies of #EDEC4C
Complementary color
Monochromatic Colors of #EDEC4C
Black with #EDEC4C
Text Example
Text Example
White with #EDEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC4C; }
p { color: rgb(237,236,76); }
H1.HeaderClassName
{
color: #EDEC4C;
}
.AnyTagClassName
{
color: #EDEC4C;
}
</style>
background-color css
<style>
a { background-color: #EDEC4C; }
a { background-color: rgb(237,236,76); }
div.DivClassName
{
background-color: #EDEC4C;
}
.BgClassName
{
background-color: #EDEC4C;
}
</style>
border-color css
<style>
span { border-color: #EDEC4C; }
span { border-color: rgb(237,236,76); }
td.TdClassName
{
border-color: #EDEC4C;
}
.TagClassName
{
border-color: #EDEC4C;
}
</style>