Shades of Golden Dream #ECCD2C
Tints of Golden Dream #ECCD2C
RGB
CMYK
RGB Variations
Color information
#ECCD2C (or 0xECCD2C) is known color: Golden Dream. HEX triplet: EC, CD and 2C. RGB value is (236,205,44). Sum of RGB (Red+Green+Blue) = 236+205+44=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD2C is #1332D3. Grayscale: #C4C4C4. Windows color (decimal): -1258196 or 2936300. OLE color: 2936300.
HSL color Cylindrical-coordinate representation of color #ECCD2C: hue angle of 50.31º 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 #ECCD2C is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 44 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.07 |
| HSL | 50.31º | 0.83% | 0.55% | - |
| HSV(B) | 50.31º | 0.81% | 0.93% | - |
| XYZ | 56.88 | 61.68 | 11.29 | - |
| YUV | 195.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 44 | 0 | 0.13 | 0.81 | 0.07 | 50.31 | 0.83 | 0.55 |
| Hex | EC | CD | 2C | 0 | D | 51 | 7 | 32 | 53 | 37 |
| Octal | 354 | 315 | 54 | 0 | 15 | 121 | 7 | 62 | 123 | 67 |
| Binary | 11101100 | 11001101 | 101100 | 0 | 1101 | 1010001 | 111 | 110010 | 1010011 | 110111 |
Color Harmonies of #ECCD2C
Complementary color
Monochromatic Colors of #ECCD2C
Black with #ECCD2C
Text Example
Text Example
White with #ECCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD2C; }
p { color: rgb(236,205,44); }
H1.HeaderClassName
{
color: #ECCD2C;
}
.AnyTagClassName
{
color: #ECCD2C;
}
</style>
background-color css
<style>
a { background-color: #ECCD2C; }
a { background-color: rgb(236,205,44); }
div.DivClassName
{
background-color: #ECCD2C;
}
.BgClassName
{
background-color: #ECCD2C;
}
</style>
border-color css
<style>
span { border-color: #ECCD2C; }
span { border-color: rgb(236,205,44); }
td.TdClassName
{
border-color: #ECCD2C;
}
.TagClassName
{
border-color: #ECCD2C;
}
</style>