Shades of Golden Dream #EBCE2D
Tints of Golden Dream #EBCE2D
RGB
CMYK
RGB Variations
Color information
#EBCE2D (or 0xEBCE2D) is known color: Golden Dream. HEX triplet: EB, CE and 2D. RGB value is (235,206,45). Sum of RGB (Red+Green+Blue) = 235+206+45=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE2D is #1431D2. Grayscale: #C4C4C4. Windows color (decimal): -1323475 or 3002091. OLE color: 3002091.
HSL color Cylindrical-coordinate representation of color #EBCE2D: hue angle of 50.84º 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 #EBCE2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.08 |
| HSL | 50.84º | 0.83% | 0.55% | - |
| HSV(B) | 50.84º | 0.81% | 0.92% | - |
| XYZ | 56.81 | 61.99 | 11.45 | - |
| YUV | 196.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 45 | 0 | 0.12 | 0.81 | 0.08 | 50.84 | 0.83 | 0.55 |
| Hex | EB | CE | 2D | 0 | C | 51 | 8 | 33 | 53 | 37 |
| Octal | 353 | 316 | 55 | 0 | 14 | 121 | 10 | 63 | 123 | 67 |
| Binary | 11101011 | 11001110 | 101101 | 0 | 1100 | 1010001 | 1000 | 110011 | 1010011 | 110111 |
Color Harmonies of #EBCE2D
Complementary color
Monochromatic Colors of #EBCE2D
Black with #EBCE2D
Text Example
Text Example
White with #EBCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE2D; }
p { color: rgb(235,206,45); }
H1.HeaderClassName
{
color: #EBCE2D;
}
.AnyTagClassName
{
color: #EBCE2D;
}
</style>
background-color css
<style>
a { background-color: #EBCE2D; }
a { background-color: rgb(235,206,45); }
div.DivClassName
{
background-color: #EBCE2D;
}
.BgClassName
{
background-color: #EBCE2D;
}
</style>
border-color css
<style>
span { border-color: #EBCE2D; }
span { border-color: rgb(235,206,45); }
td.TdClassName
{
border-color: #EBCE2D;
}
.TagClassName
{
border-color: #EBCE2D;
}
</style>