Shades of Golden Dream #EECE2B
Tints of Golden Dream #EECE2B
RGB
CMYK
RGB Variations
Color information
#EECE2B (or 0xEECE2B) is known color: Golden Dream. HEX triplet: EE, CE and 2B. RGB value is (238,206,43). Sum of RGB (Red+Green+Blue) = 238+206+43=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE2B is #1131D4. Grayscale: #C5C5C5. Windows color (decimal): -1126869 or 2871022. OLE color: 2871022.
HSL color Cylindrical-coordinate representation of color #EECE2B: hue angle of 50.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EECE2B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 43 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.07 |
| HSL | 50.15º | 0.85% | 0.55% | - |
| HSV(B) | 50.15º | 0.82% | 0.93% | - |
| XYZ | 57.77 | 62.49 | 11.3 | - |
| YUV | 196.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 43 | 0 | 0.13 | 0.82 | 0.07 | 50.15 | 0.85 | 0.55 |
| Hex | EE | CE | 2B | 0 | D | 52 | 7 | 32 | 55 | 37 |
| Octal | 356 | 316 | 53 | 0 | 15 | 122 | 7 | 62 | 125 | 67 |
| Binary | 11101110 | 11001110 | 101011 | 0 | 1101 | 1010010 | 111 | 110010 | 1010101 | 110111 |
Color Harmonies of #EECE2B
Complementary color
Monochromatic Colors of #EECE2B
Black with #EECE2B
Text Example
Text Example
White with #EECE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE2B; }
p { color: rgb(238,206,43); }
H1.HeaderClassName
{
color: #EECE2B;
}
.AnyTagClassName
{
color: #EECE2B;
}
</style>
background-color css
<style>
a { background-color: #EECE2B; }
a { background-color: rgb(238,206,43); }
div.DivClassName
{
background-color: #EECE2B;
}
.BgClassName
{
background-color: #EECE2B;
}
</style>
border-color css
<style>
span { border-color: #EECE2B; }
span { border-color: rgb(238,206,43); }
td.TdClassName
{
border-color: #EECE2B;
}
.TagClassName
{
border-color: #EECE2B;
}
</style>