Shades of Golden Dream #EBCE2F
Tints of Golden Dream #EBCE2F
RGB
CMYK
RGB Variations
Color information
#EBCE2F (or 0xEBCE2F) is known color: Golden Dream. HEX triplet: EB, CE and 2F. RGB value is (235,206,47). Sum of RGB (Red+Green+Blue) = 235+206+47=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE2F is #1431D0. Grayscale: #C5C5C5. Windows color (decimal): -1323473 or 3133163. OLE color: 3133163.
HSL color Cylindrical-coordinate representation of color #EBCE2F: hue angle of 50.74º degrees, saturation: 0.82, 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 #EBCE2F is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 47 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.08 |
| HSL | 50.74º | 0.82% | 0.55% | - |
| HSV(B) | 50.74º | 0.8% | 0.92% | - |
| XYZ | 56.85 | 62.01 | 11.66 | - |
| YUV | 196.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 47 | 0 | 0.12 | 0.8 | 0.08 | 50.74 | 0.82 | 0.55 |
| Hex | EB | CE | 2F | 0 | C | 50 | 8 | 33 | 52 | 37 |
| Octal | 353 | 316 | 57 | 0 | 14 | 120 | 10 | 63 | 122 | 67 |
| Binary | 11101011 | 11001110 | 101111 | 0 | 1100 | 1010000 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EBCE2F
Complementary color
Monochromatic Colors of #EBCE2F
Black with #EBCE2F
Text Example
Text Example
White with #EBCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE2F; }
p { color: rgb(235,206,47); }
H1.HeaderClassName
{
color: #EBCE2F;
}
.AnyTagClassName
{
color: #EBCE2F;
}
</style>
background-color css
<style>
a { background-color: #EBCE2F; }
a { background-color: rgb(235,206,47); }
div.DivClassName
{
background-color: #EBCE2F;
}
.BgClassName
{
background-color: #EBCE2F;
}
</style>
border-color css
<style>
span { border-color: #EBCE2F; }
span { border-color: rgb(235,206,47); }
td.TdClassName
{
border-color: #EBCE2F;
}
.TagClassName
{
border-color: #EBCE2F;
}
</style>