Shades of Paris Daisy #ECEB4A
Tints of Paris Daisy #ECEB4A
RGB
CMYK
RGB Variations
Color information
#ECEB4A (or 0xECEB4A) is known color: Paris Daisy. HEX triplet: EC, EB and 4A. RGB value is (236,235,74). Sum of RGB (Red+Green+Blue) = 236+235+74=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB4A is #1314B5. Grayscale: #D9D9D9. Windows color (decimal): -1250486 or 4910060. OLE color: 4910060.
HSL color Cylindrical-coordinate representation of color #ECEB4A: hue angle of 59.63º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECEB4A is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 74 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.07 |
| HSL | 59.63º | 0.81% | 0.61% | - |
| HSV(B) | 59.63º | 0.69% | 0.93% | - |
| XYZ | 65.54 | 77.74 | 18.03 | - |
| YUV | 216.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 74 | 0 | 0.00 | 0.69 | 0.07 | 59.63 | 0.81 | 0.61 |
| Hex | EC | EB | 4A | 0 | 0 | 45 | 7 | 3C | 51 | 3D |
| Octal | 354 | 353 | 112 | 0 | 0 | 105 | 7 | 74 | 121 | 75 |
| Binary | 11101100 | 11101011 | 1001010 | 0 | 0 | 1000101 | 111 | 111100 | 1010001 | 111101 |
Color Harmonies of #ECEB4A
Complementary color
Monochromatic Colors of #ECEB4A
Black with #ECEB4A
Text Example
Text Example
White with #ECEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB4A; }
p { color: rgb(236,235,74); }
H1.HeaderClassName
{
color: #ECEB4A;
}
.AnyTagClassName
{
color: #ECEB4A;
}
</style>
background-color css
<style>
a { background-color: #ECEB4A; }
a { background-color: rgb(236,235,74); }
div.DivClassName
{
background-color: #ECEB4A;
}
.BgClassName
{
background-color: #ECEB4A;
}
</style>
border-color css
<style>
span { border-color: #ECEB4A; }
span { border-color: rgb(236,235,74); }
td.TdClassName
{
border-color: #ECEB4A;
}
.TagClassName
{
border-color: #ECEB4A;
}
</style>