Shades of Golden Dream #ECC831
Tints of Golden Dream #ECC831
RGB
CMYK
RGB Variations
Color information
#ECC831 (or 0xECC831) is known color: Golden Dream. HEX triplet: EC, C8 and 31. RGB value is (236,200,49). Sum of RGB (Red+Green+Blue) = 236+200+49=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC831 is #1337CE. Grayscale: #C2C2C2. Windows color (decimal): -1259471 or 3262700. OLE color: 3262700.
HSL color Cylindrical-coordinate representation of color #ECC831: hue angle of 48.45º 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 #ECC831 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 49 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.07 |
| HSL | 48.45º | 0.83% | 0.56% | - |
| HSV(B) | 48.45º | 0.79% | 0.93% | - |
| XYZ | 55.8 | 59.36 | 11.42 | - |
| YUV | 193.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 49 | 0 | 0.15 | 0.79 | 0.07 | 48.45 | 0.83 | 0.56 |
| Hex | EC | C8 | 31 | 0 | F | 4F | 7 | 30 | 53 | 38 |
| Octal | 354 | 310 | 61 | 0 | 17 | 117 | 7 | 60 | 123 | 70 |
| Binary | 11101100 | 11001000 | 110001 | 0 | 1111 | 1001111 | 111 | 110000 | 1010011 | 111000 |
Color Harmonies of #ECC831
Complementary color
Monochromatic Colors of #ECC831
Black with #ECC831
Text Example
Text Example
White with #ECC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC831; }
p { color: rgb(236,200,49); }
H1.HeaderClassName
{
color: #ECC831;
}
.AnyTagClassName
{
color: #ECC831;
}
</style>
background-color css
<style>
a { background-color: #ECC831; }
a { background-color: rgb(236,200,49); }
div.DivClassName
{
background-color: #ECC831;
}
.BgClassName
{
background-color: #ECC831;
}
</style>
border-color css
<style>
span { border-color: #ECC831; }
span { border-color: rgb(236,200,49); }
td.TdClassName
{
border-color: #ECC831;
}
.TagClassName
{
border-color: #ECC831;
}
</style>