Shades of Goldenrod #E6DD6A
Tints of Goldenrod #E6DD6A
RGB
CMYK
RGB Variations
Color information
#E6DD6A (or 0xE6DD6A) is known color: Goldenrod. HEX triplet: E6, DD and 6A. RGB value is (230,221,106). Sum of RGB (Red+Green+Blue) = 230+221+106=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD6A is #192295. Grayscale: #D3D3D3. Windows color (decimal): -1647254 or 7003622. OLE color: 7003622.
HSL color Cylindrical-coordinate representation of color #E6DD6A: hue angle of 55.65º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6DD6A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 106 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.10 |
| HSL | 55.65º | 0.71% | 0.66% | - |
| HSV(B) | 55.65º | 0.54% | 0.9% | - |
| XYZ | 61.09 | 69.58 | 23.85 | - |
| YUV | 210.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 106 | 0 | 0.04 | 0.54 | 0.10 | 55.65 | 0.71 | 0.66 |
| Hex | E6 | DD | 6A | 0 | 4 | 36 | A | 38 | 47 | 42 |
| Octal | 346 | 335 | 152 | 0 | 4 | 66 | 12 | 70 | 107 | 102 |
| Binary | 11100110 | 11011101 | 1101010 | 0 | 100 | 110110 | 1010 | 111000 | 1000111 | 1000010 |
Color Harmonies of #E6DD6A
Complementary color
Monochromatic Colors of #E6DD6A
Black with #E6DD6A
Text Example
Text Example
White with #E6DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD6A; }
p { color: rgb(230,221,106); }
H1.HeaderClassName
{
color: #E6DD6A;
}
.AnyTagClassName
{
color: #E6DD6A;
}
</style>
background-color css
<style>
a { background-color: #E6DD6A; }
a { background-color: rgb(230,221,106); }
div.DivClassName
{
background-color: #E6DD6A;
}
.BgClassName
{
background-color: #E6DD6A;
}
</style>
border-color css
<style>
span { border-color: #E6DD6A; }
span { border-color: rgb(230,221,106); }
td.TdClassName
{
border-color: #E6DD6A;
}
.TagClassName
{
border-color: #E6DD6A;
}
</style>