Shades of Golden Dream #ECCB2A
Tints of Golden Dream #ECCB2A
RGB
CMYK
RGB Variations
Color information
#ECCB2A (or 0xECCB2A) is known color: Golden Dream. HEX triplet: EC, CB and 2A. RGB value is (236,203,42). Sum of RGB (Red+Green+Blue) = 236+203+42=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB2A is #1334D5. Grayscale: #C3C3C3. Windows color (decimal): -1258710 or 2804716. OLE color: 2804716.
HSL color Cylindrical-coordinate representation of color #ECCB2A: hue angle of 49.79º 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 #ECCB2A is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 42 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.07 |
| HSL | 49.79º | 0.84% | 0.55% | - |
| HSV(B) | 49.79º | 0.82% | 0.93% | - |
| XYZ | 56.37 | 60.71 | 10.94 | - |
| YUV | 194.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 42 | 0 | 0.14 | 0.82 | 0.07 | 49.79 | 0.84 | 0.55 |
| Hex | EC | CB | 2A | 0 | E | 52 | 7 | 32 | 54 | 37 |
| Octal | 354 | 313 | 52 | 0 | 16 | 122 | 7 | 62 | 124 | 67 |
| Binary | 11101100 | 11001011 | 101010 | 0 | 1110 | 1010010 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #ECCB2A
Complementary color
Monochromatic Colors of #ECCB2A
Black with #ECCB2A
Text Example
Text Example
White with #ECCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB2A; }
p { color: rgb(236,203,42); }
H1.HeaderClassName
{
color: #ECCB2A;
}
.AnyTagClassName
{
color: #ECCB2A;
}
</style>
background-color css
<style>
a { background-color: #ECCB2A; }
a { background-color: rgb(236,203,42); }
div.DivClassName
{
background-color: #ECCB2A;
}
.BgClassName
{
background-color: #ECCB2A;
}
</style>
border-color css
<style>
span { border-color: #ECCB2A; }
span { border-color: rgb(236,203,42); }
td.TdClassName
{
border-color: #ECCB2A;
}
.TagClassName
{
border-color: #ECCB2A;
}
</style>