Shades of Golden Dream #ECCC2E
Tints of Golden Dream #ECCC2E
RGB
CMYK
RGB Variations
Color information
#ECCC2E (or 0xECCC2E) is known color: Golden Dream. HEX triplet: EC, CC and 2E. RGB value is (236,204,46). Sum of RGB (Red+Green+Blue) = 236+204+46=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC2E is #1333D1. Grayscale: #C4C4C4. Windows color (decimal): -1258450 or 3067116. OLE color: 3067116.
HSL color Cylindrical-coordinate representation of color #ECCC2E: hue angle of 49.89º 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 #ECCC2E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 46 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 49.89º | 0.83% | 0.55% | - |
| HSV(B) | 49.89º | 0.81% | 0.93% | - |
| XYZ | 56.68 | 61.22 | 11.41 | - |
| YUV | 195.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 46 | 0 | 0.14 | 0.81 | 0.07 | 49.89 | 0.83 | 0.55 |
| Hex | EC | CC | 2E | 0 | E | 51 | 7 | 32 | 53 | 37 |
| Octal | 354 | 314 | 56 | 0 | 16 | 121 | 7 | 62 | 123 | 67 |
| Binary | 11101100 | 11001100 | 101110 | 0 | 1110 | 1010001 | 111 | 110010 | 1010011 | 110111 |
Color Harmonies of #ECCC2E
Complementary color
Monochromatic Colors of #ECCC2E
Black with #ECCC2E
Text Example
Text Example
White with #ECCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC2E; }
p { color: rgb(236,204,46); }
H1.HeaderClassName
{
color: #ECCC2E;
}
.AnyTagClassName
{
color: #ECCC2E;
}
</style>
background-color css
<style>
a { background-color: #ECCC2E; }
a { background-color: rgb(236,204,46); }
div.DivClassName
{
background-color: #ECCC2E;
}
.BgClassName
{
background-color: #ECCC2E;
}
</style>
border-color css
<style>
span { border-color: #ECCC2E; }
span { border-color: rgb(236,204,46); }
td.TdClassName
{
border-color: #ECCC2E;
}
.TagClassName
{
border-color: #ECCC2E;
}
</style>