Shades of Golden Dream #E2C931
Tints of Golden Dream #E2C931
RGB
CMYK
RGB Variations
Color information
#E2C931 (or 0xE2C931) is known color: Golden Dream. HEX triplet: E2, C9 and 31. RGB value is (226,201,49). Sum of RGB (Red+Green+Blue) = 226+201+49=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C931 is #1D36CE. Grayscale: #BFBFBF. Windows color (decimal): -1914575 or 3262946. OLE color: 3262946.
HSL color Cylindrical-coordinate representation of color #E2C931: hue angle of 51.53º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2C931 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 49 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.11 |
| HSL | 51.53º | 0.75% | 0.54% | - |
| HSV(B) | 51.53º | 0.78% | 0.89% | - |
| XYZ | 52.81 | 58.16 | 11.35 | - |
| YUV | 191.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 49 | 0 | 0.11 | 0.78 | 0.11 | 51.53 | 0.75 | 0.54 |
| Hex | E2 | C9 | 31 | 0 | B | 4E | B | 34 | 4B | 36 |
| Octal | 342 | 311 | 61 | 0 | 13 | 116 | 13 | 64 | 113 | 66 |
| Binary | 11100010 | 11001001 | 110001 | 0 | 1011 | 1001110 | 1011 | 110100 | 1001011 | 110110 |
Color Harmonies of #E2C931
Complementary color
Monochromatic Colors of #E2C931
Black with #E2C931
Text Example
Text Example
White with #E2C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C931; }
p { color: rgb(226,201,49); }
H1.HeaderClassName
{
color: #E2C931;
}
.AnyTagClassName
{
color: #E2C931;
}
</style>
background-color css
<style>
a { background-color: #E2C931; }
a { background-color: rgb(226,201,49); }
div.DivClassName
{
background-color: #E2C931;
}
.BgClassName
{
background-color: #E2C931;
}
</style>
border-color css
<style>
span { border-color: #E2C931; }
span { border-color: rgb(226,201,49); }
td.TdClassName
{
border-color: #E2C931;
}
.TagClassName
{
border-color: #E2C931;
}
</style>