Shades of Golden Sand #E7CC6F
Tints of Golden Sand #E7CC6F
RGB
CMYK
RGB Variations
Color information
#E7CC6F (or 0xE7CC6F) is known color: Golden Sand. HEX triplet: E7, CC and 6F. RGB value is (231,204,111). Sum of RGB (Red+Green+Blue) = 231+204+111=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC6F is #183390. Grayscale: #C9C9C9. Windows color (decimal): -1586065 or 7326951. OLE color: 7326951.
HSL color Cylindrical-coordinate representation of color #E7CC6F: hue angle of 46.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7CC6F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 111 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.09 |
| HSL | 46.5º | 0.71% | 0.67% | - |
| HSV(B) | 46.5º | 0.52% | 0.91% | - |
| XYZ | 57.42 | 61.32 | 23.85 | - |
| YUV | 201.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 111 | 0 | 0.12 | 0.52 | 0.09 | 46.5 | 0.71 | 0.67 |
| Hex | E7 | CC | 6F | 0 | C | 34 | 9 | 2E | 47 | 43 |
| Octal | 347 | 314 | 157 | 0 | 14 | 64 | 11 | 56 | 107 | 103 |
| Binary | 11100111 | 11001100 | 1101111 | 0 | 1100 | 110100 | 1001 | 101110 | 1000111 | 1000011 |
Color Harmonies of #E7CC6F
Complementary color
Monochromatic Colors of #E7CC6F
Black with #E7CC6F
Text Example
Text Example
White with #E7CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC6F; }
p { color: rgb(231,204,111); }
H1.HeaderClassName
{
color: #E7CC6F;
}
.AnyTagClassName
{
color: #E7CC6F;
}
</style>
background-color css
<style>
a { background-color: #E7CC6F; }
a { background-color: rgb(231,204,111); }
div.DivClassName
{
background-color: #E7CC6F;
}
.BgClassName
{
background-color: #E7CC6F;
}
</style>
border-color css
<style>
span { border-color: #E7CC6F; }
span { border-color: rgb(231,204,111); }
td.TdClassName
{
border-color: #E7CC6F;
}
.TagClassName
{
border-color: #E7CC6F;
}
</style>