Shades of Golden Dream #EBCB2C
Tints of Golden Dream #EBCB2C
RGB
CMYK
RGB Variations
Color information
#EBCB2C (or 0xEBCB2C) is known color: Golden Dream. HEX triplet: EB, CB and 2C. RGB value is (235,203,44). Sum of RGB (Red+Green+Blue) = 235+203+44=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB2C is #1434D3. Grayscale: #C3C3C3. Windows color (decimal): -1324244 or 2935787. OLE color: 2935787.
HSL color Cylindrical-coordinate representation of color #EBCB2C: hue angle of 49.95º 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 #EBCB2C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 44 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.08 |
| HSL | 49.95º | 0.83% | 0.55% | - |
| HSV(B) | 49.95º | 0.81% | 0.92% | - |
| XYZ | 56.07 | 60.56 | 11.12 | - |
| YUV | 194.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 44 | 0 | 0.14 | 0.81 | 0.08 | 49.95 | 0.83 | 0.55 |
| Hex | EB | CB | 2C | 0 | E | 51 | 8 | 32 | 53 | 37 |
| Octal | 353 | 313 | 54 | 0 | 16 | 121 | 10 | 62 | 123 | 67 |
| Binary | 11101011 | 11001011 | 101100 | 0 | 1110 | 1010001 | 1000 | 110010 | 1010011 | 110111 |
Color Harmonies of #EBCB2C
Complementary color
Monochromatic Colors of #EBCB2C
Black with #EBCB2C
Text Example
Text Example
White with #EBCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB2C; }
p { color: rgb(235,203,44); }
H1.HeaderClassName
{
color: #EBCB2C;
}
.AnyTagClassName
{
color: #EBCB2C;
}
</style>
background-color css
<style>
a { background-color: #EBCB2C; }
a { background-color: rgb(235,203,44); }
div.DivClassName
{
background-color: #EBCB2C;
}
.BgClassName
{
background-color: #EBCB2C;
}
</style>
border-color css
<style>
span { border-color: #EBCB2C; }
span { border-color: rgb(235,203,44); }
td.TdClassName
{
border-color: #EBCB2C;
}
.TagClassName
{
border-color: #EBCB2C;
}
</style>