Shades of Golden Dream #E9CB2F
Tints of Golden Dream #E9CB2F
RGB
CMYK
RGB Variations
Color information
#E9CB2F (or 0xE9CB2F) is known color: Golden Dream. HEX triplet: E9, CB and 2F. RGB value is (233,203,47). Sum of RGB (Red+Green+Blue) = 233+203+47=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CB2F is #1634D0. Grayscale: #C2C2C2. Windows color (decimal): -1455313 or 3132393. OLE color: 3132393.
HSL color Cylindrical-coordinate representation of color #E9CB2F: hue angle of 50.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9CB2F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 47 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.09 |
| HSL | 50.32º | 0.81% | 0.55% | - |
| HSV(B) | 50.32º | 0.8% | 0.91% | - |
| XYZ | 55.47 | 60.24 | 11.39 | - |
| YUV | 194.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 47 | 0 | 0.13 | 0.80 | 0.09 | 50.32 | 0.81 | 0.55 |
| Hex | E9 | CB | 2F | 0 | D | 50 | 9 | 32 | 51 | 37 |
| Octal | 351 | 313 | 57 | 0 | 15 | 120 | 11 | 62 | 121 | 67 |
| Binary | 11101001 | 11001011 | 101111 | 0 | 1101 | 1010000 | 1001 | 110010 | 1010001 | 110111 |
Color Harmonies of #E9CB2F
Complementary color
Monochromatic Colors of #E9CB2F
Black with #E9CB2F
Text Example
Text Example
White with #E9CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CB2F; }
p { color: rgb(233,203,47); }
H1.HeaderClassName
{
color: #E9CB2F;
}
.AnyTagClassName
{
color: #E9CB2F;
}
</style>
background-color css
<style>
a { background-color: #E9CB2F; }
a { background-color: rgb(233,203,47); }
div.DivClassName
{
background-color: #E9CB2F;
}
.BgClassName
{
background-color: #E9CB2F;
}
</style>
border-color css
<style>
span { border-color: #E9CB2F; }
span { border-color: rgb(233,203,47); }
td.TdClassName
{
border-color: #E9CB2F;
}
.TagClassName
{
border-color: #E9CB2F;
}
</style>