Shades of Golden Dream #ECCC2D
Tints of Golden Dream #ECCC2D
RGB
CMYK
RGB Variations
Color information
#ECCC2D (or 0xECCC2D) is known color: Golden Dream. HEX triplet: EC, CC and 2D. RGB value is (236,204,45). Sum of RGB (Red+Green+Blue) = 236+204+45=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC2D is #1333D2. Grayscale: #C4C4C4. Windows color (decimal): -1258451 or 3001580. OLE color: 3001580.
HSL color Cylindrical-coordinate representation of color #ECCC2D: hue angle of 49.95º 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 #ECCC2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 49.95º | 0.83% | 0.55% | - |
| HSV(B) | 49.95º | 0.81% | 0.93% | - |
| XYZ | 56.66 | 61.21 | 11.31 | - |
| YUV | 195.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 45 | 0 | 0.14 | 0.81 | 0.07 | 49.95 | 0.83 | 0.55 |
| Hex | EC | CC | 2D | 0 | E | 51 | 7 | 32 | 53 | 37 |
| Octal | 354 | 314 | 55 | 0 | 16 | 121 | 7 | 62 | 123 | 67 |
| Binary | 11101100 | 11001100 | 101101 | 0 | 1110 | 1010001 | 111 | 110010 | 1010011 | 110111 |
Color Harmonies of #ECCC2D
Complementary color
Monochromatic Colors of #ECCC2D
Black with #ECCC2D
Text Example
Text Example
White with #ECCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC2D; }
p { color: rgb(236,204,45); }
H1.HeaderClassName
{
color: #ECCC2D;
}
.AnyTagClassName
{
color: #ECCC2D;
}
</style>
background-color css
<style>
a { background-color: #ECCC2D; }
a { background-color: rgb(236,204,45); }
div.DivClassName
{
background-color: #ECCC2D;
}
.BgClassName
{
background-color: #ECCC2D;
}
</style>
border-color css
<style>
span { border-color: #ECCC2D; }
span { border-color: rgb(236,204,45); }
td.TdClassName
{
border-color: #ECCC2D;
}
.TagClassName
{
border-color: #ECCC2D;
}
</style>