Shades of Golden Sand #E6CF69
Tints of Golden Sand #E6CF69
RGB
CMYK
RGB Variations
Color information
#E6CF69 (or 0xE6CF69) is known color: Golden Sand. HEX triplet: E6, CF and 69. RGB value is (230,207,105). Sum of RGB (Red+Green+Blue) = 230+207+105=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF69 is #193096. Grayscale: #CACACA. Windows color (decimal): -1650839 or 6934502. OLE color: 6934502.
HSL color Cylindrical-coordinate representation of color #E6CF69: hue angle of 48.96º 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 #E6CF69 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 105 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.10 |
| HSL | 48.96º | 0.71% | 0.66% | - |
| HSV(B) | 48.96º | 0.54% | 0.9% | - |
| XYZ | 57.5 | 62.47 | 22.39 | - |
| YUV | 202.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 105 | 0 | 0.10 | 0.54 | 0.10 | 48.96 | 0.71 | 0.66 |
| Hex | E6 | CF | 69 | 0 | A | 36 | A | 31 | 47 | 42 |
| Octal | 346 | 317 | 151 | 0 | 12 | 66 | 12 | 61 | 107 | 102 |
| Binary | 11100110 | 11001111 | 1101001 | 0 | 1010 | 110110 | 1010 | 110001 | 1000111 | 1000010 |
Color Harmonies of #E6CF69
Complementary color
Monochromatic Colors of #E6CF69
Black with #E6CF69
Text Example
Text Example
White with #E6CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF69; }
p { color: rgb(230,207,105); }
H1.HeaderClassName
{
color: #E6CF69;
}
.AnyTagClassName
{
color: #E6CF69;
}
</style>
background-color css
<style>
a { background-color: #E6CF69; }
a { background-color: rgb(230,207,105); }
div.DivClassName
{
background-color: #E6CF69;
}
.BgClassName
{
background-color: #E6CF69;
}
</style>
border-color css
<style>
span { border-color: #E6CF69; }
span { border-color: rgb(230,207,105); }
td.TdClassName
{
border-color: #E6CF69;
}
.TagClassName
{
border-color: #E6CF69;
}
</style>