Shades of Golden Dream #ECCC32
Tints of Golden Dream #ECCC32
RGB
CMYK
RGB Variations
Color information
#ECCC32 (or 0xECCC32) is known color: Golden Dream. HEX triplet: EC, CC and 32. RGB value is (236,204,50). Sum of RGB (Red+Green+Blue) = 236+204+50=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC32 is #1333CD. Grayscale: #C4C4C4. Windows color (decimal): -1258446 or 3329260. OLE color: 3329260.
HSL color Cylindrical-coordinate representation of color #ECCC32: hue angle of 49.68º 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 #ECCC32 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.07 |
| HSL | 49.68º | 0.83% | 0.56% | - |
| HSV(B) | 49.68º | 0.79% | 0.93% | - |
| XYZ | 56.76 | 61.25 | 11.85 | - |
| YUV | 196.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 50 | 0 | 0.14 | 0.79 | 0.07 | 49.68 | 0.83 | 0.56 |
| Hex | EC | CC | 32 | 0 | E | 4F | 7 | 32 | 53 | 38 |
| Octal | 354 | 314 | 62 | 0 | 16 | 117 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001100 | 110010 | 0 | 1110 | 1001111 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCC32
Complementary color
Monochromatic Colors of #ECCC32
Black with #ECCC32
Text Example
Text Example
White with #ECCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC32; }
p { color: rgb(236,204,50); }
H1.HeaderClassName
{
color: #ECCC32;
}
.AnyTagClassName
{
color: #ECCC32;
}
</style>
background-color css
<style>
a { background-color: #ECCC32; }
a { background-color: rgb(236,204,50); }
div.DivClassName
{
background-color: #ECCC32;
}
.BgClassName
{
background-color: #ECCC32;
}
</style>
border-color css
<style>
span { border-color: #ECCC32; }
span { border-color: rgb(236,204,50); }
td.TdClassName
{
border-color: #ECCC32;
}
.TagClassName
{
border-color: #ECCC32;
}
</style>