Shades of Golden Dream #ECCA2C
Tints of Golden Dream #ECCA2C
RGB
CMYK
RGB Variations
Color information
#ECCA2C (or 0xECCA2C) is known color: Golden Dream. HEX triplet: EC, CA and 2C. RGB value is (236,202,44). Sum of RGB (Red+Green+Blue) = 236+202+44=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA2C is #1335D3. Grayscale: #C2C2C2. Windows color (decimal): -1258964 or 2935532. OLE color: 2935532.
HSL color Cylindrical-coordinate representation of color #ECCA2C: hue angle of 49.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECCA2C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 44 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 49.38º | 0.83% | 0.55% | - |
| HSV(B) | 49.38º | 0.81% | 0.93% | - |
| XYZ | 56.17 | 60.26 | 11.05 | - |
| YUV | 194.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 44 | 0 | 0.14 | 0.81 | 0.07 | 49.38 | 0.83 | 0.55 |
| Hex | EC | CA | 2C | 0 | E | 51 | 7 | 31 | 53 | 37 |
| Octal | 354 | 312 | 54 | 0 | 16 | 121 | 7 | 61 | 123 | 67 |
| Binary | 11101100 | 11001010 | 101100 | 0 | 1110 | 1010001 | 111 | 110001 | 1010011 | 110111 |
Color Harmonies of #ECCA2C
Complementary color
Monochromatic Colors of #ECCA2C
Black with #ECCA2C
Text Example
Text Example
White with #ECCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA2C; }
p { color: rgb(236,202,44); }
H1.HeaderClassName
{
color: #ECCA2C;
}
.AnyTagClassName
{
color: #ECCA2C;
}
</style>
background-color css
<style>
a { background-color: #ECCA2C; }
a { background-color: rgb(236,202,44); }
div.DivClassName
{
background-color: #ECCA2C;
}
.BgClassName
{
background-color: #ECCA2C;
}
</style>
border-color css
<style>
span { border-color: #ECCA2C; }
span { border-color: rgb(236,202,44); }
td.TdClassName
{
border-color: #ECCA2C;
}
.TagClassName
{
border-color: #ECCA2C;
}
</style>