Shades of Golden Yellow #E6DC08
Tints of Golden Yellow #E6DC08
RGB
CMYK
RGB Variations
Color information
#E6DC08 (or 0xE6DC08) is known color: Golden Yellow. HEX triplet: E6, DC and 08. RGB value is (230,220,8). Sum of RGB (Red+Green+Blue) = 230+220+8=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DC08 is #1923F7. Grayscale: #C7C7C7. Windows color (decimal): -1647608 or 580838. OLE color: 580838.
HSL color Cylindrical-coordinate representation of color #E6DC08: hue angle of 57.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6DC08 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 8 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.10 |
| HSL | 57.3º | 0.93% | 0.47% | - |
| HSV(B) | 57.3º | 0.97% | 0.9% | - |
| XYZ | 58.27 | 68.03 | 10.29 | - |
| YUV | 198.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 8 | 0 | 0.04 | 0.97 | 0.10 | 57.3 | 0.93 | 0.47 |
| Hex | E6 | DC | 8 | 0 | 4 | 61 | A | 39 | 5D | 2F |
| Octal | 346 | 334 | 10 | 0 | 4 | 141 | 12 | 71 | 135 | 57 |
| Binary | 11100110 | 11011100 | 1000 | 0 | 100 | 1100001 | 1010 | 111001 | 1011101 | 101111 |
Color Harmonies of #E6DC08
Complementary color
Monochromatic Colors of #E6DC08
Black with #E6DC08
Text Example
Text Example
White with #E6DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC08; }
p { color: rgb(230,220,8); }
H1.HeaderClassName
{
color: #E6DC08;
}
.AnyTagClassName
{
color: #E6DC08;
}
</style>
background-color css
<style>
a { background-color: #E6DC08; }
a { background-color: rgb(230,220,8); }
div.DivClassName
{
background-color: #E6DC08;
}
.BgClassName
{
background-color: #E6DC08;
}
</style>
border-color css
<style>
span { border-color: #E6DC08; }
span { border-color: rgb(230,220,8); }
td.TdClassName
{
border-color: #E6DC08;
}
.TagClassName
{
border-color: #E6DC08;
}
</style>