Shades of Golden Sand #E6CC6F
Tints of Golden Sand #E6CC6F
RGB
CMYK
RGB Variations
Color information
#E6CC6F (or 0xE6CC6F) is known color: Golden Sand. HEX triplet: E6, CC and 6F. RGB value is (230,204,111). Sum of RGB (Red+Green+Blue) = 230+204+111=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC6F is #193390. Grayscale: #C9C9C9. Windows color (decimal): -1651601 or 7326950. OLE color: 7326950.
HSL color Cylindrical-coordinate representation of color #E6CC6F: hue angle of 46.89º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6CC6F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 111 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.10 |
| HSL | 46.89º | 0.7% | 0.67% | - |
| HSV(B) | 46.89º | 0.52% | 0.9% | - |
| XYZ | 57.1 | 61.16 | 23.83 | - |
| YUV | 201.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 111 | 0 | 0.11 | 0.52 | 0.10 | 46.89 | 0.7 | 0.67 |
| Hex | E6 | CC | 6F | 0 | B | 34 | A | 2F | 46 | 43 |
| Octal | 346 | 314 | 157 | 0 | 13 | 64 | 12 | 57 | 106 | 103 |
| Binary | 11100110 | 11001100 | 1101111 | 0 | 1011 | 110100 | 1010 | 101111 | 1000110 | 1000011 |
Color Harmonies of #E6CC6F
Complementary color
Monochromatic Colors of #E6CC6F
Black with #E6CC6F
Text Example
Text Example
White with #E6CC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC6F; }
p { color: rgb(230,204,111); }
H1.HeaderClassName
{
color: #E6CC6F;
}
.AnyTagClassName
{
color: #E6CC6F;
}
</style>
background-color css
<style>
a { background-color: #E6CC6F; }
a { background-color: rgb(230,204,111); }
div.DivClassName
{
background-color: #E6CC6F;
}
.BgClassName
{
background-color: #E6CC6F;
}
</style>
border-color css
<style>
span { border-color: #E6CC6F; }
span { border-color: rgb(230,204,111); }
td.TdClassName
{
border-color: #E6CC6F;
}
.TagClassName
{
border-color: #E6CC6F;
}
</style>