Shades of Golden Dream #E3C730
Tints of Golden Dream #E3C730
RGB
CMYK
RGB Variations
Color information
#E3C730 (or 0xE3C730) is known color: Golden Dream. HEX triplet: E3, C7 and 30. RGB value is (227,199,48). Sum of RGB (Red+Green+Blue) = 227+199+48=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C730 is #1C38CF. Grayscale: #BEBEBE. Windows color (decimal): -1849552 or 3196899. OLE color: 3196899.
HSL color Cylindrical-coordinate representation of color #E3C730: hue angle of 50.61º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3C730 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 48 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.11 |
| HSL | 50.61º | 0.76% | 0.54% | - |
| HSV(B) | 50.61º | 0.79% | 0.89% | - |
| XYZ | 52.64 | 57.39 | 11.1 | - |
| YUV | 190.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 48 | 0 | 0.12 | 0.79 | 0.11 | 50.61 | 0.76 | 0.54 |
| Hex | E3 | C7 | 30 | 0 | C | 4F | B | 33 | 4C | 36 |
| Octal | 343 | 307 | 60 | 0 | 14 | 117 | 13 | 63 | 114 | 66 |
| Binary | 11100011 | 11000111 | 110000 | 0 | 1100 | 1001111 | 1011 | 110011 | 1001100 | 110110 |
Color Harmonies of #E3C730
Complementary color
Monochromatic Colors of #E3C730
Black with #E3C730
Text Example
Text Example
White with #E3C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C730; }
p { color: rgb(227,199,48); }
H1.HeaderClassName
{
color: #E3C730;
}
.AnyTagClassName
{
color: #E3C730;
}
</style>
background-color css
<style>
a { background-color: #E3C730; }
a { background-color: rgb(227,199,48); }
div.DivClassName
{
background-color: #E3C730;
}
.BgClassName
{
background-color: #E3C730;
}
</style>
border-color css
<style>
span { border-color: #E3C730; }
span { border-color: rgb(227,199,48); }
td.TdClassName
{
border-color: #E3C730;
}
.TagClassName
{
border-color: #E3C730;
}
</style>