Shades of Golden Sand #E8CB76
Tints of Golden Sand #E8CB76
RGB
CMYK
RGB Variations
Color information
#E8CB76 (or 0xE8CB76) is known color: Golden Sand. HEX triplet: E8, CB and 76. RGB value is (232,203,118). Sum of RGB (Red+Green+Blue) = 232+203+118=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CB76 is #173489. Grayscale: #CACACA. Windows color (decimal): -1520778 or 7785448. OLE color: 7785448.
HSL color Cylindrical-coordinate representation of color #E8CB76: hue angle of 44.74º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8CB76 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 118 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.09 |
| HSL | 44.74º | 0.71% | 0.69% | - |
| HSV(B) | 44.74º | 0.49% | 0.91% | - |
| XYZ | 57.9 | 61.18 | 25.9 | - |
| YUV | 201.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 118 | 0 | 0.12 | 0.49 | 0.09 | 44.74 | 0.71 | 0.69 |
| Hex | E8 | CB | 76 | 0 | C | 31 | 9 | 2D | 47 | 45 |
| Octal | 350 | 313 | 166 | 0 | 14 | 61 | 11 | 55 | 107 | 105 |
| Binary | 11101000 | 11001011 | 1110110 | 0 | 1100 | 110001 | 1001 | 101101 | 1000111 | 1000101 |
Color Harmonies of #E8CB76
Complementary color
Monochromatic Colors of #E8CB76
Black with #E8CB76
Text Example
Text Example
White with #E8CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CB76; }
p { color: rgb(232,203,118); }
H1.HeaderClassName
{
color: #E8CB76;
}
.AnyTagClassName
{
color: #E8CB76;
}
</style>
background-color css
<style>
a { background-color: #E8CB76; }
a { background-color: rgb(232,203,118); }
div.DivClassName
{
background-color: #E8CB76;
}
.BgClassName
{
background-color: #E8CB76;
}
</style>
border-color css
<style>
span { border-color: #E8CB76; }
span { border-color: rgb(232,203,118); }
td.TdClassName
{
border-color: #E8CB76;
}
.TagClassName
{
border-color: #E8CB76;
}
</style>