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