Shades of Golden Dream #EBCC2D
Tints of Golden Dream #EBCC2D
RGB
CMYK
RGB Variations
Color information
#EBCC2D (or 0xEBCC2D) is known color: Golden Dream. HEX triplet: EB, CC and 2D. RGB value is (235,204,45). Sum of RGB (Red+Green+Blue) = 235+204+45=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC2D is #1433D2. Grayscale: #C3C3C3. Windows color (decimal): -1323987 or 3001579. OLE color: 3001579.
HSL color Cylindrical-coordinate representation of color #EBCC2D: hue angle of 50.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBCC2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.08 |
| HSL | 50.21º | 0.83% | 0.55% | - |
| HSV(B) | 50.21º | 0.81% | 0.92% | - |
| XYZ | 56.33 | 61.04 | 11.3 | - |
| YUV | 195.14 | 43.27 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 45 | 0 | 0.13 | 0.81 | 0.08 | 50.21 | 0.83 | 0.55 |
| Hex | EB | CC | 2D | 0 | D | 51 | 8 | 32 | 53 | 37 |
| Octal | 353 | 314 | 55 | 0 | 15 | 121 | 10 | 62 | 123 | 67 |
| Binary | 11101011 | 11001100 | 101101 | 0 | 1101 | 1010001 | 1000 | 110010 | 1010011 | 110111 |
Color Harmonies of #EBCC2D
Complementary color
Monochromatic Colors of #EBCC2D
Black with #EBCC2D
Text Example
Text Example
White with #EBCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC2D; }
p { color: rgb(235,204,45); }
H1.HeaderClassName
{
color: #EBCC2D;
}
.AnyTagClassName
{
color: #EBCC2D;
}
</style>
background-color css
<style>
a { background-color: #EBCC2D; }
a { background-color: rgb(235,204,45); }
div.DivClassName
{
background-color: #EBCC2D;
}
.BgClassName
{
background-color: #EBCC2D;
}
</style>
border-color css
<style>
span { border-color: #EBCC2D; }
span { border-color: rgb(235,204,45); }
td.TdClassName
{
border-color: #EBCC2D;
}
.TagClassName
{
border-color: #EBCC2D;
}
</style>