Shades of Goldenrod #E6DF6D
Tints of Goldenrod #E6DF6D
RGB
CMYK
RGB Variations
Color information
#E6DF6D (or 0xE6DF6D) is known color: Goldenrod. HEX triplet: E6, DF and 6D. RGB value is (230,223,109). Sum of RGB (Red+Green+Blue) = 230+223+109=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF6D is #192092. Grayscale: #D4D4D4. Windows color (decimal): -1646739 or 7200742. OLE color: 7200742.
HSL color Cylindrical-coordinate representation of color #E6DF6D: hue angle of 56.53º 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 #E6DF6D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 109 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.10 |
| HSL | 56.53º | 0.71% | 0.66% | - |
| HSV(B) | 56.53º | 0.53% | 0.9% | - |
| XYZ | 61.78 | 70.7 | 24.86 | - |
| YUV | 212.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 109 | 0 | 0.03 | 0.53 | 0.10 | 56.53 | 0.71 | 0.66 |
| Hex | E6 | DF | 6D | 0 | 3 | 35 | A | 39 | 47 | 42 |
| Octal | 346 | 337 | 155 | 0 | 3 | 65 | 12 | 71 | 107 | 102 |
| Binary | 11100110 | 11011111 | 1101101 | 0 | 11 | 110101 | 1010 | 111001 | 1000111 | 1000010 |
Color Harmonies of #E6DF6D
Complementary color
Monochromatic Colors of #E6DF6D
Black with #E6DF6D
Text Example
Text Example
White with #E6DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF6D; }
p { color: rgb(230,223,109); }
H1.HeaderClassName
{
color: #E6DF6D;
}
.AnyTagClassName
{
color: #E6DF6D;
}
</style>
background-color css
<style>
a { background-color: #E6DF6D; }
a { background-color: rgb(230,223,109); }
div.DivClassName
{
background-color: #E6DF6D;
}
.BgClassName
{
background-color: #E6DF6D;
}
</style>
border-color css
<style>
span { border-color: #E6DF6D; }
span { border-color: rgb(230,223,109); }
td.TdClassName
{
border-color: #E6DF6D;
}
.TagClassName
{
border-color: #E6DF6D;
}
</style>