Shades of Golden Dream #EBCE2E
Tints of Golden Dream #EBCE2E
RGB
CMYK
RGB Variations
Color information
#EBCE2E (or 0xEBCE2E) is known color: Golden Dream. HEX triplet: EB, CE and 2E. RGB value is (235,206,46). Sum of RGB (Red+Green+Blue) = 235+206+46=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE2E is #1431D1. Grayscale: #C5C5C5. Windows color (decimal): -1323474 or 3067627. OLE color: 3067627.
HSL color Cylindrical-coordinate representation of color #EBCE2E: hue angle of 50.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBCE2E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 46 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.08 |
| HSL | 50.79º | 0.83% | 0.55% | - |
| HSV(B) | 50.79º | 0.8% | 0.92% | - |
| XYZ | 56.83 | 62 | 11.56 | - |
| YUV | 196.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 46 | 0 | 0.12 | 0.80 | 0.08 | 50.79 | 0.83 | 0.55 |
| Hex | EB | CE | 2E | 0 | C | 50 | 8 | 33 | 53 | 37 |
| Octal | 353 | 316 | 56 | 0 | 14 | 120 | 10 | 63 | 123 | 67 |
| Binary | 11101011 | 11001110 | 101110 | 0 | 1100 | 1010000 | 1000 | 110011 | 1010011 | 110111 |
Color Harmonies of #EBCE2E
Complementary color
Monochromatic Colors of #EBCE2E
Black with #EBCE2E
Text Example
Text Example
White with #EBCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE2E; }
p { color: rgb(235,206,46); }
H1.HeaderClassName
{
color: #EBCE2E;
}
.AnyTagClassName
{
color: #EBCE2E;
}
</style>
background-color css
<style>
a { background-color: #EBCE2E; }
a { background-color: rgb(235,206,46); }
div.DivClassName
{
background-color: #EBCE2E;
}
.BgClassName
{
background-color: #EBCE2E;
}
</style>
border-color css
<style>
span { border-color: #EBCE2E; }
span { border-color: rgb(235,206,46); }
td.TdClassName
{
border-color: #EBCE2E;
}
.TagClassName
{
border-color: #EBCE2E;
}
</style>