Shades of Golden Dream #ECC932
Tints of Golden Dream #ECC932
RGB
CMYK
RGB Variations
Color information
#ECC932 (or 0xECC932) is known color: Golden Dream. HEX triplet: EC, C9 and 32. RGB value is (236,201,50). Sum of RGB (Red+Green+Blue) = 236+201+50=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC932 is #1336CD. Grayscale: #C2C2C2. Windows color (decimal): -1259214 or 3328492. OLE color: 3328492.
HSL color Cylindrical-coordinate representation of color #ECC932: hue angle of 48.71º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECC932 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.07 |
| HSL | 48.71º | 0.83% | 0.56% | - |
| HSV(B) | 48.71º | 0.79% | 0.93% | - |
| XYZ | 56.05 | 59.84 | 11.61 | - |
| YUV | 194.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 50 | 0 | 0.15 | 0.79 | 0.07 | 48.71 | 0.83 | 0.56 |
| Hex | EC | C9 | 32 | 0 | F | 4F | 7 | 31 | 53 | 38 |
| Octal | 354 | 311 | 62 | 0 | 17 | 117 | 7 | 61 | 123 | 70 |
| Binary | 11101100 | 11001001 | 110010 | 0 | 1111 | 1001111 | 111 | 110001 | 1010011 | 111000 |
Color Harmonies of #ECC932
Complementary color
Monochromatic Colors of #ECC932
Black with #ECC932
Text Example
Text Example
White with #ECC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC932; }
p { color: rgb(236,201,50); }
H1.HeaderClassName
{
color: #ECC932;
}
.AnyTagClassName
{
color: #ECC932;
}
</style>
background-color css
<style>
a { background-color: #ECC932; }
a { background-color: rgb(236,201,50); }
div.DivClassName
{
background-color: #ECC932;
}
.BgClassName
{
background-color: #ECC932;
}
</style>
border-color css
<style>
span { border-color: #ECC932; }
span { border-color: rgb(236,201,50); }
td.TdClassName
{
border-color: #ECC932;
}
.TagClassName
{
border-color: #ECC932;
}
</style>