Shades of Golden Dream #ECD42D
Tints of Golden Dream #ECD42D
RGB
CMYK
RGB Variations
Color information
#ECD42D (or 0xECD42D) is known color: Golden Dream. HEX triplet: EC, D4 and 2D. RGB value is (236,212,45). Sum of RGB (Red+Green+Blue) = 236+212+45=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD42D is #132BD2. Grayscale: #C8C8C8. Windows color (decimal): -1256403 or 3003628. OLE color: 3003628.
HSL color Cylindrical-coordinate representation of color #ECD42D: hue angle of 52.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECD42D is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 45 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.07 |
| HSL | 52.46º | 0.83% | 0.55% | - |
| HSV(B) | 52.46º | 0.81% | 0.93% | - |
| XYZ | 58.61 | 65.11 | 11.96 | - |
| YUV | 200.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 45 | 0 | 0.10 | 0.81 | 0.07 | 52.46 | 0.83 | 0.55 |
| Hex | EC | D4 | 2D | 0 | A | 51 | 7 | 34 | 53 | 37 |
| Octal | 354 | 324 | 55 | 0 | 12 | 121 | 7 | 64 | 123 | 67 |
| Binary | 11101100 | 11010100 | 101101 | 0 | 1010 | 1010001 | 111 | 110100 | 1010011 | 110111 |
Color Harmonies of #ECD42D
Complementary color
Monochromatic Colors of #ECD42D
Black with #ECD42D
Text Example
Text Example
White with #ECD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD42D; }
p { color: rgb(236,212,45); }
H1.HeaderClassName
{
color: #ECD42D;
}
.AnyTagClassName
{
color: #ECD42D;
}
</style>
background-color css
<style>
a { background-color: #ECD42D; }
a { background-color: rgb(236,212,45); }
div.DivClassName
{
background-color: #ECD42D;
}
.BgClassName
{
background-color: #ECD42D;
}
</style>
border-color css
<style>
span { border-color: #ECD42D; }
span { border-color: rgb(236,212,45); }
td.TdClassName
{
border-color: #ECD42D;
}
.TagClassName
{
border-color: #ECD42D;
}
</style>