Shades of Golden Dream #ECCC2F
Tints of Golden Dream #ECCC2F
RGB
CMYK
RGB Variations
Color information
#ECCC2F (or 0xECCC2F) is known color: Golden Dream. HEX triplet: EC, CC and 2F. RGB value is (236,204,47). Sum of RGB (Red+Green+Blue) = 236+204+47=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC2F is #1333D0. Grayscale: #C4C4C4. Windows color (decimal): -1258449 or 3132652. OLE color: 3132652.
HSL color Cylindrical-coordinate representation of color #ECCC2F: hue angle of 49.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECCC2F is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 47 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.07 |
| HSL | 49.84º | 0.83% | 0.55% | - |
| HSV(B) | 49.84º | 0.8% | 0.93% | - |
| XYZ | 56.7 | 61.22 | 11.52 | - |
| YUV | 195.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 47 | 0 | 0.14 | 0.80 | 0.07 | 49.84 | 0.83 | 0.55 |
| Hex | EC | CC | 2F | 0 | E | 50 | 7 | 32 | 53 | 37 |
| Octal | 354 | 314 | 57 | 0 | 16 | 120 | 7 | 62 | 123 | 67 |
| Binary | 11101100 | 11001100 | 101111 | 0 | 1110 | 1010000 | 111 | 110010 | 1010011 | 110111 |
Color Harmonies of #ECCC2F
Complementary color
Monochromatic Colors of #ECCC2F
Black with #ECCC2F
Text Example
Text Example
White with #ECCC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC2F; }
p { color: rgb(236,204,47); }
H1.HeaderClassName
{
color: #ECCC2F;
}
.AnyTagClassName
{
color: #ECCC2F;
}
</style>
background-color css
<style>
a { background-color: #ECCC2F; }
a { background-color: rgb(236,204,47); }
div.DivClassName
{
background-color: #ECCC2F;
}
.BgClassName
{
background-color: #ECCC2F;
}
</style>
border-color css
<style>
span { border-color: #ECCC2F; }
span { border-color: rgb(236,204,47); }
td.TdClassName
{
border-color: #ECCC2F;
}
.TagClassName
{
border-color: #ECCC2F;
}
</style>