Shades of Paris Daisy #ECED4B
Tints of Paris Daisy #ECED4B
RGB
CMYK
RGB Variations
Color information
#ECED4B (or 0xECED4B) is known color: Paris Daisy. HEX triplet: EC, ED and 4B. RGB value is (236,237,75). Sum of RGB (Red+Green+Blue) = 236+237+75=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 75 (29.69% from 255 or 13.69% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED4B is #1312B4. Grayscale: #DADADA. Windows color (decimal): -1249973 or 4976108. OLE color: 4976108.
HSL color Cylindrical-coordinate representation of color #ECED4B: 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 #ECED4B is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 75 | - |
| 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.15 | 78.91 | 18.4 | - |
| YUV | 218.23 | 47.17 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 75 | 0.00 | 0 | 0.68 | 0.07 | 60.37 | 0.82 | 0.61 |
| Hex | EC | ED | 4B | 0 | 0 | 44 | 7 | 3C | 52 | 3D |
| Octal | 354 | 355 | 113 | 0 | 0 | 104 | 7 | 74 | 122 | 75 |
| Binary | 11101100 | 11101101 | 1001011 | 0 | 0 | 1000100 | 111 | 111100 | 1010010 | 111101 |
Color Harmonies of #ECED4B
Complementary color
Monochromatic Colors of #ECED4B
Black with #ECED4B
Text Example
Text Example
White with #ECED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED4B; }
p { color: rgb(236,237,75); }
H1.HeaderClassName
{
color: #ECED4B;
}
.AnyTagClassName
{
color: #ECED4B;
}
</style>
background-color css
<style>
a { background-color: #ECED4B; }
a { background-color: rgb(236,237,75); }
div.DivClassName
{
background-color: #ECED4B;
}
.BgClassName
{
background-color: #ECED4B;
}
</style>
border-color css
<style>
span { border-color: #ECED4B; }
span { border-color: rgb(236,237,75); }
td.TdClassName
{
border-color: #ECED4B;
}
.TagClassName
{
border-color: #ECED4B;
}
</style>