Shades of Medium Goldenrod #E6EDAB
Tints of Medium Goldenrod #E6EDAB
RGB
CMYK
RGB Variations
Color information
#E6EDAB (or 0xE6EDAB) is known color: Medium Goldenrod. HEX triplet: E6, ED and AB. RGB value is (230,237,171). Sum of RGB (Red+Green+Blue) = 230+237+171=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDAB is #191254. Grayscale: #E3E3E3. Windows color (decimal): -1643093 or 11267558. OLE color: 11267558.
HSL color Cylindrical-coordinate representation of color #E6EDAB: hue angle of 66.36º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6EDAB is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 171 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.07 |
| HSL | 66.36º | 0.65% | 0.8% | - |
| HSV(B) | 66.36º | 0.28% | 0.93% | - |
| XYZ | 70.27 | 80.33 | 50.33 | - |
| YUV | 227.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 171 | 0.03 | 0 | 0.28 | 0.07 | 66.36 | 0.65 | 0.8 |
| Hex | E6 | ED | AB | 3 | 0 | 1C | 7 | 42 | 41 | 50 |
| Octal | 346 | 355 | 253 | 3 | 0 | 34 | 7 | 102 | 101 | 120 |
| Binary | 11100110 | 11101101 | 10101011 | 11 | 0 | 11100 | 111 | 1000010 | 1000001 | 1010000 |
Color Harmonies of #E6EDAB
Complementary color
Monochromatic Colors of #E6EDAB
Black with #E6EDAB
Text Example
Text Example
White with #E6EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDAB; }
p { color: rgb(230,237,171); }
H1.HeaderClassName
{
color: #E6EDAB;
}
.AnyTagClassName
{
color: #E6EDAB;
}
</style>
background-color css
<style>
a { background-color: #E6EDAB; }
a { background-color: rgb(230,237,171); }
div.DivClassName
{
background-color: #E6EDAB;
}
.BgClassName
{
background-color: #E6EDAB;
}
</style>
border-color css
<style>
span { border-color: #E6EDAB; }
span { border-color: rgb(230,237,171); }
td.TdClassName
{
border-color: #E6EDAB;
}
.TagClassName
{
border-color: #E6EDAB;
}
</style>