Shades of Golden Dream #EBC934
Tints of Golden Dream #EBC934
RGB
CMYK
RGB Variations
Color information
#EBC934 (or 0xEBC934) is known color: Golden Dream. HEX triplet: EB, C9 and 34. RGB value is (235,201,52). Sum of RGB (Red+Green+Blue) = 235+201+52=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC934 is #1436CB. Grayscale: #C2C2C2. Windows color (decimal): -1324748 or 3459563. OLE color: 3459563.
HSL color Cylindrical-coordinate representation of color #EBC934: hue angle of 48.85º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBC934 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 52 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.08 |
| HSL | 48.85º | 0.82% | 0.56% | - |
| HSV(B) | 48.85º | 0.78% | 0.92% | - |
| XYZ | 55.77 | 59.68 | 11.83 | - |
| YUV | 194.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 52 | 0 | 0.14 | 0.78 | 0.08 | 48.85 | 0.82 | 0.56 |
| Hex | EB | C9 | 34 | 0 | E | 4E | 8 | 31 | 52 | 38 |
| Octal | 353 | 311 | 64 | 0 | 16 | 116 | 10 | 61 | 122 | 70 |
| Binary | 11101011 | 11001001 | 110100 | 0 | 1110 | 1001110 | 1000 | 110001 | 1010010 | 111000 |
Color Harmonies of #EBC934
Complementary color
Monochromatic Colors of #EBC934
Black with #EBC934
Text Example
Text Example
White with #EBC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC934; }
p { color: rgb(235,201,52); }
H1.HeaderClassName
{
color: #EBC934;
}
.AnyTagClassName
{
color: #EBC934;
}
</style>
background-color css
<style>
a { background-color: #EBC934; }
a { background-color: rgb(235,201,52); }
div.DivClassName
{
background-color: #EBC934;
}
.BgClassName
{
background-color: #EBC934;
}
</style>
border-color css
<style>
span { border-color: #EBC934; }
span { border-color: rgb(235,201,52); }
td.TdClassName
{
border-color: #EBC934;
}
.TagClassName
{
border-color: #EBC934;
}
</style>