Shades of Golden Sand #E6CA6A
Tints of Golden Sand #E6CA6A
RGB
CMYK
RGB Variations
Color information
#E6CA6A (or 0xE6CA6A) is known color: Golden Sand. HEX triplet: E6, CA and 6A. RGB value is (230,202,106). Sum of RGB (Red+Green+Blue) = 230+202+106=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA6A is #193595. Grayscale: #C7C7C7. Windows color (decimal): -1652118 or 6998758. OLE color: 6998758.
HSL color Cylindrical-coordinate representation of color #E6CA6A: hue angle of 46.45º 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 #E6CA6A is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 106 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.10 |
| HSL | 46.45º | 0.71% | 0.66% | - |
| HSV(B) | 46.45º | 0.54% | 0.9% | - |
| XYZ | 56.36 | 60.1 | 22.27 | - |
| YUV | 199.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 106 | 0 | 0.12 | 0.54 | 0.10 | 46.45 | 0.71 | 0.66 |
| Hex | E6 | CA | 6A | 0 | C | 36 | A | 2E | 47 | 42 |
| Octal | 346 | 312 | 152 | 0 | 14 | 66 | 12 | 56 | 107 | 102 |
| Binary | 11100110 | 11001010 | 1101010 | 0 | 1100 | 110110 | 1010 | 101110 | 1000111 | 1000010 |
Color Harmonies of #E6CA6A
Complementary color
Monochromatic Colors of #E6CA6A
Black with #E6CA6A
Text Example
Text Example
White with #E6CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA6A; }
p { color: rgb(230,202,106); }
H1.HeaderClassName
{
color: #E6CA6A;
}
.AnyTagClassName
{
color: #E6CA6A;
}
</style>
background-color css
<style>
a { background-color: #E6CA6A; }
a { background-color: rgb(230,202,106); }
div.DivClassName
{
background-color: #E6CA6A;
}
.BgClassName
{
background-color: #E6CA6A;
}
</style>
border-color css
<style>
span { border-color: #E6CA6A; }
span { border-color: rgb(230,202,106); }
td.TdClassName
{
border-color: #E6CA6A;
}
.TagClassName
{
border-color: #E6CA6A;
}
</style>