Shades of Golden Dream #E9C92B
Tints of Golden Dream #E9C92B
RGB
CMYK
RGB Variations
Color information
#E9C92B (or 0xE9C92B) is known color: Golden Dream. HEX triplet: E9, C9 and 2B. RGB value is (233,201,43). Sum of RGB (Red+Green+Blue) = 233+201+43=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C92B is #1636D4. Grayscale: #C1C1C1. Windows color (decimal): -1455829 or 2869737. OLE color: 2869737.
HSL color Cylindrical-coordinate representation of color #E9C92B: hue angle of 49.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9C92B is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 43 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.09 |
| HSL | 49.89º | 0.81% | 0.54% | - |
| HSV(B) | 49.89º | 0.82% | 0.91% | - |
| XYZ | 54.93 | 59.27 | 10.83 | - |
| YUV | 192.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 43 | 0 | 0.14 | 0.82 | 0.09 | 49.89 | 0.81 | 0.54 |
| Hex | E9 | C9 | 2B | 0 | E | 52 | 9 | 32 | 51 | 36 |
| Octal | 351 | 311 | 53 | 0 | 16 | 122 | 11 | 62 | 121 | 66 |
| Binary | 11101001 | 11001001 | 101011 | 0 | 1110 | 1010010 | 1001 | 110010 | 1010001 | 110110 |
Color Harmonies of #E9C92B
Complementary color
Monochromatic Colors of #E9C92B
Black with #E9C92B
Text Example
Text Example
White with #E9C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C92B; }
p { color: rgb(233,201,43); }
H1.HeaderClassName
{
color: #E9C92B;
}
.AnyTagClassName
{
color: #E9C92B;
}
</style>
background-color css
<style>
a { background-color: #E9C92B; }
a { background-color: rgb(233,201,43); }
div.DivClassName
{
background-color: #E9C92B;
}
.BgClassName
{
background-color: #E9C92B;
}
</style>
border-color css
<style>
span { border-color: #E9C92B; }
span { border-color: rgb(233,201,43); }
td.TdClassName
{
border-color: #E9C92B;
}
.TagClassName
{
border-color: #E9C92B;
}
</style>