Shades of Golden Dream #ECCF2C
Tints of Golden Dream #ECCF2C
RGB
CMYK
RGB Variations
Color information
#ECCF2C (or 0xECCF2C) is known color: Golden Dream. HEX triplet: EC, CF and 2C. RGB value is (236,207,44). Sum of RGB (Red+Green+Blue) = 236+207+44=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF2C is #1330D3. Grayscale: #C5C5C5. Windows color (decimal): -1257684 or 2936812. OLE color: 2936812.
HSL color Cylindrical-coordinate representation of color #ECCF2C: hue angle of 50.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECCF2C is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 44 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 50.94º | 0.83% | 0.55% | - |
| HSV(B) | 50.94º | 0.81% | 0.93% | - |
| XYZ | 57.36 | 62.64 | 11.45 | - |
| YUV | 197.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 44 | 0 | 0.12 | 0.81 | 0.07 | 50.94 | 0.83 | 0.55 |
| Hex | EC | CF | 2C | 0 | C | 51 | 7 | 33 | 53 | 37 |
| Octal | 354 | 317 | 54 | 0 | 14 | 121 | 7 | 63 | 123 | 67 |
| Binary | 11101100 | 11001111 | 101100 | 0 | 1100 | 1010001 | 111 | 110011 | 1010011 | 110111 |
Color Harmonies of #ECCF2C
Complementary color
Monochromatic Colors of #ECCF2C
Black with #ECCF2C
Text Example
Text Example
White with #ECCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF2C; }
p { color: rgb(236,207,44); }
H1.HeaderClassName
{
color: #ECCF2C;
}
.AnyTagClassName
{
color: #ECCF2C;
}
</style>
background-color css
<style>
a { background-color: #ECCF2C; }
a { background-color: rgb(236,207,44); }
div.DivClassName
{
background-color: #ECCF2C;
}
.BgClassName
{
background-color: #ECCF2C;
}
</style>
border-color css
<style>
span { border-color: #ECCF2C; }
span { border-color: rgb(236,207,44); }
td.TdClassName
{
border-color: #ECCF2C;
}
.TagClassName
{
border-color: #ECCF2C;
}
</style>