Shades of Goldenrod #E6DD68
Tints of Goldenrod #E6DD68
RGB
CMYK
RGB Variations
Color information
#E6DD68 (or 0xE6DD68) is known color: Goldenrod. HEX triplet: E6, DD and 68. RGB value is (230,221,104). Sum of RGB (Red+Green+Blue) = 230+221+104=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD68 is #192297. Grayscale: #D2D2D2. Windows color (decimal): -1647256 or 6872550. OLE color: 6872550.
HSL color Cylindrical-coordinate representation of color #E6DD68: hue angle of 55.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6DD68 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 104 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.10 |
| HSL | 55.71º | 0.72% | 0.65% | - |
| HSV(B) | 55.71º | 0.55% | 0.9% | - |
| XYZ | 60.99 | 69.54 | 23.3 | - |
| YUV | 210.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 104 | 0 | 0.04 | 0.55 | 0.10 | 55.71 | 0.72 | 0.65 |
| Hex | E6 | DD | 68 | 0 | 4 | 37 | A | 38 | 48 | 41 |
| Octal | 346 | 335 | 150 | 0 | 4 | 67 | 12 | 70 | 110 | 101 |
| Binary | 11100110 | 11011101 | 1101000 | 0 | 100 | 110111 | 1010 | 111000 | 1001000 | 1000001 |
Color Harmonies of #E6DD68
Complementary color
Monochromatic Colors of #E6DD68
Black with #E6DD68
Text Example
Text Example
White with #E6DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD68; }
p { color: rgb(230,221,104); }
H1.HeaderClassName
{
color: #E6DD68;
}
.AnyTagClassName
{
color: #E6DD68;
}
</style>
background-color css
<style>
a { background-color: #E6DD68; }
a { background-color: rgb(230,221,104); }
div.DivClassName
{
background-color: #E6DD68;
}
.BgClassName
{
background-color: #E6DD68;
}
</style>
border-color css
<style>
span { border-color: #E6DD68; }
span { border-color: rgb(230,221,104); }
td.TdClassName
{
border-color: #E6DD68;
}
.TagClassName
{
border-color: #E6DD68;
}
</style>