Shades of Golden Dream #E9CE2E
Tints of Golden Dream #E9CE2E
RGB
CMYK
RGB Variations
Color information
#E9CE2E (or 0xE9CE2E) is known color: Golden Dream. HEX triplet: E9, CE and 2E. RGB value is (233,206,46). Sum of RGB (Red+Green+Blue) = 233+206+46=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE2E is #1631D1. Grayscale: #C4C4C4. Windows color (decimal): -1454546 or 3067625. OLE color: 3067625.
HSL color Cylindrical-coordinate representation of color #E9CE2E: hue angle of 51.34º 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 #E9CE2E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 46 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.09 |
| HSL | 51.34º | 0.81% | 0.55% | - |
| HSV(B) | 51.34º | 0.8% | 0.91% | - |
| XYZ | 56.17 | 61.66 | 11.53 | - |
| YUV | 195.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 46 | 0 | 0.12 | 0.80 | 0.09 | 51.34 | 0.81 | 0.55 |
| Hex | E9 | CE | 2E | 0 | C | 50 | 9 | 33 | 51 | 37 |
| Octal | 351 | 316 | 56 | 0 | 14 | 120 | 11 | 63 | 121 | 67 |
| Binary | 11101001 | 11001110 | 101110 | 0 | 1100 | 1010000 | 1001 | 110011 | 1010001 | 110111 |
Color Harmonies of #E9CE2E
Complementary color
Monochromatic Colors of #E9CE2E
Black with #E9CE2E
Text Example
Text Example
White with #E9CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE2E; }
p { color: rgb(233,206,46); }
H1.HeaderClassName
{
color: #E9CE2E;
}
.AnyTagClassName
{
color: #E9CE2E;
}
</style>
background-color css
<style>
a { background-color: #E9CE2E; }
a { background-color: rgb(233,206,46); }
div.DivClassName
{
background-color: #E9CE2E;
}
.BgClassName
{
background-color: #E9CE2E;
}
</style>
border-color css
<style>
span { border-color: #E9CE2E; }
span { border-color: rgb(233,206,46); }
td.TdClassName
{
border-color: #E9CE2E;
}
.TagClassName
{
border-color: #E9CE2E;
}
</style>