Shades of Golden Dream #E6C732
Tints of Golden Dream #E6C732
RGB
CMYK
RGB Variations
Color information
#E6C732 (or 0xE6C732) is known color: Golden Dream. HEX triplet: E6, C7 and 32. RGB value is (230,199,50). Sum of RGB (Red+Green+Blue) = 230+199+50=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C732 is #1938CD. Grayscale: #BFBFBF. Windows color (decimal): -1652942 or 3327974. OLE color: 3327974.
HSL color Cylindrical-coordinate representation of color #E6C732: hue angle of 49.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6C732 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 50 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.10 |
| HSL | 49.67º | 0.78% | 0.55% | - |
| HSV(B) | 49.67º | 0.78% | 0.9% | - |
| XYZ | 53.63 | 57.9 | 11.37 | - |
| YUV | 191.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 50 | 0 | 0.13 | 0.78 | 0.10 | 49.67 | 0.78 | 0.55 |
| Hex | E6 | C7 | 32 | 0 | D | 4E | A | 32 | 4E | 37 |
| Octal | 346 | 307 | 62 | 0 | 15 | 116 | 12 | 62 | 116 | 67 |
| Binary | 11100110 | 11000111 | 110010 | 0 | 1101 | 1001110 | 1010 | 110010 | 1001110 | 110111 |
Color Harmonies of #E6C732
Complementary color
Monochromatic Colors of #E6C732
Black with #E6C732
Text Example
Text Example
White with #E6C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C732; }
p { color: rgb(230,199,50); }
H1.HeaderClassName
{
color: #E6C732;
}
.AnyTagClassName
{
color: #E6C732;
}
</style>
background-color css
<style>
a { background-color: #E6C732; }
a { background-color: rgb(230,199,50); }
div.DivClassName
{
background-color: #E6C732;
}
.BgClassName
{
background-color: #E6C732;
}
</style>
border-color css
<style>
span { border-color: #E6C732; }
span { border-color: rgb(230,199,50); }
td.TdClassName
{
border-color: #E6C732;
}
.TagClassName
{
border-color: #E6C732;
}
</style>