Shades of Medium Goldenrod #EAE6B8
Tints of Medium Goldenrod #EAE6B8
RGB
CMYK
RGB Variations
Color information
#EAE6B8 (or 0xEAE6B8) is known color: Medium Goldenrod. HEX triplet: EA, E6 and B8. RGB value is (234,230,184). Sum of RGB (Red+Green+Blue) = 234+230+184=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6B8 is #151947. Grayscale: #E2E2E2. Windows color (decimal): -1382728 or 12117738. OLE color: 12117738.
HSL color Cylindrical-coordinate representation of color #EAE6B8: hue angle of 55.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAE6B8 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 184 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.08 |
| HSL | 55.2º | 0.54% | 0.82% | - |
| HSV(B) | 55.2º | 0.21% | 0.92% | - |
| XYZ | 70.88 | 77.55 | 56.58 | - |
| YUV | 225.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 184 | 0 | 0.02 | 0.21 | 0.08 | 55.2 | 0.54 | 0.82 |
| Hex | EA | E6 | B8 | 0 | 2 | 15 | 8 | 37 | 36 | 52 |
| Octal | 352 | 346 | 270 | 0 | 2 | 25 | 10 | 67 | 66 | 122 |
| Binary | 11101010 | 11100110 | 10111000 | 0 | 10 | 10101 | 1000 | 110111 | 110110 | 1010010 |
Color Harmonies of #EAE6B8
Complementary color
Monochromatic Colors of #EAE6B8
Black with #EAE6B8
Text Example
Text Example
White with #EAE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE6B8; }
p { color: rgb(234,230,184); }
H1.HeaderClassName
{
color: #EAE6B8;
}
.AnyTagClassName
{
color: #EAE6B8;
}
</style>
background-color css
<style>
a { background-color: #EAE6B8; }
a { background-color: rgb(234,230,184); }
div.DivClassName
{
background-color: #EAE6B8;
}
.BgClassName
{
background-color: #EAE6B8;
}
</style>
border-color css
<style>
span { border-color: #EAE6B8; }
span { border-color: rgb(234,230,184); }
td.TdClassName
{
border-color: #EAE6B8;
}
.TagClassName
{
border-color: #EAE6B8;
}
</style>