Shades of Goldenrod #E1DF7B
Tints of Goldenrod #E1DF7B
RGB
CMYK
RGB Variations
Color information
#E1DF7B (or 0xE1DF7B) is known color: Goldenrod. HEX triplet: E1, DF and 7B. RGB value is (225,223,123). Sum of RGB (Red+Green+Blue) = 225+223+123=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF7B is #1E2084. Grayscale: #D4D4D4. Windows color (decimal): -1974405 or 8118241. OLE color: 8118241.
HSL color Cylindrical-coordinate representation of color #E1DF7B: hue angle of 58.82º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1DF7B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 123 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.12 |
| HSL | 58.82º | 0.63% | 0.68% | - |
| HSV(B) | 58.82º | 0.45% | 0.88% | - |
| XYZ | 61.01 | 70.21 | 29.08 | - |
| YUV | 212.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 123 | 0 | 0.01 | 0.45 | 0.12 | 58.82 | 0.63 | 0.68 |
| Hex | E1 | DF | 7B | 0 | 1 | 2D | C | 3B | 3F | 44 |
| Octal | 341 | 337 | 173 | 0 | 1 | 55 | 14 | 73 | 77 | 104 |
| Binary | 11100001 | 11011111 | 1111011 | 0 | 1 | 101101 | 1100 | 111011 | 111111 | 1000100 |
Color Harmonies of #E1DF7B
Complementary color
Monochromatic Colors of #E1DF7B
Black with #E1DF7B
Text Example
Text Example
White with #E1DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF7B; }
p { color: rgb(225,223,123); }
H1.HeaderClassName
{
color: #E1DF7B;
}
.AnyTagClassName
{
color: #E1DF7B;
}
</style>
background-color css
<style>
a { background-color: #E1DF7B; }
a { background-color: rgb(225,223,123); }
div.DivClassName
{
background-color: #E1DF7B;
}
.BgClassName
{
background-color: #E1DF7B;
}
</style>
border-color css
<style>
span { border-color: #E1DF7B; }
span { border-color: rgb(225,223,123); }
td.TdClassName
{
border-color: #E1DF7B;
}
.TagClassName
{
border-color: #E1DF7B;
}
</style>