Shades of Golden Dream #E9CB2B
Tints of Golden Dream #E9CB2B
RGB
CMYK
RGB Variations
Color information
#E9CB2B (or 0xE9CB2B) is known color: Golden Dream. HEX triplet: E9, CB and 2B. RGB value is (233,203,43). Sum of RGB (Red+Green+Blue) = 233+203+43=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CB2B is #1634D4. Grayscale: #C2C2C2. Windows color (decimal): -1455317 or 2870249. OLE color: 2870249.
HSL color Cylindrical-coordinate representation of color #E9CB2B: hue angle of 50.53º 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 #E9CB2B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 43 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.09 |
| HSL | 50.53º | 0.81% | 0.54% | - |
| HSV(B) | 50.53º | 0.82% | 0.91% | - |
| XYZ | 55.4 | 60.21 | 10.99 | - |
| YUV | 193.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 43 | 0 | 0.13 | 0.82 | 0.09 | 50.53 | 0.81 | 0.54 |
| Hex | E9 | CB | 2B | 0 | D | 52 | 9 | 33 | 51 | 36 |
| Octal | 351 | 313 | 53 | 0 | 15 | 122 | 11 | 63 | 121 | 66 |
| Binary | 11101001 | 11001011 | 101011 | 0 | 1101 | 1010010 | 1001 | 110011 | 1010001 | 110110 |
Color Harmonies of #E9CB2B
Complementary color
Monochromatic Colors of #E9CB2B
Black with #E9CB2B
Text Example
Text Example
White with #E9CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB2B; }
p { color: rgb(233,203,43); }
H1.HeaderClassName
{
color: #E9CB2B;
}
.AnyTagClassName
{
color: #E9CB2B;
}
</style>
background-color css
<style>
a { background-color: #E9CB2B; }
a { background-color: rgb(233,203,43); }
div.DivClassName
{
background-color: #E9CB2B;
}
.BgClassName
{
background-color: #E9CB2B;
}
</style>
border-color css
<style>
span { border-color: #E9CB2B; }
span { border-color: rgb(233,203,43); }
td.TdClassName
{
border-color: #E9CB2B;
}
.TagClassName
{
border-color: #E9CB2B;
}
</style>