Shades of Golden Dream #E9D22C
Tints of Golden Dream #E9D22C
RGB
CMYK
RGB Variations
Color information
#E9D22C (or 0xE9D22C) is known color: Golden Dream. HEX triplet: E9, D2 and 2C. RGB value is (233,210,44). Sum of RGB (Red+Green+Blue) = 233+210+44=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D22C is #162DD3. Grayscale: #C6C6C6. Windows color (decimal): -1453524 or 2937577. OLE color: 2937577.
HSL color Cylindrical-coordinate representation of color #E9D22C: hue angle of 52.7º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9D22C is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 44 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.09 |
| HSL | 52.7º | 0.81% | 0.54% | - |
| HSV(B) | 52.7º | 0.81% | 0.91% | - |
| XYZ | 57.11 | 63.6 | 11.65 | - |
| YUV | 197.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 44 | 0 | 0.10 | 0.81 | 0.09 | 52.7 | 0.81 | 0.54 |
| Hex | E9 | D2 | 2C | 0 | A | 51 | 9 | 35 | 51 | 36 |
| Octal | 351 | 322 | 54 | 0 | 12 | 121 | 11 | 65 | 121 | 66 |
| Binary | 11101001 | 11010010 | 101100 | 0 | 1010 | 1010001 | 1001 | 110101 | 1010001 | 110110 |
Color Harmonies of #E9D22C
Complementary color
Monochromatic Colors of #E9D22C
Black with #E9D22C
Text Example
Text Example
White with #E9D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D22C; }
p { color: rgb(233,210,44); }
H1.HeaderClassName
{
color: #E9D22C;
}
.AnyTagClassName
{
color: #E9D22C;
}
</style>
background-color css
<style>
a { background-color: #E9D22C; }
a { background-color: rgb(233,210,44); }
div.DivClassName
{
background-color: #E9D22C;
}
.BgClassName
{
background-color: #E9D22C;
}
</style>
border-color css
<style>
span { border-color: #E9D22C; }
span { border-color: rgb(233,210,44); }
td.TdClassName
{
border-color: #E9D22C;
}
.TagClassName
{
border-color: #E9D22C;
}
</style>