Shades of Golden Dream #EED22D
Tints of Golden Dream #EED22D
RGB
CMYK
RGB Variations
Color information
#EED22D (or 0xEED22D) is known color: Golden Dream. HEX triplet: EE, D2 and 2D. RGB value is (238,210,45). Sum of RGB (Red+Green+Blue) = 238+210+45=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED22D is #112DD2. Grayscale: #C8C8C8. Windows color (decimal): -1125843 or 3003118. OLE color: 3003118.
HSL color Cylindrical-coordinate representation of color #EED22D: hue angle of 51.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED22D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 51.3º | 0.85% | 0.55% | - |
| HSV(B) | 51.3º | 0.81% | 0.93% | - |
| XYZ | 58.78 | 64.46 | 11.83 | - |
| YUV | 199.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 45 | 0 | 0.12 | 0.81 | 0.07 | 51.3 | 0.85 | 0.55 |
| Hex | EE | D2 | 2D | 0 | C | 51 | 7 | 33 | 55 | 37 |
| Octal | 356 | 322 | 55 | 0 | 14 | 121 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010010 | 101101 | 0 | 1100 | 1010001 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED22D
Complementary color
Monochromatic Colors of #EED22D
Black with #EED22D
Text Example
Text Example
White with #EED22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED22D; }
p { color: rgb(238,210,45); }
H1.HeaderClassName
{
color: #EED22D;
}
.AnyTagClassName
{
color: #EED22D;
}
</style>
background-color css
<style>
a { background-color: #EED22D; }
a { background-color: rgb(238,210,45); }
div.DivClassName
{
background-color: #EED22D;
}
.BgClassName
{
background-color: #EED22D;
}
</style>
border-color css
<style>
span { border-color: #EED22D; }
span { border-color: rgb(238,210,45); }
td.TdClassName
{
border-color: #EED22D;
}
.TagClassName
{
border-color: #EED22D;
}
</style>