Shades of Golden Dream #EED22A
Tints of Golden Dream #EED22A
RGB
CMYK
RGB Variations
Color information
#EED22A (or 0xEED22A) is known color: Golden Dream. HEX triplet: EE, D2 and 2A. RGB value is (238,210,42). Sum of RGB (Red+Green+Blue) = 238+210+42=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EED22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED22A is #112DD5. Grayscale: #C7C7C7. Windows color (decimal): -1125846 or 2806510. OLE color: 2806510.
HSL color Cylindrical-coordinate representation of color #EED22A: hue angle of 51.43º 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 #EED22A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 42 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.07 |
| HSL | 51.43º | 0.85% | 0.55% | - |
| HSV(B) | 51.43º | 0.82% | 0.93% | - |
| XYZ | 58.72 | 64.44 | 11.53 | - |
| YUV | 199.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 42 | 0 | 0.12 | 0.82 | 0.07 | 51.43 | 0.85 | 0.55 |
| Hex | EE | D2 | 2A | 0 | C | 52 | 7 | 33 | 55 | 37 |
| Octal | 356 | 322 | 52 | 0 | 14 | 122 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010010 | 101010 | 0 | 1100 | 1010010 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED22A
Complementary color
Monochromatic Colors of #EED22A
Black with #EED22A
Text Example
Text Example
White with #EED22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED22A; }
p { color: rgb(238,210,42); }
H1.HeaderClassName
{
color: #EED22A;
}
.AnyTagClassName
{
color: #EED22A;
}
</style>
background-color css
<style>
a { background-color: #EED22A; }
a { background-color: rgb(238,210,42); }
div.DivClassName
{
background-color: #EED22A;
}
.BgClassName
{
background-color: #EED22A;
}
</style>
border-color css
<style>
span { border-color: #EED22A; }
span { border-color: rgb(238,210,42); }
td.TdClassName
{
border-color: #EED22A;
}
.TagClassName
{
border-color: #EED22A;
}
</style>