Shades of Golden Dream #EED12B
Tints of Golden Dream #EED12B
RGB
CMYK
RGB Variations
Color information
#EED12B (or 0xEED12B) is known color: Golden Dream. HEX triplet: EE, D1 and 2B. RGB value is (238,209,43). Sum of RGB (Red+Green+Blue) = 238+209+43=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EED12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED12B is #112ED4. Grayscale: #C7C7C7. Windows color (decimal): -1126101 or 2871790. OLE color: 2871790.
HSL color Cylindrical-coordinate representation of color #EED12B: hue angle of 51.08º 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 #EED12B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 43 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.07 |
| HSL | 51.08º | 0.85% | 0.55% | - |
| HSV(B) | 51.08º | 0.82% | 0.93% | - |
| XYZ | 58.5 | 63.95 | 11.55 | - |
| YUV | 198.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 43 | 0 | 0.12 | 0.82 | 0.07 | 51.08 | 0.85 | 0.55 |
| Hex | EE | D1 | 2B | 0 | C | 52 | 7 | 33 | 55 | 37 |
| Octal | 356 | 321 | 53 | 0 | 14 | 122 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010001 | 101011 | 0 | 1100 | 1010010 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED12B
Complementary color
Monochromatic Colors of #EED12B
Black with #EED12B
Text Example
Text Example
White with #EED12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED12B; }
p { color: rgb(238,209,43); }
H1.HeaderClassName
{
color: #EED12B;
}
.AnyTagClassName
{
color: #EED12B;
}
</style>
background-color css
<style>
a { background-color: #EED12B; }
a { background-color: rgb(238,209,43); }
div.DivClassName
{
background-color: #EED12B;
}
.BgClassName
{
background-color: #EED12B;
}
</style>
border-color css
<style>
span { border-color: #EED12B; }
span { border-color: rgb(238,209,43); }
td.TdClassName
{
border-color: #EED12B;
}
.TagClassName
{
border-color: #EED12B;
}
</style>