Shades of Golden Dream #EBCF2C
Tints of Golden Dream #EBCF2C
RGB
CMYK
RGB Variations
Color information
#EBCF2C (or 0xEBCF2C) is known color: Golden Dream. HEX triplet: EB, CF and 2C. RGB value is (235,207,44). Sum of RGB (Red+Green+Blue) = 235+207+44=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCF2C is #1430D3. Grayscale: #C5C5C5. Windows color (decimal): -1323220 or 2936811. OLE color: 2936811.
HSL color Cylindrical-coordinate representation of color #EBCF2C: hue angle of 51.2º 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 #EBCF2C is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 44 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.08 |
| HSL | 51.2º | 0.83% | 0.55% | - |
| HSV(B) | 51.2º | 0.81% | 0.92% | - |
| XYZ | 57.03 | 62.47 | 11.44 | - |
| YUV | 196.79 | 41.78 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 44 | 0 | 0.12 | 0.81 | 0.08 | 51.2 | 0.83 | 0.55 |
| Hex | EB | CF | 2C | 0 | C | 51 | 8 | 33 | 53 | 37 |
| Octal | 353 | 317 | 54 | 0 | 14 | 121 | 10 | 63 | 123 | 67 |
| Binary | 11101011 | 11001111 | 101100 | 0 | 1100 | 1010001 | 1000 | 110011 | 1010011 | 110111 |
Color Harmonies of #EBCF2C
Complementary color
Monochromatic Colors of #EBCF2C
Black with #EBCF2C
Text Example
Text Example
White with #EBCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCF2C; }
p { color: rgb(235,207,44); }
H1.HeaderClassName
{
color: #EBCF2C;
}
.AnyTagClassName
{
color: #EBCF2C;
}
</style>
background-color css
<style>
a { background-color: #EBCF2C; }
a { background-color: rgb(235,207,44); }
div.DivClassName
{
background-color: #EBCF2C;
}
.BgClassName
{
background-color: #EBCF2C;
}
</style>
border-color css
<style>
span { border-color: #EBCF2C; }
span { border-color: rgb(235,207,44); }
td.TdClassName
{
border-color: #EBCF2C;
}
.TagClassName
{
border-color: #EBCF2C;
}
</style>