Shades of Golden Dream #ECCD2A
Tints of Golden Dream #ECCD2A
RGB
CMYK
RGB Variations
Color information
#ECCD2A (or 0xECCD2A) is known color: Golden Dream. HEX triplet: EC, CD and 2A. RGB value is (236,205,42). Sum of RGB (Red+Green+Blue) = 236+205+42=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD2A is #1332D5. Grayscale: #C4C4C4. Windows color (decimal): -1258198 or 2805228. OLE color: 2805228.
HSL color Cylindrical-coordinate representation of color #ECCD2A: hue angle of 50.41º 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 #ECCD2A is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 42 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.07 |
| HSL | 50.41º | 0.84% | 0.55% | - |
| HSV(B) | 50.41º | 0.82% | 0.93% | - |
| XYZ | 56.84 | 61.66 | 11.1 | - |
| YUV | 195.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 42 | 0 | 0.13 | 0.82 | 0.07 | 50.41 | 0.84 | 0.55 |
| Hex | EC | CD | 2A | 0 | D | 52 | 7 | 32 | 54 | 37 |
| Octal | 354 | 315 | 52 | 0 | 15 | 122 | 7 | 62 | 124 | 67 |
| Binary | 11101100 | 11001101 | 101010 | 0 | 1101 | 1010010 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #ECCD2A
Complementary color
Monochromatic Colors of #ECCD2A
Black with #ECCD2A
Text Example
Text Example
White with #ECCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD2A; }
p { color: rgb(236,205,42); }
H1.HeaderClassName
{
color: #ECCD2A;
}
.AnyTagClassName
{
color: #ECCD2A;
}
</style>
background-color css
<style>
a { background-color: #ECCD2A; }
a { background-color: rgb(236,205,42); }
div.DivClassName
{
background-color: #ECCD2A;
}
.BgClassName
{
background-color: #ECCD2A;
}
</style>
border-color css
<style>
span { border-color: #ECCD2A; }
span { border-color: rgb(236,205,42); }
td.TdClassName
{
border-color: #ECCD2A;
}
.TagClassName
{
border-color: #ECCD2A;
}
</style>