Shades of Golden Dream #EBCD2C
Tints of Golden Dream #EBCD2C
RGB
CMYK
RGB Variations
Color information
#EBCD2C (or 0xEBCD2C) is known color: Golden Dream. HEX triplet: EB, CD and 2C. RGB value is (235,205,44). Sum of RGB (Red+Green+Blue) = 235+205+44=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD2C is #1432D3. Grayscale: #C4C4C4. Windows color (decimal): -1323732 or 2936299. OLE color: 2936299.
HSL color Cylindrical-coordinate representation of color #EBCD2C: hue angle of 50.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBCD2C is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 44 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.08 |
| HSL | 50.58º | 0.83% | 0.55% | - |
| HSV(B) | 50.58º | 0.81% | 0.92% | - |
| XYZ | 56.55 | 61.51 | 11.27 | - |
| YUV | 195.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 44 | 0 | 0.13 | 0.81 | 0.08 | 50.58 | 0.83 | 0.55 |
| Hex | EB | CD | 2C | 0 | D | 51 | 8 | 33 | 53 | 37 |
| Octal | 353 | 315 | 54 | 0 | 15 | 121 | 10 | 63 | 123 | 67 |
| Binary | 11101011 | 11001101 | 101100 | 0 | 1101 | 1010001 | 1000 | 110011 | 1010011 | 110111 |
Color Harmonies of #EBCD2C
Complementary color
Monochromatic Colors of #EBCD2C
Black with #EBCD2C
Text Example
Text Example
White with #EBCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD2C; }
p { color: rgb(235,205,44); }
H1.HeaderClassName
{
color: #EBCD2C;
}
.AnyTagClassName
{
color: #EBCD2C;
}
</style>
background-color css
<style>
a { background-color: #EBCD2C; }
a { background-color: rgb(235,205,44); }
div.DivClassName
{
background-color: #EBCD2C;
}
.BgClassName
{
background-color: #EBCD2C;
}
</style>
border-color css
<style>
span { border-color: #EBCD2C; }
span { border-color: rgb(235,205,44); }
td.TdClassName
{
border-color: #EBCD2C;
}
.TagClassName
{
border-color: #EBCD2C;
}
</style>