Shades of Golden Dream #ECCE3A
Tints of Golden Dream #ECCE3A
RGB
CMYK
RGB Variations
Color information
#ECCE3A (or 0xECCE3A) is known color: Golden Dream. HEX triplet: EC, CE and 3A. RGB value is (236,206,58). Sum of RGB (Red+Green+Blue) = 236+206+58=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE3A is #1331C5. Grayscale: #C6C6C6. Windows color (decimal): -1257926 or 3854060. OLE color: 3854060.
HSL color Cylindrical-coordinate representation of color #ECCE3A: hue angle of 49.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECCE3A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 58 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.07 |
| HSL | 49.89º | 0.82% | 0.58% | - |
| HSV(B) | 49.89º | 0.75% | 0.93% | - |
| XYZ | 57.43 | 62.28 | 13 | - |
| YUV | 198.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 58 | 0 | 0.13 | 0.75 | 0.07 | 49.89 | 0.82 | 0.58 |
| Hex | EC | CE | 3A | 0 | D | 4B | 7 | 32 | 52 | 3A |
| Octal | 354 | 316 | 72 | 0 | 15 | 113 | 7 | 62 | 122 | 72 |
| Binary | 11101100 | 11001110 | 111010 | 0 | 1101 | 1001011 | 111 | 110010 | 1010010 | 111010 |
Color Harmonies of #ECCE3A
Complementary color
Monochromatic Colors of #ECCE3A
Black with #ECCE3A
Text Example
Text Example
White with #ECCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE3A; }
p { color: rgb(236,206,58); }
H1.HeaderClassName
{
color: #ECCE3A;
}
.AnyTagClassName
{
color: #ECCE3A;
}
</style>
background-color css
<style>
a { background-color: #ECCE3A; }
a { background-color: rgb(236,206,58); }
div.DivClassName
{
background-color: #ECCE3A;
}
.BgClassName
{
background-color: #ECCE3A;
}
</style>
border-color css
<style>
span { border-color: #ECCE3A; }
span { border-color: rgb(236,206,58); }
td.TdClassName
{
border-color: #ECCE3A;
}
.TagClassName
{
border-color: #ECCE3A;
}
</style>