Shades of Goldenrod #E1DF6B
Tints of Goldenrod #E1DF6B
RGB
CMYK
RGB Variations
Color information
#E1DF6B (or 0xE1DF6B) is known color: Goldenrod. HEX triplet: E1, DF and 6B. RGB value is (225,223,107). Sum of RGB (Red+Green+Blue) = 225+223+107=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF6B is #1E2094. Grayscale: #D2D2D2. Windows color (decimal): -1974421 or 7069665. OLE color: 7069665.
HSL color Cylindrical-coordinate representation of color #E1DF6B: hue angle of 58.98º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1DF6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 107 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.12 |
| HSL | 58.98º | 0.66% | 0.65% | - |
| HSV(B) | 58.98º | 0.52% | 0.88% | - |
| XYZ | 60.09 | 69.84 | 24.22 | - |
| YUV | 210.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 107 | 0 | 0.01 | 0.52 | 0.12 | 58.98 | 0.66 | 0.65 |
| Hex | E1 | DF | 6B | 0 | 1 | 34 | C | 3B | 42 | 41 |
| Octal | 341 | 337 | 153 | 0 | 1 | 64 | 14 | 73 | 102 | 101 |
| Binary | 11100001 | 11011111 | 1101011 | 0 | 1 | 110100 | 1100 | 111011 | 1000010 | 1000001 |
Color Harmonies of #E1DF6B
Complementary color
Monochromatic Colors of #E1DF6B
Black with #E1DF6B
Text Example
Text Example
White with #E1DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF6B; }
p { color: rgb(225,223,107); }
H1.HeaderClassName
{
color: #E1DF6B;
}
.AnyTagClassName
{
color: #E1DF6B;
}
</style>
background-color css
<style>
a { background-color: #E1DF6B; }
a { background-color: rgb(225,223,107); }
div.DivClassName
{
background-color: #E1DF6B;
}
.BgClassName
{
background-color: #E1DF6B;
}
</style>
border-color css
<style>
span { border-color: #E1DF6B; }
span { border-color: rgb(225,223,107); }
td.TdClassName
{
border-color: #E1DF6B;
}
.TagClassName
{
border-color: #E1DF6B;
}
</style>