Shades of Golden Yellow #E6DC06
Tints of Golden Yellow #E6DC06
RGB
CMYK
RGB Variations
Color information
#E6DC06 (or 0xE6DC06) is known color: Golden Yellow. HEX triplet: E6, DC and 06. RGB value is (230,220,6). Sum of RGB (Red+Green+Blue) = 230+220+6=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DC06 is #1923F9. Grayscale: #C7C7C7. Windows color (decimal): -1647610 or 449766. OLE color: 449766.
HSL color Cylindrical-coordinate representation of color #E6DC06: hue angle of 57.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6DC06 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.10 |
| HSL | 57.32º | 0.95% | 0.46% | - |
| HSV(B) | 57.32º | 0.97% | 0.9% | - |
| XYZ | 58.26 | 68.02 | 10.23 | - |
| YUV | 198.59 | 19.31 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 6 | 0 | 0.04 | 0.97 | 0.10 | 57.32 | 0.95 | 0.46 |
| Hex | E6 | DC | 6 | 0 | 4 | 61 | A | 39 | 5F | 2E |
| Octal | 346 | 334 | 6 | 0 | 4 | 141 | 12 | 71 | 137 | 56 |
| Binary | 11100110 | 11011100 | 110 | 0 | 100 | 1100001 | 1010 | 111001 | 1011111 | 101110 |
Color Harmonies of #E6DC06
Complementary color
Monochromatic Colors of #E6DC06
Black with #E6DC06
Text Example
Text Example
White with #E6DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC06; }
p { color: rgb(230,220,6); }
H1.HeaderClassName
{
color: #E6DC06;
}
.AnyTagClassName
{
color: #E6DC06;
}
</style>
background-color css
<style>
a { background-color: #E6DC06; }
a { background-color: rgb(230,220,6); }
div.DivClassName
{
background-color: #E6DC06;
}
.BgClassName
{
background-color: #E6DC06;
}
</style>
border-color css
<style>
span { border-color: #E6DC06; }
span { border-color: rgb(230,220,6); }
td.TdClassName
{
border-color: #E6DC06;
}
.TagClassName
{
border-color: #E6DC06;
}
</style>