Shades of Goldenrod #E1DF69
Tints of Goldenrod #E1DF69
RGB
CMYK
RGB Variations
Color information
#E1DF69 (or 0xE1DF69) is known color: Goldenrod. HEX triplet: E1, DF and 69. RGB value is (225,223,105). Sum of RGB (Red+Green+Blue) = 225+223+105=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF69 is #1E2096. Grayscale: #D2D2D2. Windows color (decimal): -1974423 or 6938593. OLE color: 6938593.
HSL color Cylindrical-coordinate representation of color #E1DF69: hue angle of 59º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1DF69 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 105 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.12 |
| HSL | 59º | 0.67% | 0.65% | - |
| HSV(B) | 59º | 0.53% | 0.88% | - |
| XYZ | 59.99 | 69.8 | 23.68 | - |
| YUV | 210.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 105 | 0 | 0.01 | 0.53 | 0.12 | 59 | 0.67 | 0.65 |
| Hex | E1 | DF | 69 | 0 | 1 | 35 | C | 3B | 43 | 41 |
| Octal | 341 | 337 | 151 | 0 | 1 | 65 | 14 | 73 | 103 | 101 |
| Binary | 11100001 | 11011111 | 1101001 | 0 | 1 | 110101 | 1100 | 111011 | 1000011 | 1000001 |
Color Harmonies of #E1DF69
Complementary color
Monochromatic Colors of #E1DF69
Black with #E1DF69
Text Example
Text Example
White with #E1DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF69; }
p { color: rgb(225,223,105); }
H1.HeaderClassName
{
color: #E1DF69;
}
.AnyTagClassName
{
color: #E1DF69;
}
</style>
background-color css
<style>
a { background-color: #E1DF69; }
a { background-color: rgb(225,223,105); }
div.DivClassName
{
background-color: #E1DF69;
}
.BgClassName
{
background-color: #E1DF69;
}
</style>
border-color css
<style>
span { border-color: #E1DF69; }
span { border-color: rgb(225,223,105); }
td.TdClassName
{
border-color: #E1DF69;
}
.TagClassName
{
border-color: #E1DF69;
}
</style>