Shades of Golden Dream #ECD22A
Tints of Golden Dream #ECD22A
RGB
CMYK
RGB Variations
Color information
#ECD22A (or 0xECD22A) is known color: Golden Dream. HEX triplet: EC, D2 and 2A. RGB value is (236,210,42). Sum of RGB (Red+Green+Blue) = 236+210+42=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD22A is #132DD5. Grayscale: #C7C7C7. Windows color (decimal): -1256918 or 2806508. OLE color: 2806508.
HSL color Cylindrical-coordinate representation of color #ECD22A: hue angle of 51.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECD22A is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 42 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.07 |
| HSL | 51.96º | 0.84% | 0.55% | - |
| HSV(B) | 51.96º | 0.82% | 0.93% | - |
| XYZ | 58.06 | 64.09 | 11.5 | - |
| YUV | 198.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 42 | 0 | 0.11 | 0.82 | 0.07 | 51.96 | 0.84 | 0.55 |
| Hex | EC | D2 | 2A | 0 | B | 52 | 7 | 34 | 54 | 37 |
| Octal | 354 | 322 | 52 | 0 | 13 | 122 | 7 | 64 | 124 | 67 |
| Binary | 11101100 | 11010010 | 101010 | 0 | 1011 | 1010010 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #ECD22A
Complementary color
Monochromatic Colors of #ECD22A
Black with #ECD22A
Text Example
Text Example
White with #ECD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD22A; }
p { color: rgb(236,210,42); }
H1.HeaderClassName
{
color: #ECD22A;
}
.AnyTagClassName
{
color: #ECD22A;
}
</style>
background-color css
<style>
a { background-color: #ECD22A; }
a { background-color: rgb(236,210,42); }
div.DivClassName
{
background-color: #ECD22A;
}
.BgClassName
{
background-color: #ECD22A;
}
</style>
border-color css
<style>
span { border-color: #ECD22A; }
span { border-color: rgb(236,210,42); }
td.TdClassName
{
border-color: #ECD22A;
}
.TagClassName
{
border-color: #ECD22A;
}
</style>