Shades of Golden Dream #E9CB32
Tints of Golden Dream #E9CB32
RGB
CMYK
RGB Variations
Color information
#E9CB32 (or 0xE9CB32) is known color: Golden Dream. HEX triplet: E9, CB and 32. RGB value is (233,203,50). Sum of RGB (Red+Green+Blue) = 233+203+50=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CB32 is #1634CD. Grayscale: #C3C3C3. Windows color (decimal): -1455310 or 3329001. OLE color: 3329001.
HSL color Cylindrical-coordinate representation of color #E9CB32: hue angle of 50.16º 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 #E9CB32 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 50 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.09 |
| HSL | 50.16º | 0.81% | 0.55% | - |
| HSV(B) | 50.16º | 0.79% | 0.91% | - |
| XYZ | 55.54 | 60.27 | 11.72 | - |
| YUV | 194.53 | 46.44 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 50 | 0 | 0.13 | 0.79 | 0.09 | 50.16 | 0.81 | 0.55 |
| Hex | E9 | CB | 32 | 0 | D | 4F | 9 | 32 | 51 | 37 |
| Octal | 351 | 313 | 62 | 0 | 15 | 117 | 11 | 62 | 121 | 67 |
| Binary | 11101001 | 11001011 | 110010 | 0 | 1101 | 1001111 | 1001 | 110010 | 1010001 | 110111 |
Color Harmonies of #E9CB32
Complementary color
Monochromatic Colors of #E9CB32
Black with #E9CB32
Text Example
Text Example
White with #E9CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB32; }
p { color: rgb(233,203,50); }
H1.HeaderClassName
{
color: #E9CB32;
}
.AnyTagClassName
{
color: #E9CB32;
}
</style>
background-color css
<style>
a { background-color: #E9CB32; }
a { background-color: rgb(233,203,50); }
div.DivClassName
{
background-color: #E9CB32;
}
.BgClassName
{
background-color: #E9CB32;
}
</style>
border-color css
<style>
span { border-color: #E9CB32; }
span { border-color: rgb(233,203,50); }
td.TdClassName
{
border-color: #E9CB32;
}
.TagClassName
{
border-color: #E9CB32;
}
</style>