Shades of Goldenrod #E6E06D
Tints of Goldenrod #E6E06D
RGB
CMYK
RGB Variations
Color information
#E6E06D (or 0xE6E06D) is known color: Goldenrod. HEX triplet: E6, E0 and 6D. RGB value is (230,224,109). Sum of RGB (Red+Green+Blue) = 230+224+109=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E06D is #191F92. Grayscale: #D5D5D5. Windows color (decimal): -1646483 or 7200998. OLE color: 7200998.
HSL color Cylindrical-coordinate representation of color #E6E06D: hue angle of 57.02º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6E06D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 109 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.10 |
| HSL | 57.02º | 0.71% | 0.66% | - |
| HSV(B) | 57.02º | 0.53% | 0.9% | - |
| XYZ | 62.05 | 71.24 | 24.95 | - |
| YUV | 212.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 109 | 0 | 0.03 | 0.53 | 0.10 | 57.02 | 0.71 | 0.66 |
| Hex | E6 | E0 | 6D | 0 | 3 | 35 | A | 39 | 47 | 42 |
| Octal | 346 | 340 | 155 | 0 | 3 | 65 | 12 | 71 | 107 | 102 |
| Binary | 11100110 | 11100000 | 1101101 | 0 | 11 | 110101 | 1010 | 111001 | 1000111 | 1000010 |
Color Harmonies of #E6E06D
Complementary color
Monochromatic Colors of #E6E06D
Black with #E6E06D
Text Example
Text Example
White with #E6E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E06D; }
p { color: rgb(230,224,109); }
H1.HeaderClassName
{
color: #E6E06D;
}
.AnyTagClassName
{
color: #E6E06D;
}
</style>
background-color css
<style>
a { background-color: #E6E06D; }
a { background-color: rgb(230,224,109); }
div.DivClassName
{
background-color: #E6E06D;
}
.BgClassName
{
background-color: #E6E06D;
}
</style>
border-color css
<style>
span { border-color: #E6E06D; }
span { border-color: rgb(230,224,109); }
td.TdClassName
{
border-color: #E6E06D;
}
.TagClassName
{
border-color: #E6E06D;
}
</style>