Shades of Golden Dream #ECCC2C
Tints of Golden Dream #ECCC2C
RGB
CMYK
RGB Variations
Color information
#ECCC2C (or 0xECCC2C) is known color: Golden Dream. HEX triplet: EC, CC and 2C. RGB value is (236,204,44). Sum of RGB (Red+Green+Blue) = 236+204+44=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC2C is #1333D3. Grayscale: #C4C4C4. Windows color (decimal): -1258452 or 2936044. OLE color: 2936044.
HSL color Cylindrical-coordinate representation of color #ECCC2C: hue angle of 50º 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 #ECCC2C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 44 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 50º | 0.83% | 0.55% | - |
| HSV(B) | 50º | 0.81% | 0.93% | - |
| XYZ | 56.64 | 61.2 | 11.21 | - |
| YUV | 195.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 44 | 0 | 0.14 | 0.81 | 0.07 | 50 | 0.83 | 0.55 |
| Hex | EC | CC | 2C | 0 | E | 51 | 7 | 32 | 53 | 37 |
| Octal | 354 | 314 | 54 | 0 | 16 | 121 | 7 | 62 | 123 | 67 |
| Binary | 11101100 | 11001100 | 101100 | 0 | 1110 | 1010001 | 111 | 110010 | 1010011 | 110111 |
Color Harmonies of #ECCC2C
Complementary color
Monochromatic Colors of #ECCC2C
Black with #ECCC2C
Text Example
Text Example
White with #ECCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC2C; }
p { color: rgb(236,204,44); }
H1.HeaderClassName
{
color: #ECCC2C;
}
.AnyTagClassName
{
color: #ECCC2C;
}
</style>
background-color css
<style>
a { background-color: #ECCC2C; }
a { background-color: rgb(236,204,44); }
div.DivClassName
{
background-color: #ECCC2C;
}
.BgClassName
{
background-color: #ECCC2C;
}
</style>
border-color css
<style>
span { border-color: #ECCC2C; }
span { border-color: rgb(236,204,44); }
td.TdClassName
{
border-color: #ECCC2C;
}
.TagClassName
{
border-color: #ECCC2C;
}
</style>