Shades of Paris Daisy #ECEE4A
Tints of Paris Daisy #ECEE4A
RGB
CMYK
RGB Variations
Color information
#ECEE4A (or 0xECEE4A) is known color: Paris Daisy. HEX triplet: EC, EE and 4A. RGB value is (236,238,74). Sum of RGB (Red+Green+Blue) = 236+238+74=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE4A is #1311B5. Grayscale: #DBDBDB. Windows color (decimal): -1249718 or 4910828. OLE color: 4910828.
HSL color Cylindrical-coordinate representation of color #ECEE4A: hue angle of 60.73º degrees, saturation: 0.83, 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 #ECEE4A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 74 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.07 |
| HSL | 60.73º | 0.83% | 0.61% | - |
| HSV(B) | 60.73º | 0.69% | 0.93% | - |
| XYZ | 66.4 | 79.48 | 18.32 | - |
| YUV | 218.71 | 46.34 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 74 | 0.01 | 0 | 0.69 | 0.07 | 60.73 | 0.83 | 0.61 |
| Hex | EC | EE | 4A | 1 | 0 | 45 | 7 | 3D | 53 | 3D |
| Octal | 354 | 356 | 112 | 1 | 0 | 105 | 7 | 75 | 123 | 75 |
| Binary | 11101100 | 11101110 | 1001010 | 1 | 0 | 1000101 | 111 | 111101 | 1010011 | 111101 |
Color Harmonies of #ECEE4A
Complementary color
Monochromatic Colors of #ECEE4A
Black with #ECEE4A
Text Example
Text Example
White with #ECEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE4A; }
p { color: rgb(236,238,74); }
H1.HeaderClassName
{
color: #ECEE4A;
}
.AnyTagClassName
{
color: #ECEE4A;
}
</style>
background-color css
<style>
a { background-color: #ECEE4A; }
a { background-color: rgb(236,238,74); }
div.DivClassName
{
background-color: #ECEE4A;
}
.BgClassName
{
background-color: #ECEE4A;
}
</style>
border-color css
<style>
span { border-color: #ECEE4A; }
span { border-color: rgb(236,238,74); }
td.TdClassName
{
border-color: #ECEE4A;
}
.TagClassName
{
border-color: #ECEE4A;
}
</style>