Shades of Golden Dream #ECD02F
Tints of Golden Dream #ECD02F
RGB
CMYK
RGB Variations
Color information
#ECD02F (or 0xECD02F) is known color: Golden Dream. HEX triplet: EC, D0 and 2F. RGB value is (236,208,47). Sum of RGB (Red+Green+Blue) = 236+208+47=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD02F is #132FD0. Grayscale: #C6C6C6. Windows color (decimal): -1257425 or 3133676. OLE color: 3133676.
HSL color Cylindrical-coordinate representation of color #ECD02F: hue angle of 51.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECD02F is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 47 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.07 |
| HSL | 51.11º | 0.83% | 0.55% | - |
| HSV(B) | 51.11º | 0.8% | 0.93% | - |
| XYZ | 57.66 | 63.15 | 11.84 | - |
| YUV | 198.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 47 | 0 | 0.12 | 0.80 | 0.07 | 51.11 | 0.83 | 0.55 |
| Hex | EC | D0 | 2F | 0 | C | 50 | 7 | 33 | 53 | 37 |
| Octal | 354 | 320 | 57 | 0 | 14 | 120 | 7 | 63 | 123 | 67 |
| Binary | 11101100 | 11010000 | 101111 | 0 | 1100 | 1010000 | 111 | 110011 | 1010011 | 110111 |
Color Harmonies of #ECD02F
Complementary color
Monochromatic Colors of #ECD02F
Black with #ECD02F
Text Example
Text Example
White with #ECD02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD02F; }
p { color: rgb(236,208,47); }
H1.HeaderClassName
{
color: #ECD02F;
}
.AnyTagClassName
{
color: #ECD02F;
}
</style>
background-color css
<style>
a { background-color: #ECD02F; }
a { background-color: rgb(236,208,47); }
div.DivClassName
{
background-color: #ECD02F;
}
.BgClassName
{
background-color: #ECD02F;
}
</style>
border-color css
<style>
span { border-color: #ECD02F; }
span { border-color: rgb(236,208,47); }
td.TdClassName
{
border-color: #ECD02F;
}
.TagClassName
{
border-color: #ECD02F;
}
</style>