Shades of Golden Dream #EBC62D
Tints of Golden Dream #EBC62D
RGB
CMYK
RGB Variations
Color information
#EBC62D (or 0xEBC62D) is known color: Golden Dream. HEX triplet: EB, C6 and 2D. RGB value is (235,198,45). Sum of RGB (Red+Green+Blue) = 235+198+45=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC62D is #1439D2. Grayscale: #C0C0C0. Windows color (decimal): -1325523 or 3000043. OLE color: 3000043.
HSL color Cylindrical-coordinate representation of color #EBC62D: hue angle of 48.32º 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 #EBC62D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 45 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.08 |
| HSL | 48.32º | 0.83% | 0.55% | - |
| HSV(B) | 48.32º | 0.81% | 0.92% | - |
| XYZ | 54.93 | 58.24 | 10.83 | - |
| YUV | 191.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 45 | 0 | 0.16 | 0.81 | 0.08 | 48.32 | 0.83 | 0.55 |
| Hex | EB | C6 | 2D | 0 | 10 | 51 | 8 | 30 | 53 | 37 |
| Octal | 353 | 306 | 55 | 0 | 20 | 121 | 10 | 60 | 123 | 67 |
| Binary | 11101011 | 11000110 | 101101 | 0 | 10000 | 1010001 | 1000 | 110000 | 1010011 | 110111 |
Color Harmonies of #EBC62D
Complementary color
Monochromatic Colors of #EBC62D
Black with #EBC62D
Text Example
Text Example
White with #EBC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC62D; }
p { color: rgb(235,198,45); }
H1.HeaderClassName
{
color: #EBC62D;
}
.AnyTagClassName
{
color: #EBC62D;
}
</style>
background-color css
<style>
a { background-color: #EBC62D; }
a { background-color: rgb(235,198,45); }
div.DivClassName
{
background-color: #EBC62D;
}
.BgClassName
{
background-color: #EBC62D;
}
</style>
border-color css
<style>
span { border-color: #EBC62D; }
span { border-color: rgb(235,198,45); }
td.TdClassName
{
border-color: #EBC62D;
}
.TagClassName
{
border-color: #EBC62D;
}
</style>