Shades of Golden Dream #EECE2E
Tints of Golden Dream #EECE2E
RGB
CMYK
RGB Variations
Color information
#EECE2E (or 0xEECE2E) is known color: Golden Dream. HEX triplet: EE, CE and 2E. RGB value is (238,206,46). Sum of RGB (Red+Green+Blue) = 238+206+46=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE2E is #1131D1. Grayscale: #C6C6C6. Windows color (decimal): -1126866 or 3067630. OLE color: 3067630.
HSL color Cylindrical-coordinate representation of color #EECE2E: hue angle of 50º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EECE2E is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 46 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.07 |
| HSL | 50º | 0.85% | 0.56% | - |
| HSV(B) | 50º | 0.81% | 0.93% | - |
| XYZ | 57.82 | 62.52 | 11.6 | - |
| YUV | 197.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 46 | 0 | 0.13 | 0.81 | 0.07 | 50 | 0.85 | 0.56 |
| Hex | EE | CE | 2E | 0 | D | 51 | 7 | 32 | 55 | 38 |
| Octal | 356 | 316 | 56 | 0 | 15 | 121 | 7 | 62 | 125 | 70 |
| Binary | 11101110 | 11001110 | 101110 | 0 | 1101 | 1010001 | 111 | 110010 | 1010101 | 111000 |
Color Harmonies of #EECE2E
Complementary color
Monochromatic Colors of #EECE2E
Black with #EECE2E
Text Example
Text Example
White with #EECE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE2E; }
p { color: rgb(238,206,46); }
H1.HeaderClassName
{
color: #EECE2E;
}
.AnyTagClassName
{
color: #EECE2E;
}
</style>
background-color css
<style>
a { background-color: #EECE2E; }
a { background-color: rgb(238,206,46); }
div.DivClassName
{
background-color: #EECE2E;
}
.BgClassName
{
background-color: #EECE2E;
}
</style>
border-color css
<style>
span { border-color: #EECE2E; }
span { border-color: rgb(238,206,46); }
td.TdClassName
{
border-color: #EECE2E;
}
.TagClassName
{
border-color: #EECE2E;
}
</style>