Shades of Golden Dream #EBD038
Tints of Golden Dream #EBD038
RGB
CMYK
RGB Variations
Color information
#EBD038 (or 0xEBD038) is known color: Golden Dream. HEX triplet: EB, D0 and 38. RGB value is (235,208,56). Sum of RGB (Red+Green+Blue) = 235+208+56=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 56 (22.27% from 255 or 11.22% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD038 is #142FC7. Grayscale: #C7C7C7. Windows color (decimal): -1322952 or 3723499. OLE color: 3723499.
HSL color Cylindrical-coordinate representation of color #EBD038: hue angle of 50.95º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBD038 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 56 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.08 |
| HSL | 50.95º | 0.82% | 0.57% | - |
| HSV(B) | 50.95º | 0.76% | 0.92% | - |
| XYZ | 57.53 | 63.06 | 12.88 | - |
| YUV | 198.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 56 | 0 | 0.11 | 0.76 | 0.08 | 50.95 | 0.82 | 0.57 |
| Hex | EB | D0 | 38 | 0 | B | 4C | 8 | 33 | 52 | 39 |
| Octal | 353 | 320 | 70 | 0 | 13 | 114 | 10 | 63 | 122 | 71 |
| Binary | 11101011 | 11010000 | 111000 | 0 | 1011 | 1001100 | 1000 | 110011 | 1010010 | 111001 |
Color Harmonies of #EBD038
Complementary color
Monochromatic Colors of #EBD038
Black with #EBD038
Text Example
Text Example
White with #EBD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD038; }
p { color: rgb(235,208,56); }
H1.HeaderClassName
{
color: #EBD038;
}
.AnyTagClassName
{
color: #EBD038;
}
</style>
background-color css
<style>
a { background-color: #EBD038; }
a { background-color: rgb(235,208,56); }
div.DivClassName
{
background-color: #EBD038;
}
.BgClassName
{
background-color: #EBD038;
}
</style>
border-color css
<style>
span { border-color: #EBD038; }
span { border-color: rgb(235,208,56); }
td.TdClassName
{
border-color: #EBD038;
}
.TagClassName
{
border-color: #EBD038;
}
</style>