Shades of Golden Dream #E7C734
Tints of Golden Dream #E7C734
RGB
CMYK
RGB Variations
Color information
#E7C734 (or 0xE7C734) is known color: Golden Dream. HEX triplet: E7, C7 and 34. RGB value is (231,199,52). Sum of RGB (Red+Green+Blue) = 231+199+52=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C734 is #1838CB. Grayscale: #C0C0C0. Windows color (decimal): -1587404 or 3459047. OLE color: 3459047.
HSL color Cylindrical-coordinate representation of color #E7C734: hue angle of 49.27º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7C734 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 52 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.09 |
| HSL | 49.27º | 0.79% | 0.55% | - |
| HSV(B) | 49.27º | 0.77% | 0.91% | - |
| XYZ | 54 | 58.08 | 11.61 | - |
| YUV | 191.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 52 | 0 | 0.14 | 0.77 | 0.09 | 49.27 | 0.79 | 0.55 |
| Hex | E7 | C7 | 34 | 0 | E | 4D | 9 | 31 | 4F | 37 |
| Octal | 347 | 307 | 64 | 0 | 16 | 115 | 11 | 61 | 117 | 67 |
| Binary | 11100111 | 11000111 | 110100 | 0 | 1110 | 1001101 | 1001 | 110001 | 1001111 | 110111 |
Color Harmonies of #E7C734
Complementary color
Monochromatic Colors of #E7C734
Black with #E7C734
Text Example
Text Example
White with #E7C734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C734; }
p { color: rgb(231,199,52); }
H1.HeaderClassName
{
color: #E7C734;
}
.AnyTagClassName
{
color: #E7C734;
}
</style>
background-color css
<style>
a { background-color: #E7C734; }
a { background-color: rgb(231,199,52); }
div.DivClassName
{
background-color: #E7C734;
}
.BgClassName
{
background-color: #E7C734;
}
</style>
border-color css
<style>
span { border-color: #E7C734; }
span { border-color: rgb(231,199,52); }
td.TdClassName
{
border-color: #E7C734;
}
.TagClassName
{
border-color: #E7C734;
}
</style>