Shades of Golden Dream #EBCE2A
Tints of Golden Dream #EBCE2A
RGB
CMYK
RGB Variations
Color information
#EBCE2A (or 0xEBCE2A) is known color: Golden Dream. HEX triplet: EB, CE and 2A. RGB value is (235,206,42). Sum of RGB (Red+Green+Blue) = 235+206+42=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE2A is #1431D5. Grayscale: #C4C4C4. Windows color (decimal): -1323478 or 2805483. OLE color: 2805483.
HSL color Cylindrical-coordinate representation of color #EBCE2A: hue angle of 50.98º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBCE2A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 42 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.08 |
| HSL | 50.98º | 0.83% | 0.54% | - |
| HSV(B) | 50.98º | 0.82% | 0.92% | - |
| XYZ | 56.75 | 61.97 | 11.16 | - |
| YUV | 195.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 42 | 0 | 0.12 | 0.82 | 0.08 | 50.98 | 0.83 | 0.54 |
| Hex | EB | CE | 2A | 0 | C | 52 | 8 | 33 | 53 | 36 |
| Octal | 353 | 316 | 52 | 0 | 14 | 122 | 10 | 63 | 123 | 66 |
| Binary | 11101011 | 11001110 | 101010 | 0 | 1100 | 1010010 | 1000 | 110011 | 1010011 | 110110 |
Color Harmonies of #EBCE2A
Complementary color
Monochromatic Colors of #EBCE2A
Black with #EBCE2A
Text Example
Text Example
White with #EBCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE2A; }
p { color: rgb(235,206,42); }
H1.HeaderClassName
{
color: #EBCE2A;
}
.AnyTagClassName
{
color: #EBCE2A;
}
</style>
background-color css
<style>
a { background-color: #EBCE2A; }
a { background-color: rgb(235,206,42); }
div.DivClassName
{
background-color: #EBCE2A;
}
.BgClassName
{
background-color: #EBCE2A;
}
</style>
border-color css
<style>
span { border-color: #EBCE2A; }
span { border-color: rgb(235,206,42); }
td.TdClassName
{
border-color: #EBCE2A;
}
.TagClassName
{
border-color: #EBCE2A;
}
</style>