Shades of Goldenrod #E2DF6C
Tints of Goldenrod #E2DF6C
RGB
CMYK
RGB Variations
Color information
#E2DF6C (or 0xE2DF6C) is known color: Goldenrod. HEX triplet: E2, DF and 6C. RGB value is (226,223,108). Sum of RGB (Red+Green+Blue) = 226+223+108=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF6C is #1D2093. Grayscale: #D3D3D3. Windows color (decimal): -1908884 or 7135202. OLE color: 7135202.
HSL color Cylindrical-coordinate representation of color #E2DF6C: hue angle of 58.47º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2DF6C is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 108 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.11 |
| HSL | 58.47º | 0.67% | 0.65% | - |
| HSV(B) | 58.47º | 0.52% | 0.89% | - |
| XYZ | 60.46 | 70.03 | 24.52 | - |
| YUV | 210.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 108 | 0 | 0.01 | 0.52 | 0.11 | 58.47 | 0.67 | 0.65 |
| Hex | E2 | DF | 6C | 0 | 1 | 34 | B | 3A | 43 | 41 |
| Octal | 342 | 337 | 154 | 0 | 1 | 64 | 13 | 72 | 103 | 101 |
| Binary | 11100010 | 11011111 | 1101100 | 0 | 1 | 110100 | 1011 | 111010 | 1000011 | 1000001 |
Color Harmonies of #E2DF6C
Complementary color
Monochromatic Colors of #E2DF6C
Black with #E2DF6C
Text Example
Text Example
White with #E2DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF6C; }
p { color: rgb(226,223,108); }
H1.HeaderClassName
{
color: #E2DF6C;
}
.AnyTagClassName
{
color: #E2DF6C;
}
</style>
background-color css
<style>
a { background-color: #E2DF6C; }
a { background-color: rgb(226,223,108); }
div.DivClassName
{
background-color: #E2DF6C;
}
.BgClassName
{
background-color: #E2DF6C;
}
</style>
border-color css
<style>
span { border-color: #E2DF6C; }
span { border-color: rgb(226,223,108); }
td.TdClassName
{
border-color: #E2DF6C;
}
.TagClassName
{
border-color: #E2DF6C;
}
</style>