Shades of Golden Sand #E6CE69
Tints of Golden Sand #E6CE69
RGB
CMYK
RGB Variations
Color information
#E6CE69 (or 0xE6CE69) is known color: Golden Sand. HEX triplet: E6, CE and 69. RGB value is (230,206,105). Sum of RGB (Red+Green+Blue) = 230+206+105=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE69 is #193196. Grayscale: #CACACA. Windows color (decimal): -1651095 or 6934246. OLE color: 6934246.
HSL color Cylindrical-coordinate representation of color #E6CE69: hue angle of 48.48º 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 #E6CE69 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 105 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.10 |
| HSL | 48.48º | 0.71% | 0.66% | - |
| HSV(B) | 48.48º | 0.54% | 0.9% | - |
| XYZ | 57.25 | 61.99 | 22.31 | - |
| YUV | 201.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 105 | 0 | 0.10 | 0.54 | 0.10 | 48.48 | 0.71 | 0.66 |
| Hex | E6 | CE | 69 | 0 | A | 36 | A | 30 | 47 | 42 |
| Octal | 346 | 316 | 151 | 0 | 12 | 66 | 12 | 60 | 107 | 102 |
| Binary | 11100110 | 11001110 | 1101001 | 0 | 1010 | 110110 | 1010 | 110000 | 1000111 | 1000010 |
Color Harmonies of #E6CE69
Complementary color
Monochromatic Colors of #E6CE69
Black with #E6CE69
Text Example
Text Example
White with #E6CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE69; }
p { color: rgb(230,206,105); }
H1.HeaderClassName
{
color: #E6CE69;
}
.AnyTagClassName
{
color: #E6CE69;
}
</style>
background-color css
<style>
a { background-color: #E6CE69; }
a { background-color: rgb(230,206,105); }
div.DivClassName
{
background-color: #E6CE69;
}
.BgClassName
{
background-color: #E6CE69;
}
</style>
border-color css
<style>
span { border-color: #E6CE69; }
span { border-color: rgb(230,206,105); }
td.TdClassName
{
border-color: #E6CE69;
}
.TagClassName
{
border-color: #E6CE69;
}
</style>