Shades of Paris Daisy #ECEA4A
Tints of Paris Daisy #ECEA4A
RGB
CMYK
RGB Variations
Color information
#ECEA4A (or 0xECEA4A) is known color: Paris Daisy. HEX triplet: EC, EA and 4A. RGB value is (236,234,74). Sum of RGB (Red+Green+Blue) = 236+234+74=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA4A is #1315B5. Grayscale: #D9D9D9. Windows color (decimal): -1250742 or 4909804. OLE color: 4909804.
HSL color Cylindrical-coordinate representation of color #ECEA4A: hue angle of 59.26º 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 #ECEA4A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 74 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.07 |
| HSL | 59.26º | 0.81% | 0.61% | - |
| HSV(B) | 59.26º | 0.69% | 0.93% | - |
| XYZ | 65.25 | 77.17 | 17.94 | - |
| YUV | 216.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 74 | 0 | 0.01 | 0.69 | 0.07 | 59.26 | 0.81 | 0.61 |
| Hex | EC | EA | 4A | 0 | 1 | 45 | 7 | 3B | 51 | 3D |
| Octal | 354 | 352 | 112 | 0 | 1 | 105 | 7 | 73 | 121 | 75 |
| Binary | 11101100 | 11101010 | 1001010 | 0 | 1 | 1000101 | 111 | 111011 | 1010001 | 111101 |
Color Harmonies of #ECEA4A
Complementary color
Monochromatic Colors of #ECEA4A
Black with #ECEA4A
Text Example
Text Example
White with #ECEA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA4A; }
p { color: rgb(236,234,74); }
H1.HeaderClassName
{
color: #ECEA4A;
}
.AnyTagClassName
{
color: #ECEA4A;
}
</style>
background-color css
<style>
a { background-color: #ECEA4A; }
a { background-color: rgb(236,234,74); }
div.DivClassName
{
background-color: #ECEA4A;
}
.BgClassName
{
background-color: #ECEA4A;
}
</style>
border-color css
<style>
span { border-color: #ECEA4A; }
span { border-color: rgb(236,234,74); }
td.TdClassName
{
border-color: #ECEA4A;
}
.TagClassName
{
border-color: #ECEA4A;
}
</style>