Shades of Golden Sand #E6CE6A
Tints of Golden Sand #E6CE6A
RGB
CMYK
RGB Variations
Color information
#E6CE6A (or 0xE6CE6A) is known color: Golden Sand. HEX triplet: E6, CE and 6A. RGB value is (230,206,106). Sum of RGB (Red+Green+Blue) = 230+206+106=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE6A is #193195. Grayscale: #CACACA. Windows color (decimal): -1651094 or 6999782. OLE color: 6999782.
HSL color Cylindrical-coordinate representation of color #E6CE6A: hue angle of 48.39º 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 #E6CE6A is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 106 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.10 |
| HSL | 48.39º | 0.71% | 0.66% | - |
| HSV(B) | 48.39º | 0.54% | 0.9% | - |
| XYZ | 57.31 | 62.01 | 22.58 | - |
| YUV | 201.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 106 | 0 | 0.10 | 0.54 | 0.10 | 48.39 | 0.71 | 0.66 |
| Hex | E6 | CE | 6A | 0 | A | 36 | A | 30 | 47 | 42 |
| Octal | 346 | 316 | 152 | 0 | 12 | 66 | 12 | 60 | 107 | 102 |
| Binary | 11100110 | 11001110 | 1101010 | 0 | 1010 | 110110 | 1010 | 110000 | 1000111 | 1000010 |
Color Harmonies of #E6CE6A
Complementary color
Monochromatic Colors of #E6CE6A
Black with #E6CE6A
Text Example
Text Example
White with #E6CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE6A; }
p { color: rgb(230,206,106); }
H1.HeaderClassName
{
color: #E6CE6A;
}
.AnyTagClassName
{
color: #E6CE6A;
}
</style>
background-color css
<style>
a { background-color: #E6CE6A; }
a { background-color: rgb(230,206,106); }
div.DivClassName
{
background-color: #E6CE6A;
}
.BgClassName
{
background-color: #E6CE6A;
}
</style>
border-color css
<style>
span { border-color: #E6CE6A; }
span { border-color: rgb(230,206,106); }
td.TdClassName
{
border-color: #E6CE6A;
}
.TagClassName
{
border-color: #E6CE6A;
}
</style>