Shades of Paris Daisy #ECE74D
Tints of Paris Daisy #ECE74D
RGB
CMYK
RGB Variations
Color information
#ECE74D (or 0xECE74D) is known color: Paris Daisy. HEX triplet: EC, E7 and 4D. RGB value is (236,231,77). Sum of RGB (Red+Green+Blue) = 236+231+77=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE74D is #1318B2. Grayscale: #D7D7D7. Windows color (decimal): -1251507 or 5105644. OLE color: 5105644.
HSL color Cylindrical-coordinate representation of color #ECE74D: hue angle of 58.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECE74D is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 77 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.07 |
| HSL | 58.11º | 0.81% | 0.61% | - |
| HSV(B) | 58.11º | 0.67% | 0.93% | - |
| XYZ | 64.51 | 75.52 | 18.2 | - |
| YUV | 214.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 77 | 0 | 0.02 | 0.67 | 0.07 | 58.11 | 0.81 | 0.61 |
| Hex | EC | E7 | 4D | 0 | 2 | 43 | 7 | 3A | 51 | 3D |
| Octal | 354 | 347 | 115 | 0 | 2 | 103 | 7 | 72 | 121 | 75 |
| Binary | 11101100 | 11100111 | 1001101 | 0 | 10 | 1000011 | 111 | 111010 | 1010001 | 111101 |
Color Harmonies of #ECE74D
Complementary color
Monochromatic Colors of #ECE74D
Black with #ECE74D
Text Example
Text Example
White with #ECE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE74D; }
p { color: rgb(236,231,77); }
H1.HeaderClassName
{
color: #ECE74D;
}
.AnyTagClassName
{
color: #ECE74D;
}
</style>
background-color css
<style>
a { background-color: #ECE74D; }
a { background-color: rgb(236,231,77); }
div.DivClassName
{
background-color: #ECE74D;
}
.BgClassName
{
background-color: #ECE74D;
}
</style>
border-color css
<style>
span { border-color: #ECE74D; }
span { border-color: rgb(236,231,77); }
td.TdClassName
{
border-color: #ECE74D;
}
.TagClassName
{
border-color: #ECE74D;
}
</style>