Shades of Goldenrod #E6DF6E
Tints of Goldenrod #E6DF6E
RGB
CMYK
RGB Variations
Color information
#E6DF6E (or 0xE6DF6E) is known color: Goldenrod. HEX triplet: E6, DF and 6E. RGB value is (230,223,110). Sum of RGB (Red+Green+Blue) = 230+223+110=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF6E is #192091. Grayscale: #D4D4D4. Windows color (decimal): -1646738 or 7266278. OLE color: 7266278.
HSL color Cylindrical-coordinate representation of color #E6DF6E: hue angle of 56.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6DF6E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 110 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.10 |
| HSL | 56.5º | 0.71% | 0.67% | - |
| HSV(B) | 56.5º | 0.52% | 0.9% | - |
| XYZ | 61.84 | 70.72 | 25.14 | - |
| YUV | 212.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 110 | 0 | 0.03 | 0.52 | 0.10 | 56.5 | 0.71 | 0.67 |
| Hex | E6 | DF | 6E | 0 | 3 | 34 | A | 38 | 47 | 43 |
| Octal | 346 | 337 | 156 | 0 | 3 | 64 | 12 | 70 | 107 | 103 |
| Binary | 11100110 | 11011111 | 1101110 | 0 | 11 | 110100 | 1010 | 111000 | 1000111 | 1000011 |
Color Harmonies of #E6DF6E
Complementary color
Monochromatic Colors of #E6DF6E
Black with #E6DF6E
Text Example
Text Example
White with #E6DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF6E; }
p { color: rgb(230,223,110); }
H1.HeaderClassName
{
color: #E6DF6E;
}
.AnyTagClassName
{
color: #E6DF6E;
}
</style>
background-color css
<style>
a { background-color: #E6DF6E; }
a { background-color: rgb(230,223,110); }
div.DivClassName
{
background-color: #E6DF6E;
}
.BgClassName
{
background-color: #E6DF6E;
}
</style>
border-color css
<style>
span { border-color: #E6DF6E; }
span { border-color: rgb(230,223,110); }
td.TdClassName
{
border-color: #E6DF6E;
}
.TagClassName
{
border-color: #E6DF6E;
}
</style>