Shades of Medium Goldenrod #E6E5AD
Tints of Medium Goldenrod #E6E5AD
RGB
CMYK
RGB Variations
Color information
#E6E5AD (or 0xE6E5AD) is known color: Medium Goldenrod. HEX triplet: E6, E5 and AD. RGB value is (230,229,173). Sum of RGB (Red+Green+Blue) = 230+229+173=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E5AD is #191A52. Grayscale: #DFDFDF. Windows color (decimal): -1645139 or 11396582. OLE color: 11396582.
HSL color Cylindrical-coordinate representation of color #E6E5AD: hue angle of 58.95º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6E5AD is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 173 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.10 |
| HSL | 58.95º | 0.53% | 0.79% | - |
| HSV(B) | 58.95º | 0.25% | 0.9% | - |
| XYZ | 68.2 | 75.88 | 50.59 | - |
| YUV | 222.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 173 | 0 | 0.00 | 0.25 | 0.10 | 58.95 | 0.53 | 0.79 |
| Hex | E6 | E5 | AD | 0 | 0 | 19 | A | 3B | 35 | 4F |
| Octal | 346 | 345 | 255 | 0 | 0 | 31 | 12 | 73 | 65 | 117 |
| Binary | 11100110 | 11100101 | 10101101 | 0 | 0 | 11001 | 1010 | 111011 | 110101 | 1001111 |
Color Harmonies of #E6E5AD
Complementary color
Monochromatic Colors of #E6E5AD
Black with #E6E5AD
Text Example
Text Example
White with #E6E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E5AD; }
p { color: rgb(230,229,173); }
H1.HeaderClassName
{
color: #E6E5AD;
}
.AnyTagClassName
{
color: #E6E5AD;
}
</style>
background-color css
<style>
a { background-color: #E6E5AD; }
a { background-color: rgb(230,229,173); }
div.DivClassName
{
background-color: #E6E5AD;
}
.BgClassName
{
background-color: #E6E5AD;
}
</style>
border-color css
<style>
span { border-color: #E6E5AD; }
span { border-color: rgb(230,229,173); }
td.TdClassName
{
border-color: #E6E5AD;
}
.TagClassName
{
border-color: #E6E5AD;
}
</style>