Shades of Golden Dream #ECC62B
Tints of Golden Dream #ECC62B
RGB
CMYK
RGB Variations
Color information
#ECC62B (or 0xECC62B) is known color: Golden Dream. HEX triplet: EC, C6 and 2B. RGB value is (236,198,43). Sum of RGB (Red+Green+Blue) = 236+198+43=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC62B is #1339D4. Grayscale: #C0C0C0. Windows color (decimal): -1259989 or 2868972. OLE color: 2868972.
HSL color Cylindrical-coordinate representation of color #ECC62B: hue angle of 48.19º 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 #ECC62B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 198 | 43 | - |
CMYK | 0 | 0.16 | 0.82 | 0.07 |
HSL | 48.19º | 0.84% | 0.55% | - |
HSV(B) | 48.19º | 0.82% | 0.93% | - |
XYZ | 55.22 | 58.4 | 10.65 | - |
YUV | 191.69 | 44.09 | 159.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 198 | 43 | 0 | 0.16 | 0.82 | 0.07 | 48.19 | 0.84 | 0.55 |
Hex | EC | C6 | 2B | 0 | 10 | 52 | 7 | 30 | 54 | 37 |
Octal | 354 | 306 | 53 | 0 | 20 | 122 | 7 | 60 | 124 | 67 |
Binary | 11101100 | 11000110 | 101011 | 0 | 10000 | 1010010 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #ECC62B
Complementary color
Monochromatic Colors of #ECC62B
Black with #ECC62B
Text Example
Text Example
White with #ECC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC62B; }
p { color: rgb(236,198,43); }
H1.HeaderClassName
{
color: #ECC62B;
}
.AnyTagClassName
{
color: #ECC62B;
}
</style>
background-color css
<style>
a { background-color: #ECC62B; }
a { background-color: rgb(236,198,43); }
div.DivClassName
{
background-color: #ECC62B;
}
.BgClassName
{
background-color: #ECC62B;
}
</style>
border-color css
<style>
span { border-color: #ECC62B; }
span { border-color: rgb(236,198,43); }
td.TdClassName
{
border-color: #ECC62B;
}
.TagClassName
{
border-color: #ECC62B;
}
</style>