Shades of Golden Dream #E6D02F
Tints of Golden Dream #E6D02F
RGB
CMYK
RGB Variations
Color information
#E6D02F (or 0xE6D02F) is known color: Golden Dream. HEX triplet: E6, D0 and 2F. RGB value is (230,208,47). Sum of RGB (Red+Green+Blue) = 230+208+47=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D02F is #192FD0. Grayscale: #C4C4C4. Windows color (decimal): -1650641 or 3133670. OLE color: 3133670.
HSL color Cylindrical-coordinate representation of color #E6D02F: hue angle of 52.79º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6D02F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 47 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.10 |
| HSL | 52.79º | 0.79% | 0.54% | - |
| HSV(B) | 52.79º | 0.8% | 0.9% | - |
| XYZ | 55.7 | 62.14 | 11.75 | - |
| YUV | 196.22 | 43.79 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 47 | 0 | 0.10 | 0.80 | 0.10 | 52.79 | 0.79 | 0.54 |
| Hex | E6 | D0 | 2F | 0 | A | 50 | A | 35 | 4F | 36 |
| Octal | 346 | 320 | 57 | 0 | 12 | 120 | 12 | 65 | 117 | 66 |
| Binary | 11100110 | 11010000 | 101111 | 0 | 1010 | 1010000 | 1010 | 110101 | 1001111 | 110110 |
Color Harmonies of #E6D02F
Complementary color
Monochromatic Colors of #E6D02F
Black with #E6D02F
Text Example
Text Example
White with #E6D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D02F; }
p { color: rgb(230,208,47); }
H1.HeaderClassName
{
color: #E6D02F;
}
.AnyTagClassName
{
color: #E6D02F;
}
</style>
background-color css
<style>
a { background-color: #E6D02F; }
a { background-color: rgb(230,208,47); }
div.DivClassName
{
background-color: #E6D02F;
}
.BgClassName
{
background-color: #E6D02F;
}
</style>
border-color css
<style>
span { border-color: #E6D02F; }
span { border-color: rgb(230,208,47); }
td.TdClassName
{
border-color: #E6D02F;
}
.TagClassName
{
border-color: #E6D02F;
}
</style>