Shades of Golden Dream #EBCC2A
Tints of Golden Dream #EBCC2A
RGB
CMYK
RGB Variations
Color information
#EBCC2A (or 0xEBCC2A) is known color: Golden Dream. HEX triplet: EB, CC and 2A. RGB value is (235,204,42). Sum of RGB (Red+Green+Blue) = 235+204+42=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC2A is #1433D5. Grayscale: #C3C3C3. Windows color (decimal): -1323990 or 2804971. OLE color: 2804971.
HSL color Cylindrical-coordinate representation of color #EBCC2A: hue angle of 50.36º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBCC2A is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 42 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.08 |
| HSL | 50.36º | 0.83% | 0.54% | - |
| HSV(B) | 50.36º | 0.82% | 0.92% | - |
| XYZ | 56.27 | 61.02 | 11 | - |
| YUV | 194.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 42 | 0 | 0.13 | 0.82 | 0.08 | 50.36 | 0.83 | 0.54 |
| Hex | EB | CC | 2A | 0 | D | 52 | 8 | 32 | 53 | 36 |
| Octal | 353 | 314 | 52 | 0 | 15 | 122 | 10 | 62 | 123 | 66 |
| Binary | 11101011 | 11001100 | 101010 | 0 | 1101 | 1010010 | 1000 | 110010 | 1010011 | 110110 |
Color Harmonies of #EBCC2A
Complementary color
Monochromatic Colors of #EBCC2A
Black with #EBCC2A
Text Example
Text Example
White with #EBCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC2A; }
p { color: rgb(235,204,42); }
H1.HeaderClassName
{
color: #EBCC2A;
}
.AnyTagClassName
{
color: #EBCC2A;
}
</style>
background-color css
<style>
a { background-color: #EBCC2A; }
a { background-color: rgb(235,204,42); }
div.DivClassName
{
background-color: #EBCC2A;
}
.BgClassName
{
background-color: #EBCC2A;
}
</style>
border-color css
<style>
span { border-color: #EBCC2A; }
span { border-color: rgb(235,204,42); }
td.TdClassName
{
border-color: #EBCC2A;
}
.TagClassName
{
border-color: #EBCC2A;
}
</style>