Shades of Golden Dream #ECD033
Tints of Golden Dream #ECD033
RGB
CMYK
RGB Variations
Color information
#ECD033 (or 0xECD033) is known color: Golden Dream. HEX triplet: EC, D0 and 33. RGB value is (236,208,51). Sum of RGB (Red+Green+Blue) = 236+208+51=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD033 is #132FCC. Grayscale: #C7C7C7. Windows color (decimal): -1257421 or 3395820. OLE color: 3395820.
HSL color Cylindrical-coordinate representation of color #ECD033: hue angle of 50.92º 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 #ECD033 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 51 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.07 |
| HSL | 50.92º | 0.83% | 0.56% | - |
| HSV(B) | 50.92º | 0.78% | 0.93% | - |
| XYZ | 57.75 | 63.18 | 12.28 | - |
| YUV | 198.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 51 | 0 | 0.12 | 0.78 | 0.07 | 50.92 | 0.83 | 0.56 |
| Hex | EC | D0 | 33 | 0 | C | 4E | 7 | 33 | 53 | 38 |
| Octal | 354 | 320 | 63 | 0 | 14 | 116 | 7 | 63 | 123 | 70 |
| Binary | 11101100 | 11010000 | 110011 | 0 | 1100 | 1001110 | 111 | 110011 | 1010011 | 111000 |
Color Harmonies of #ECD033
Complementary color
Monochromatic Colors of #ECD033
Black with #ECD033
Text Example
Text Example
White with #ECD033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD033; }
p { color: rgb(236,208,51); }
H1.HeaderClassName
{
color: #ECD033;
}
.AnyTagClassName
{
color: #ECD033;
}
</style>
background-color css
<style>
a { background-color: #ECD033; }
a { background-color: rgb(236,208,51); }
div.DivClassName
{
background-color: #ECD033;
}
.BgClassName
{
background-color: #ECD033;
}
</style>
border-color css
<style>
span { border-color: #ECD033; }
span { border-color: rgb(236,208,51); }
td.TdClassName
{
border-color: #ECD033;
}
.TagClassName
{
border-color: #ECD033;
}
</style>