Shades of Medium Goldenrod #E6E5AC
Tints of Medium Goldenrod #E6E5AC
RGB
CMYK
RGB Variations
Color information
#E6E5AC (or 0xE6E5AC) is known color: Medium Goldenrod. HEX triplet: E6, E5 and AC. RGB value is (230,229,172). Sum of RGB (Red+Green+Blue) = 230+229+172=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E5AC is #191A53. Grayscale: #DFDFDF. Windows color (decimal): -1645140 or 11331046. OLE color: 11331046.
HSL color Cylindrical-coordinate representation of color #E6E5AC: hue angle of 58.97º degrees, saturation: 0.54, 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 #E6E5AC is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 172 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.10 |
| HSL | 58.97º | 0.54% | 0.79% | - |
| HSV(B) | 58.97º | 0.25% | 0.9% | - |
| XYZ | 68.1 | 75.84 | 50.08 | - |
| YUV | 222.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 172 | 0 | 0.00 | 0.25 | 0.10 | 58.97 | 0.54 | 0.79 |
| Hex | E6 | E5 | AC | 0 | 0 | 19 | A | 3B | 36 | 4F |
| Octal | 346 | 345 | 254 | 0 | 0 | 31 | 12 | 73 | 66 | 117 |
| Binary | 11100110 | 11100101 | 10101100 | 0 | 0 | 11001 | 1010 | 111011 | 110110 | 1001111 |
Color Harmonies of #E6E5AC
Complementary color
Monochromatic Colors of #E6E5AC
Black with #E6E5AC
Text Example
Text Example
White with #E6E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E5AC; }
p { color: rgb(230,229,172); }
H1.HeaderClassName
{
color: #E6E5AC;
}
.AnyTagClassName
{
color: #E6E5AC;
}
</style>
background-color css
<style>
a { background-color: #E6E5AC; }
a { background-color: rgb(230,229,172); }
div.DivClassName
{
background-color: #E6E5AC;
}
.BgClassName
{
background-color: #E6E5AC;
}
</style>
border-color css
<style>
span { border-color: #E6E5AC; }
span { border-color: rgb(230,229,172); }
td.TdClassName
{
border-color: #E6E5AC;
}
.TagClassName
{
border-color: #E6E5AC;
}
</style>