Shades of Golden Dream #ECCC3A
Tints of Golden Dream #ECCC3A
RGB
CMYK
RGB Variations
Color information
#ECCC3A (or 0xECCC3A) is known color: Golden Dream. HEX triplet: EC, CC and 3A. RGB value is (236,204,58). Sum of RGB (Red+Green+Blue) = 236+204+58=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC3A is #1333C5. Grayscale: #C5C5C5. Windows color (decimal): -1258438 or 3853548. OLE color: 3853548.
HSL color Cylindrical-coordinate representation of color #ECCC3A: hue angle of 49.21º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECCC3A is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 58 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.07 |
| HSL | 49.21º | 0.82% | 0.58% | - |
| HSV(B) | 49.21º | 0.75% | 0.93% | - |
| XYZ | 56.95 | 61.32 | 12.84 | - |
| YUV | 196.92 | 49.6 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 58 | 0 | 0.14 | 0.75 | 0.07 | 49.21 | 0.82 | 0.58 |
| Hex | EC | CC | 3A | 0 | E | 4B | 7 | 31 | 52 | 3A |
| Octal | 354 | 314 | 72 | 0 | 16 | 113 | 7 | 61 | 122 | 72 |
| Binary | 11101100 | 11001100 | 111010 | 0 | 1110 | 1001011 | 111 | 110001 | 1010010 | 111010 |
Color Harmonies of #ECCC3A
Complementary color
Monochromatic Colors of #ECCC3A
Black with #ECCC3A
Text Example
Text Example
White with #ECCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC3A; }
p { color: rgb(236,204,58); }
H1.HeaderClassName
{
color: #ECCC3A;
}
.AnyTagClassName
{
color: #ECCC3A;
}
</style>
background-color css
<style>
a { background-color: #ECCC3A; }
a { background-color: rgb(236,204,58); }
div.DivClassName
{
background-color: #ECCC3A;
}
.BgClassName
{
background-color: #ECCC3A;
}
</style>
border-color css
<style>
span { border-color: #ECCC3A; }
span { border-color: rgb(236,204,58); }
td.TdClassName
{
border-color: #ECCC3A;
}
.TagClassName
{
border-color: #ECCC3A;
}
</style>