Shades of Golden Dream #E9C732
Tints of Golden Dream #E9C732
RGB
CMYK
RGB Variations
Color information
#E9C732 (or 0xE9C732) is known color: Golden Dream. HEX triplet: E9, C7 and 32. RGB value is (233,199,50). Sum of RGB (Red+Green+Blue) = 233+199+50=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C732 is #1638CD. Grayscale: #C0C0C0. Windows color (decimal): -1456334 or 3327977. OLE color: 3327977.
HSL color Cylindrical-coordinate representation of color #E9C732: hue angle of 48.85º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9C732 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.09 |
| HSL | 48.85º | 0.81% | 0.55% | - |
| HSV(B) | 48.85º | 0.79% | 0.91% | - |
| XYZ | 54.6 | 58.4 | 11.41 | - |
| YUV | 192.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 50 | 0 | 0.15 | 0.79 | 0.09 | 48.85 | 0.81 | 0.55 |
| Hex | E9 | C7 | 32 | 0 | F | 4F | 9 | 31 | 51 | 37 |
| Octal | 351 | 307 | 62 | 0 | 17 | 117 | 11 | 61 | 121 | 67 |
| Binary | 11101001 | 11000111 | 110010 | 0 | 1111 | 1001111 | 1001 | 110001 | 1010001 | 110111 |
Color Harmonies of #E9C732
Complementary color
Monochromatic Colors of #E9C732
Black with #E9C732
Text Example
Text Example
White with #E9C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C732; }
p { color: rgb(233,199,50); }
H1.HeaderClassName
{
color: #E9C732;
}
.AnyTagClassName
{
color: #E9C732;
}
</style>
background-color css
<style>
a { background-color: #E9C732; }
a { background-color: rgb(233,199,50); }
div.DivClassName
{
background-color: #E9C732;
}
.BgClassName
{
background-color: #E9C732;
}
</style>
border-color css
<style>
span { border-color: #E9C732; }
span { border-color: rgb(233,199,50); }
td.TdClassName
{
border-color: #E9C732;
}
.TagClassName
{
border-color: #E9C732;
}
</style>