Shades of Golden Dream #E2CC31
Tints of Golden Dream #E2CC31
RGB
CMYK
RGB Variations
Color information
#E2CC31 (or 0xE2CC31) is known color: Golden Dream. HEX triplet: E2, CC and 31. RGB value is (226,204,49). Sum of RGB (Red+Green+Blue) = 226+204+49=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CC31 is #1D33CE. Grayscale: #C1C1C1. Windows color (decimal): -1913807 or 3263714. OLE color: 3263714.
HSL color Cylindrical-coordinate representation of color #E2CC31: hue angle of 52.54º 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 #E2CC31 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.11 |
| HSL | 52.54º | 0.75% | 0.54% | - |
| HSV(B) | 52.54º | 0.78% | 0.89% | - |
| XYZ | 53.51 | 59.58 | 11.58 | - |
| YUV | 192.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 49 | 0 | 0.10 | 0.78 | 0.11 | 52.54 | 0.75 | 0.54 |
| Hex | E2 | CC | 31 | 0 | A | 4E | B | 35 | 4B | 36 |
| Octal | 342 | 314 | 61 | 0 | 12 | 116 | 13 | 65 | 113 | 66 |
| Binary | 11100010 | 11001100 | 110001 | 0 | 1010 | 1001110 | 1011 | 110101 | 1001011 | 110110 |
Color Harmonies of #E2CC31
Complementary color
Monochromatic Colors of #E2CC31
Black with #E2CC31
Text Example
Text Example
White with #E2CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC31; }
p { color: rgb(226,204,49); }
H1.HeaderClassName
{
color: #E2CC31;
}
.AnyTagClassName
{
color: #E2CC31;
}
</style>
background-color css
<style>
a { background-color: #E2CC31; }
a { background-color: rgb(226,204,49); }
div.DivClassName
{
background-color: #E2CC31;
}
.BgClassName
{
background-color: #E2CC31;
}
</style>
border-color css
<style>
span { border-color: #E2CC31; }
span { border-color: rgb(226,204,49); }
td.TdClassName
{
border-color: #E2CC31;
}
.TagClassName
{
border-color: #E2CC31;
}
</style>