Shades of Golden Dream #EED22E
Tints of Golden Dream #EED22E
RGB
CMYK
RGB Variations
Color information
#EED22E (or 0xEED22E) is known color: Golden Dream. HEX triplet: EE, D2 and 2E. RGB value is (238,210,46). Sum of RGB (Red+Green+Blue) = 238+210+46=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED22E is #112DD1. Grayscale: #C8C8C8. Windows color (decimal): -1125842 or 3068654. OLE color: 3068654.
HSL color Cylindrical-coordinate representation of color #EED22E: hue angle of 51.25º 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 #EED22E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 46 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 51.25º | 0.85% | 0.56% | - |
| HSV(B) | 51.25º | 0.81% | 0.93% | - |
| XYZ | 58.8 | 64.47 | 11.93 | - |
| YUV | 199.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 46 | 0 | 0.12 | 0.81 | 0.07 | 51.25 | 0.85 | 0.56 |
| Hex | EE | D2 | 2E | 0 | C | 51 | 7 | 33 | 55 | 38 |
| Octal | 356 | 322 | 56 | 0 | 14 | 121 | 7 | 63 | 125 | 70 |
| Binary | 11101110 | 11010010 | 101110 | 0 | 1100 | 1010001 | 111 | 110011 | 1010101 | 111000 |
Color Harmonies of #EED22E
Complementary color
Monochromatic Colors of #EED22E
Black with #EED22E
Text Example
Text Example
White with #EED22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED22E; }
p { color: rgb(238,210,46); }
H1.HeaderClassName
{
color: #EED22E;
}
.AnyTagClassName
{
color: #EED22E;
}
</style>
background-color css
<style>
a { background-color: #EED22E; }
a { background-color: rgb(238,210,46); }
div.DivClassName
{
background-color: #EED22E;
}
.BgClassName
{
background-color: #EED22E;
}
</style>
border-color css
<style>
span { border-color: #EED22E; }
span { border-color: rgb(238,210,46); }
td.TdClassName
{
border-color: #EED22E;
}
.TagClassName
{
border-color: #EED22E;
}
</style>