Shades of Golden Dream #E9CB33
Tints of Golden Dream #E9CB33
RGB
CMYK
RGB Variations
Color information
#E9CB33 (or 0xE9CB33) is known color: Golden Dream. HEX triplet: E9, CB and 33. RGB value is (233,203,51). Sum of RGB (Red+Green+Blue) = 233+203+51=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CB33 is #1634CC. Grayscale: #C3C3C3. Windows color (decimal): -1455309 or 3394537. OLE color: 3394537.
HSL color Cylindrical-coordinate representation of color #E9CB33: hue angle of 50.11º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9CB33 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 51 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.09 |
| HSL | 50.11º | 0.81% | 0.56% | - |
| HSV(B) | 50.11º | 0.78% | 0.91% | - |
| XYZ | 55.56 | 60.27 | 11.84 | - |
| YUV | 194.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 51 | 0 | 0.13 | 0.78 | 0.09 | 50.11 | 0.81 | 0.56 |
| Hex | E9 | CB | 33 | 0 | D | 4E | 9 | 32 | 51 | 38 |
| Octal | 351 | 313 | 63 | 0 | 15 | 116 | 11 | 62 | 121 | 70 |
| Binary | 11101001 | 11001011 | 110011 | 0 | 1101 | 1001110 | 1001 | 110010 | 1010001 | 111000 |
Color Harmonies of #E9CB33
Complementary color
Monochromatic Colors of #E9CB33
Black with #E9CB33
Text Example
Text Example
White with #E9CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB33; }
p { color: rgb(233,203,51); }
H1.HeaderClassName
{
color: #E9CB33;
}
.AnyTagClassName
{
color: #E9CB33;
}
</style>
background-color css
<style>
a { background-color: #E9CB33; }
a { background-color: rgb(233,203,51); }
div.DivClassName
{
background-color: #E9CB33;
}
.BgClassName
{
background-color: #E9CB33;
}
</style>
border-color css
<style>
span { border-color: #E9CB33; }
span { border-color: rgb(233,203,51); }
td.TdClassName
{
border-color: #E9CB33;
}
.TagClassName
{
border-color: #E9CB33;
}
</style>