Shades of Golden Dream #ECCC2B
Tints of Golden Dream #ECCC2B
RGB
CMYK
RGB Variations
Color information
#ECCC2B (or 0xECCC2B) is known color: Golden Dream. HEX triplet: EC, CC and 2B. RGB value is (236,204,43). Sum of RGB (Red+Green+Blue) = 236+204+43=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC2B is #1333D4. Grayscale: #C3C3C3. Windows color (decimal): -1258453 or 2870508. OLE color: 2870508.
HSL color Cylindrical-coordinate representation of color #ECCC2B: hue angle of 50.05º 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 #ECCC2B is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 43 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.07 |
| HSL | 50.05º | 0.84% | 0.55% | - |
| HSV(B) | 50.05º | 0.82% | 0.93% | - |
| XYZ | 56.62 | 61.19 | 11.11 | - |
| YUV | 195.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 43 | 0 | 0.14 | 0.82 | 0.07 | 50.05 | 0.84 | 0.55 |
| Hex | EC | CC | 2B | 0 | E | 52 | 7 | 32 | 54 | 37 |
| Octal | 354 | 314 | 53 | 0 | 16 | 122 | 7 | 62 | 124 | 67 |
| Binary | 11101100 | 11001100 | 101011 | 0 | 1110 | 1010010 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #ECCC2B
Complementary color
Monochromatic Colors of #ECCC2B
Black with #ECCC2B
Text Example
Text Example
White with #ECCC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC2B; }
p { color: rgb(236,204,43); }
H1.HeaderClassName
{
color: #ECCC2B;
}
.AnyTagClassName
{
color: #ECCC2B;
}
</style>
background-color css
<style>
a { background-color: #ECCC2B; }
a { background-color: rgb(236,204,43); }
div.DivClassName
{
background-color: #ECCC2B;
}
.BgClassName
{
background-color: #ECCC2B;
}
</style>
border-color css
<style>
span { border-color: #ECCC2B; }
span { border-color: rgb(236,204,43); }
td.TdClassName
{
border-color: #ECCC2B;
}
.TagClassName
{
border-color: #ECCC2B;
}
</style>