Shades of Golden Dream #EBD22B
Tints of Golden Dream #EBD22B
RGB
CMYK
RGB Variations
Color information
#EBD22B (or 0xEBD22B) is known color: Golden Dream. HEX triplet: EB, D2 and 2B. RGB value is (235,210,43). Sum of RGB (Red+Green+Blue) = 235+210+43=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD22B is #142DD4. Grayscale: #C7C7C7. Windows color (decimal): -1322453 or 2872043. OLE color: 2872043.
HSL color Cylindrical-coordinate representation of color #EBD22B: hue angle of 52.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBD22B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 43 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.08 |
| HSL | 52.19º | 0.83% | 0.55% | - |
| HSV(B) | 52.19º | 0.82% | 0.92% | - |
| XYZ | 57.74 | 63.93 | 11.58 | - |
| YUV | 198.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 43 | 0 | 0.11 | 0.82 | 0.08 | 52.19 | 0.83 | 0.55 |
| Hex | EB | D2 | 2B | 0 | B | 52 | 8 | 34 | 53 | 37 |
| Octal | 353 | 322 | 53 | 0 | 13 | 122 | 10 | 64 | 123 | 67 |
| Binary | 11101011 | 11010010 | 101011 | 0 | 1011 | 1010010 | 1000 | 110100 | 1010011 | 110111 |
Color Harmonies of #EBD22B
Complementary color
Monochromatic Colors of #EBD22B
Black with #EBD22B
Text Example
Text Example
White with #EBD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD22B; }
p { color: rgb(235,210,43); }
H1.HeaderClassName
{
color: #EBD22B;
}
.AnyTagClassName
{
color: #EBD22B;
}
</style>
background-color css
<style>
a { background-color: #EBD22B; }
a { background-color: rgb(235,210,43); }
div.DivClassName
{
background-color: #EBD22B;
}
.BgClassName
{
background-color: #EBD22B;
}
</style>
border-color css
<style>
span { border-color: #EBD22B; }
span { border-color: rgb(235,210,43); }
td.TdClassName
{
border-color: #EBD22B;
}
.TagClassName
{
border-color: #EBD22B;
}
</style>