Shades of Golden Dream #ECC832
Tints of Golden Dream #ECC832
RGB
CMYK
RGB Variations
Color information
#ECC832 (or 0xECC832) is known color: Golden Dream. HEX triplet: EC, C8 and 32. RGB value is (236,200,50). Sum of RGB (Red+Green+Blue) = 236+200+50=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC832 is #1337CD. Grayscale: #C2C2C2. Windows color (decimal): -1259470 or 3328236. OLE color: 3328236.
HSL color Cylindrical-coordinate representation of color #ECC832: hue angle of 48.39º 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 #ECC832 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.07 |
| HSL | 48.39º | 0.83% | 0.56% | - |
| HSV(B) | 48.39º | 0.79% | 0.93% | - |
| XYZ | 55.82 | 59.37 | 11.54 | - |
| YUV | 193.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 50 | 0 | 0.15 | 0.79 | 0.07 | 48.39 | 0.83 | 0.56 |
| Hex | EC | C8 | 32 | 0 | F | 4F | 7 | 30 | 53 | 38 |
| Octal | 354 | 310 | 62 | 0 | 17 | 117 | 7 | 60 | 123 | 70 |
| Binary | 11101100 | 11001000 | 110010 | 0 | 1111 | 1001111 | 111 | 110000 | 1010011 | 111000 |
Color Harmonies of #ECC832
Complementary color
Monochromatic Colors of #ECC832
Black with #ECC832
Text Example
Text Example
White with #ECC832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC832; }
p { color: rgb(236,200,50); }
H1.HeaderClassName
{
color: #ECC832;
}
.AnyTagClassName
{
color: #ECC832;
}
</style>
background-color css
<style>
a { background-color: #ECC832; }
a { background-color: rgb(236,200,50); }
div.DivClassName
{
background-color: #ECC832;
}
.BgClassName
{
background-color: #ECC832;
}
</style>
border-color css
<style>
span { border-color: #ECC832; }
span { border-color: rgb(236,200,50); }
td.TdClassName
{
border-color: #ECC832;
}
.TagClassName
{
border-color: #ECC832;
}
</style>