Shades of Golden Dream #E6D130
Tints of Golden Dream #E6D130
RGB
CMYK
RGB Variations
Color information
#E6D130 (or 0xE6D130) is known color: Golden Dream. HEX triplet: E6, D1 and 30. RGB value is (230,209,48). Sum of RGB (Red+Green+Blue) = 230+209+48=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D130 is #192ECF. Grayscale: #C5C5C5. Windows color (decimal): -1650384 or 3199462. OLE color: 3199462.
HSL color Cylindrical-coordinate representation of color #E6D130: hue angle of 53.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6D130 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 48 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.10 |
| HSL | 53.08º | 0.78% | 0.55% | - |
| HSV(B) | 53.08º | 0.79% | 0.9% | - |
| XYZ | 55.97 | 62.64 | 11.94 | - |
| YUV | 196.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 48 | 0 | 0.09 | 0.79 | 0.10 | 53.08 | 0.78 | 0.55 |
| Hex | E6 | D1 | 30 | 0 | 9 | 4F | A | 35 | 4E | 37 |
| Octal | 346 | 321 | 60 | 0 | 11 | 117 | 12 | 65 | 116 | 67 |
| Binary | 11100110 | 11010001 | 110000 | 0 | 1001 | 1001111 | 1010 | 110101 | 1001110 | 110111 |
Color Harmonies of #E6D130
Complementary color
Monochromatic Colors of #E6D130
Black with #E6D130
Text Example
Text Example
White with #E6D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D130; }
p { color: rgb(230,209,48); }
H1.HeaderClassName
{
color: #E6D130;
}
.AnyTagClassName
{
color: #E6D130;
}
</style>
background-color css
<style>
a { background-color: #E6D130; }
a { background-color: rgb(230,209,48); }
div.DivClassName
{
background-color: #E6D130;
}
.BgClassName
{
background-color: #E6D130;
}
</style>
border-color css
<style>
span { border-color: #E6D130; }
span { border-color: rgb(230,209,48); }
td.TdClassName
{
border-color: #E6D130;
}
.TagClassName
{
border-color: #E6D130;
}
</style>