Shades of Goldenrod #E6DE6D
Tints of Goldenrod #E6DE6D
RGB
CMYK
RGB Variations
Color information
#E6DE6D (or 0xE6DE6D) is known color: Goldenrod. HEX triplet: E6, DE and 6D. RGB value is (230,222,109). Sum of RGB (Red+Green+Blue) = 230+222+109=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE6D is #192192. Grayscale: #D3D3D3. Windows color (decimal): -1646995 or 7200486. OLE color: 7200486.
HSL color Cylindrical-coordinate representation of color #E6DE6D: hue angle of 56.03º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6DE6D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 109 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.10 |
| HSL | 56.03º | 0.71% | 0.66% | - |
| HSV(B) | 56.03º | 0.53% | 0.9% | - |
| XYZ | 61.51 | 70.17 | 24.77 | - |
| YUV | 211.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 109 | 0 | 0.03 | 0.53 | 0.10 | 56.03 | 0.71 | 0.66 |
| Hex | E6 | DE | 6D | 0 | 3 | 35 | A | 38 | 47 | 42 |
| Octal | 346 | 336 | 155 | 0 | 3 | 65 | 12 | 70 | 107 | 102 |
| Binary | 11100110 | 11011110 | 1101101 | 0 | 11 | 110101 | 1010 | 111000 | 1000111 | 1000010 |
Color Harmonies of #E6DE6D
Complementary color
Monochromatic Colors of #E6DE6D
Black with #E6DE6D
Text Example
Text Example
White with #E6DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE6D; }
p { color: rgb(230,222,109); }
H1.HeaderClassName
{
color: #E6DE6D;
}
.AnyTagClassName
{
color: #E6DE6D;
}
</style>
background-color css
<style>
a { background-color: #E6DE6D; }
a { background-color: rgb(230,222,109); }
div.DivClassName
{
background-color: #E6DE6D;
}
.BgClassName
{
background-color: #E6DE6D;
}
</style>
border-color css
<style>
span { border-color: #E6DE6D; }
span { border-color: rgb(230,222,109); }
td.TdClassName
{
border-color: #E6DE6D;
}
.TagClassName
{
border-color: #E6DE6D;
}
</style>