Shades of Golden Dream #ECCC34
Tints of Golden Dream #ECCC34
RGB
CMYK
RGB Variations
Color information
#ECCC34 (or 0xECCC34) is known color: Golden Dream. HEX triplet: EC, CC and 34. RGB value is (236,204,52). Sum of RGB (Red+Green+Blue) = 236+204+52=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC34 is #1333CB. Grayscale: #C4C4C4. Windows color (decimal): -1258444 or 3460332. OLE color: 3460332.
HSL color Cylindrical-coordinate representation of color #ECCC34: hue angle of 49.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECCC34 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 52 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.07 |
| HSL | 49.57º | 0.83% | 0.56% | - |
| HSV(B) | 49.57º | 0.78% | 0.93% | - |
| XYZ | 56.8 | 61.27 | 12.08 | - |
| YUV | 196.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 52 | 0 | 0.14 | 0.78 | 0.07 | 49.57 | 0.83 | 0.56 |
| Hex | EC | CC | 34 | 0 | E | 4E | 7 | 32 | 53 | 38 |
| Octal | 354 | 314 | 64 | 0 | 16 | 116 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001100 | 110100 | 0 | 1110 | 1001110 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCC34
Complementary color
Monochromatic Colors of #ECCC34
Black with #ECCC34
Text Example
Text Example
White with #ECCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC34; }
p { color: rgb(236,204,52); }
H1.HeaderClassName
{
color: #ECCC34;
}
.AnyTagClassName
{
color: #ECCC34;
}
</style>
background-color css
<style>
a { background-color: #ECCC34; }
a { background-color: rgb(236,204,52); }
div.DivClassName
{
background-color: #ECCC34;
}
.BgClassName
{
background-color: #ECCC34;
}
</style>
border-color css
<style>
span { border-color: #ECCC34; }
span { border-color: rgb(236,204,52); }
td.TdClassName
{
border-color: #ECCC34;
}
.TagClassName
{
border-color: #ECCC34;
}
</style>