Shades of Golden Dream #E9D32C
Tints of Golden Dream #E9D32C
RGB
CMYK
RGB Variations
Color information
#E9D32C (or 0xE9D32C) is known color: Golden Dream. HEX triplet: E9, D3 and 2C. RGB value is (233,211,44). Sum of RGB (Red+Green+Blue) = 233+211+44=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D32C is #162CD3. Grayscale: #C7C7C7. Windows color (decimal): -1453268 or 2937833. OLE color: 2937833.
HSL color Cylindrical-coordinate representation of color #E9D32C: hue angle of 53.02º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9D32C is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 44 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.09 |
| HSL | 53.02º | 0.81% | 0.54% | - |
| HSV(B) | 53.02º | 0.81% | 0.91% | - |
| XYZ | 57.35 | 64.09 | 11.73 | - |
| YUV | 198.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 44 | 0 | 0.09 | 0.81 | 0.09 | 53.02 | 0.81 | 0.54 |
| Hex | E9 | D3 | 2C | 0 | 9 | 51 | 9 | 35 | 51 | 36 |
| Octal | 351 | 323 | 54 | 0 | 11 | 121 | 11 | 65 | 121 | 66 |
| Binary | 11101001 | 11010011 | 101100 | 0 | 1001 | 1010001 | 1001 | 110101 | 1010001 | 110110 |
Color Harmonies of #E9D32C
Complementary color
Monochromatic Colors of #E9D32C
Black with #E9D32C
Text Example
Text Example
White with #E9D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D32C; }
p { color: rgb(233,211,44); }
H1.HeaderClassName
{
color: #E9D32C;
}
.AnyTagClassName
{
color: #E9D32C;
}
</style>
background-color css
<style>
a { background-color: #E9D32C; }
a { background-color: rgb(233,211,44); }
div.DivClassName
{
background-color: #E9D32C;
}
.BgClassName
{
background-color: #E9D32C;
}
</style>
border-color css
<style>
span { border-color: #E9D32C; }
span { border-color: rgb(233,211,44); }
td.TdClassName
{
border-color: #E9D32C;
}
.TagClassName
{
border-color: #E9D32C;
}
</style>