Shades of Goldenrod #E6DF6A
Tints of Goldenrod #E6DF6A
RGB
CMYK
RGB Variations
Color information
#E6DF6A (or 0xE6DF6A) is known color: Goldenrod. HEX triplet: E6, DF and 6A. RGB value is (230,223,106). Sum of RGB (Red+Green+Blue) = 230+223+106=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF6A is #192095. Grayscale: #D4D4D4. Windows color (decimal): -1646742 or 7004134. OLE color: 7004134.
HSL color Cylindrical-coordinate representation of color #E6DF6A: hue angle of 56.61º 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 #E6DF6A is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 106 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.10 |
| HSL | 56.61º | 0.71% | 0.66% | - |
| HSV(B) | 56.61º | 0.54% | 0.9% | - |
| XYZ | 61.62 | 70.64 | 24.02 | - |
| YUV | 211.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 106 | 0 | 0.03 | 0.54 | 0.10 | 56.61 | 0.71 | 0.66 |
| Hex | E6 | DF | 6A | 0 | 3 | 36 | A | 39 | 47 | 42 |
| Octal | 346 | 337 | 152 | 0 | 3 | 66 | 12 | 71 | 107 | 102 |
| Binary | 11100110 | 11011111 | 1101010 | 0 | 11 | 110110 | 1010 | 111001 | 1000111 | 1000010 |
Color Harmonies of #E6DF6A
Complementary color
Monochromatic Colors of #E6DF6A
Black with #E6DF6A
Text Example
Text Example
White with #E6DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF6A; }
p { color: rgb(230,223,106); }
H1.HeaderClassName
{
color: #E6DF6A;
}
.AnyTagClassName
{
color: #E6DF6A;
}
</style>
background-color css
<style>
a { background-color: #E6DF6A; }
a { background-color: rgb(230,223,106); }
div.DivClassName
{
background-color: #E6DF6A;
}
.BgClassName
{
background-color: #E6DF6A;
}
</style>
border-color css
<style>
span { border-color: #E6DF6A; }
span { border-color: rgb(230,223,106); }
td.TdClassName
{
border-color: #E6DF6A;
}
.TagClassName
{
border-color: #E6DF6A;
}
</style>