Shades of Golden Dream #E7D130
Tints of Golden Dream #E7D130
RGB
CMYK
RGB Variations
Color information
#E7D130 (or 0xE7D130) is known color: Golden Dream. HEX triplet: E7, D1 and 30. RGB value is (231,209,48). Sum of RGB (Red+Green+Blue) = 231+209+48=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D130 is #182ECF. Grayscale: #C5C5C5. Windows color (decimal): -1584848 or 3199463. OLE color: 3199463.
HSL color Cylindrical-coordinate representation of color #E7D130: hue angle of 52.79º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7D130 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 48 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.09 |
| HSL | 52.79º | 0.79% | 0.55% | - |
| HSV(B) | 52.79º | 0.79% | 0.91% | - |
| XYZ | 56.29 | 62.8 | 11.95 | - |
| YUV | 197.22 | 43.79 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 48 | 0 | 0.10 | 0.79 | 0.09 | 52.79 | 0.79 | 0.55 |
| Hex | E7 | D1 | 30 | 0 | A | 4F | 9 | 35 | 4F | 37 |
| Octal | 347 | 321 | 60 | 0 | 12 | 117 | 11 | 65 | 117 | 67 |
| Binary | 11100111 | 11010001 | 110000 | 0 | 1010 | 1001111 | 1001 | 110101 | 1001111 | 110111 |
Color Harmonies of #E7D130
Complementary color
Monochromatic Colors of #E7D130
Black with #E7D130
Text Example
Text Example
White with #E7D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D130; }
p { color: rgb(231,209,48); }
H1.HeaderClassName
{
color: #E7D130;
}
.AnyTagClassName
{
color: #E7D130;
}
</style>
background-color css
<style>
a { background-color: #E7D130; }
a { background-color: rgb(231,209,48); }
div.DivClassName
{
background-color: #E7D130;
}
.BgClassName
{
background-color: #E7D130;
}
</style>
border-color css
<style>
span { border-color: #E7D130; }
span { border-color: rgb(231,209,48); }
td.TdClassName
{
border-color: #E7D130;
}
.TagClassName
{
border-color: #E7D130;
}
</style>