Shades of Golden Dream #ECCC39
Tints of Golden Dream #ECCC39
RGB
CMYK
RGB Variations
Color information
#ECCC39 (or 0xECCC39) is known color: Golden Dream. HEX triplet: EC, CC and 39. RGB value is (236,204,57). Sum of RGB (Red+Green+Blue) = 236+204+57=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC39 is #1333C6. Grayscale: #C5C5C5. Windows color (decimal): -1258439 or 3788012. OLE color: 3788012.
HSL color Cylindrical-coordinate representation of color #ECCC39: hue angle of 49.27º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECCC39 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 57 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.07 |
| HSL | 49.27º | 0.82% | 0.57% | - |
| HSV(B) | 49.27º | 0.76% | 0.93% | - |
| XYZ | 56.92 | 61.31 | 12.71 | - |
| YUV | 196.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 57 | 0 | 0.14 | 0.76 | 0.07 | 49.27 | 0.82 | 0.57 |
| Hex | EC | CC | 39 | 0 | E | 4C | 7 | 31 | 52 | 39 |
| Octal | 354 | 314 | 71 | 0 | 16 | 114 | 7 | 61 | 122 | 71 |
| Binary | 11101100 | 11001100 | 111001 | 0 | 1110 | 1001100 | 111 | 110001 | 1010010 | 111001 |
Color Harmonies of #ECCC39
Complementary color
Monochromatic Colors of #ECCC39
Black with #ECCC39
Text Example
Text Example
White with #ECCC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC39; }
p { color: rgb(236,204,57); }
H1.HeaderClassName
{
color: #ECCC39;
}
.AnyTagClassName
{
color: #ECCC39;
}
</style>
background-color css
<style>
a { background-color: #ECCC39; }
a { background-color: rgb(236,204,57); }
div.DivClassName
{
background-color: #ECCC39;
}
.BgClassName
{
background-color: #ECCC39;
}
</style>
border-color css
<style>
span { border-color: #ECCC39; }
span { border-color: rgb(236,204,57); }
td.TdClassName
{
border-color: #ECCC39;
}
.TagClassName
{
border-color: #ECCC39;
}
</style>