Shades of Goldenrod #E7DD68
Tints of Goldenrod #E7DD68
RGB
CMYK
RGB Variations
Color information
#E7DD68 (or 0xE7DD68) is known color: Goldenrod. HEX triplet: E7, DD and 68. RGB value is (231,221,104). Sum of RGB (Red+Green+Blue) = 231+221+104=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD68 is #182297. Grayscale: #D3D3D3. Windows color (decimal): -1581720 or 6872551. OLE color: 6872551.
HSL color Cylindrical-coordinate representation of color #E7DD68: hue angle of 55.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7DD68 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 104 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.09 |
| HSL | 55.28º | 0.73% | 0.66% | - |
| HSV(B) | 55.28º | 0.55% | 0.91% | - |
| XYZ | 61.31 | 69.7 | 23.32 | - |
| YUV | 210.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 104 | 0 | 0.04 | 0.55 | 0.09 | 55.28 | 0.73 | 0.66 |
| Hex | E7 | DD | 68 | 0 | 4 | 37 | 9 | 37 | 49 | 42 |
| Octal | 347 | 335 | 150 | 0 | 4 | 67 | 11 | 67 | 111 | 102 |
| Binary | 11100111 | 11011101 | 1101000 | 0 | 100 | 110111 | 1001 | 110111 | 1001001 | 1000010 |
Color Harmonies of #E7DD68
Complementary color
Monochromatic Colors of #E7DD68
Black with #E7DD68
Text Example
Text Example
White with #E7DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD68; }
p { color: rgb(231,221,104); }
H1.HeaderClassName
{
color: #E7DD68;
}
.AnyTagClassName
{
color: #E7DD68;
}
</style>
background-color css
<style>
a { background-color: #E7DD68; }
a { background-color: rgb(231,221,104); }
div.DivClassName
{
background-color: #E7DD68;
}
.BgClassName
{
background-color: #E7DD68;
}
</style>
border-color css
<style>
span { border-color: #E7DD68; }
span { border-color: rgb(231,221,104); }
td.TdClassName
{
border-color: #E7DD68;
}
.TagClassName
{
border-color: #E7DD68;
}
</style>