Shades of Goldenrod #E6DC66
Tints of Goldenrod #E6DC66
RGB
CMYK
RGB Variations
Color information
#E6DC66 (or 0xE6DC66) is known color: Goldenrod. HEX triplet: E6, DC and 66. RGB value is (230,220,102). Sum of RGB (Red+Green+Blue) = 230+220+102=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC66 is #192399. Grayscale: #D2D2D2. Windows color (decimal): -1647514 or 6741222. OLE color: 6741222.
HSL color Cylindrical-coordinate representation of color #E6DC66: hue angle of 55.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6DC66 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 102 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.10 |
| HSL | 55.31º | 0.72% | 0.65% | - |
| HSV(B) | 55.31º | 0.56% | 0.9% | - |
| XYZ | 60.62 | 68.97 | 22.69 | - |
| YUV | 209.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 102 | 0 | 0.04 | 0.56 | 0.10 | 55.31 | 0.72 | 0.65 |
| Hex | E6 | DC | 66 | 0 | 4 | 38 | A | 37 | 48 | 41 |
| Octal | 346 | 334 | 146 | 0 | 4 | 70 | 12 | 67 | 110 | 101 |
| Binary | 11100110 | 11011100 | 1100110 | 0 | 100 | 111000 | 1010 | 110111 | 1001000 | 1000001 |
Color Harmonies of #E6DC66
Complementary color
Monochromatic Colors of #E6DC66
Black with #E6DC66
Text Example
Text Example
White with #E6DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC66; }
p { color: rgb(230,220,102); }
H1.HeaderClassName
{
color: #E6DC66;
}
.AnyTagClassName
{
color: #E6DC66;
}
</style>
background-color css
<style>
a { background-color: #E6DC66; }
a { background-color: rgb(230,220,102); }
div.DivClassName
{
background-color: #E6DC66;
}
.BgClassName
{
background-color: #E6DC66;
}
</style>
border-color css
<style>
span { border-color: #E6DC66; }
span { border-color: rgb(230,220,102); }
td.TdClassName
{
border-color: #E6DC66;
}
.TagClassName
{
border-color: #E6DC66;
}
</style>