Shades of Golden Dream #E9CE2D
Tints of Golden Dream #E9CE2D
RGB
CMYK
RGB Variations
Color information
#E9CE2D (or 0xE9CE2D) is known color: Golden Dream. HEX triplet: E9, CE and 2D. RGB value is (233,206,45). Sum of RGB (Red+Green+Blue) = 233+206+45=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CE2D is #1631D2. Grayscale: #C4C4C4. Windows color (decimal): -1454547 or 3002089. OLE color: 3002089.
HSL color Cylindrical-coordinate representation of color #E9CE2D: hue angle of 51.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9CE2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.09 |
| HSL | 51.38º | 0.81% | 0.55% | - |
| HSV(B) | 51.38º | 0.81% | 0.91% | - |
| XYZ | 56.15 | 61.66 | 11.42 | - |
| YUV | 195.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 45 | 0 | 0.12 | 0.81 | 0.09 | 51.38 | 0.81 | 0.55 |
| Hex | E9 | CE | 2D | 0 | C | 51 | 9 | 33 | 51 | 37 |
| Octal | 351 | 316 | 55 | 0 | 14 | 121 | 11 | 63 | 121 | 67 |
| Binary | 11101001 | 11001110 | 101101 | 0 | 1100 | 1010001 | 1001 | 110011 | 1010001 | 110111 |
Color Harmonies of #E9CE2D
Complementary color
Monochromatic Colors of #E9CE2D
Black with #E9CE2D
Text Example
Text Example
White with #E9CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE2D; }
p { color: rgb(233,206,45); }
H1.HeaderClassName
{
color: #E9CE2D;
}
.AnyTagClassName
{
color: #E9CE2D;
}
</style>
background-color css
<style>
a { background-color: #E9CE2D; }
a { background-color: rgb(233,206,45); }
div.DivClassName
{
background-color: #E9CE2D;
}
.BgClassName
{
background-color: #E9CE2D;
}
</style>
border-color css
<style>
span { border-color: #E9CE2D; }
span { border-color: rgb(233,206,45); }
td.TdClassName
{
border-color: #E9CE2D;
}
.TagClassName
{
border-color: #E9CE2D;
}
</style>