Shades of Golden Dream #EED02B
Tints of Golden Dream #EED02B
RGB
CMYK
RGB Variations
Color information
#EED02B (or 0xEED02B) is known color: Golden Dream. HEX triplet: EE, D0 and 2B. RGB value is (238,208,43). Sum of RGB (Red+Green+Blue) = 238+208+43=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EED02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED02B is #112FD4. Grayscale: #C6C6C6. Windows color (decimal): -1126357 or 2871534. OLE color: 2871534.
HSL color Cylindrical-coordinate representation of color #EED02B: hue angle of 50.77º 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 #EED02B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 43 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.07 |
| HSL | 50.77º | 0.85% | 0.55% | - |
| HSV(B) | 50.77º | 0.82% | 0.93% | - |
| XYZ | 58.25 | 63.46 | 11.46 | - |
| YUV | 198.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 43 | 0 | 0.13 | 0.82 | 0.07 | 50.77 | 0.85 | 0.55 |
| Hex | EE | D0 | 2B | 0 | D | 52 | 7 | 33 | 55 | 37 |
| Octal | 356 | 320 | 53 | 0 | 15 | 122 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010000 | 101011 | 0 | 1101 | 1010010 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED02B
Complementary color
Monochromatic Colors of #EED02B
Black with #EED02B
Text Example
Text Example
White with #EED02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED02B; }
p { color: rgb(238,208,43); }
H1.HeaderClassName
{
color: #EED02B;
}
.AnyTagClassName
{
color: #EED02B;
}
</style>
background-color css
<style>
a { background-color: #EED02B; }
a { background-color: rgb(238,208,43); }
div.DivClassName
{
background-color: #EED02B;
}
.BgClassName
{
background-color: #EED02B;
}
</style>
border-color css
<style>
span { border-color: #EED02B; }
span { border-color: rgb(238,208,43); }
td.TdClassName
{
border-color: #EED02B;
}
.TagClassName
{
border-color: #EED02B;
}
</style>