Shades of Golden Sand #E6CA6D
Tints of Golden Sand #E6CA6D
RGB
CMYK
RGB Variations
Color information
#E6CA6D (or 0xE6CA6D) is known color: Golden Sand. HEX triplet: E6, CA and 6D. RGB value is (230,202,109). Sum of RGB (Red+Green+Blue) = 230+202+109=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA6D is #193592. Grayscale: #C8C8C8. Windows color (decimal): -1652115 or 7195366. OLE color: 7195366.
HSL color Cylindrical-coordinate representation of color #E6CA6D: hue angle of 46.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6CA6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 109 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.10 |
| HSL | 46.12º | 0.71% | 0.66% | - |
| HSV(B) | 46.12º | 0.53% | 0.9% | - |
| XYZ | 56.51 | 60.17 | 23.1 | - |
| YUV | 199.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 109 | 0 | 0.12 | 0.53 | 0.10 | 46.12 | 0.71 | 0.66 |
| Hex | E6 | CA | 6D | 0 | C | 35 | A | 2E | 47 | 42 |
| Octal | 346 | 312 | 155 | 0 | 14 | 65 | 12 | 56 | 107 | 102 |
| Binary | 11100110 | 11001010 | 1101101 | 0 | 1100 | 110101 | 1010 | 101110 | 1000111 | 1000010 |
Color Harmonies of #E6CA6D
Complementary color
Monochromatic Colors of #E6CA6D
Black with #E6CA6D
Text Example
Text Example
White with #E6CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA6D; }
p { color: rgb(230,202,109); }
H1.HeaderClassName
{
color: #E6CA6D;
}
.AnyTagClassName
{
color: #E6CA6D;
}
</style>
background-color css
<style>
a { background-color: #E6CA6D; }
a { background-color: rgb(230,202,109); }
div.DivClassName
{
background-color: #E6CA6D;
}
.BgClassName
{
background-color: #E6CA6D;
}
</style>
border-color css
<style>
span { border-color: #E6CA6D; }
span { border-color: rgb(230,202,109); }
td.TdClassName
{
border-color: #E6CA6D;
}
.TagClassName
{
border-color: #E6CA6D;
}
</style>