Shades of Golden Sand #E6CC6A
Tints of Golden Sand #E6CC6A
RGB
CMYK
RGB Variations
Color information
#E6CC6A (or 0xE6CC6A) is known color: Golden Sand. HEX triplet: E6, CC and 6A. RGB value is (230,204,106). Sum of RGB (Red+Green+Blue) = 230+204+106=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC6A is #193395. Grayscale: #C9C9C9. Windows color (decimal): -1651606 or 6999270. OLE color: 6999270.
HSL color Cylindrical-coordinate representation of color #E6CC6A: hue angle of 47.42º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6CC6A is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 106 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.10 |
| HSL | 47.42º | 0.71% | 0.66% | - |
| HSV(B) | 47.42º | 0.54% | 0.9% | - |
| XYZ | 56.83 | 61.05 | 22.42 | - |
| YUV | 200.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 106 | 0 | 0.11 | 0.54 | 0.10 | 47.42 | 0.71 | 0.66 |
| Hex | E6 | CC | 6A | 0 | B | 36 | A | 2F | 47 | 42 |
| Octal | 346 | 314 | 152 | 0 | 13 | 66 | 12 | 57 | 107 | 102 |
| Binary | 11100110 | 11001100 | 1101010 | 0 | 1011 | 110110 | 1010 | 101111 | 1000111 | 1000010 |
Color Harmonies of #E6CC6A
Complementary color
Monochromatic Colors of #E6CC6A
Black with #E6CC6A
Text Example
Text Example
White with #E6CC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC6A; }
p { color: rgb(230,204,106); }
H1.HeaderClassName
{
color: #E6CC6A;
}
.AnyTagClassName
{
color: #E6CC6A;
}
</style>
background-color css
<style>
a { background-color: #E6CC6A; }
a { background-color: rgb(230,204,106); }
div.DivClassName
{
background-color: #E6CC6A;
}
.BgClassName
{
background-color: #E6CC6A;
}
</style>
border-color css
<style>
span { border-color: #E6CC6A; }
span { border-color: rgb(230,204,106); }
td.TdClassName
{
border-color: #E6CC6A;
}
.TagClassName
{
border-color: #E6CC6A;
}
</style>