Shades of Golden Dream #E9C932
Tints of Golden Dream #E9C932
RGB
CMYK
RGB Variations
Color information
#E9C932 (or 0xE9C932) is known color: Golden Dream. HEX triplet: E9, C9 and 32. RGB value is (233,201,50). Sum of RGB (Red+Green+Blue) = 233+201+50=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C932 is #1636CD. Grayscale: #C1C1C1. Windows color (decimal): -1455822 or 3328489. OLE color: 3328489.
HSL color Cylindrical-coordinate representation of color #E9C932: hue angle of 49.51º 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 #E9C932 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 50 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.09 |
| HSL | 49.51º | 0.81% | 0.55% | - |
| HSV(B) | 49.51º | 0.79% | 0.91% | - |
| XYZ | 55.07 | 59.33 | 11.57 | - |
| YUV | 193.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 50 | 0 | 0.14 | 0.79 | 0.09 | 49.51 | 0.81 | 0.55 |
| Hex | E9 | C9 | 32 | 0 | E | 4F | 9 | 32 | 51 | 37 |
| Octal | 351 | 311 | 62 | 0 | 16 | 117 | 11 | 62 | 121 | 67 |
| Binary | 11101001 | 11001001 | 110010 | 0 | 1110 | 1001111 | 1001 | 110010 | 1010001 | 110111 |
Color Harmonies of #E9C932
Complementary color
Monochromatic Colors of #E9C932
Black with #E9C932
Text Example
Text Example
White with #E9C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C932; }
p { color: rgb(233,201,50); }
H1.HeaderClassName
{
color: #E9C932;
}
.AnyTagClassName
{
color: #E9C932;
}
</style>
background-color css
<style>
a { background-color: #E9C932; }
a { background-color: rgb(233,201,50); }
div.DivClassName
{
background-color: #E9C932;
}
.BgClassName
{
background-color: #E9C932;
}
</style>
border-color css
<style>
span { border-color: #E9C932; }
span { border-color: rgb(233,201,50); }
td.TdClassName
{
border-color: #E9C932;
}
.TagClassName
{
border-color: #E9C932;
}
</style>