Shades of Golden Sand #E9CA6A
Tints of Golden Sand #E9CA6A
RGB
CMYK
RGB Variations
Color information
#E9CA6A (or 0xE9CA6A) is known color: Golden Sand. HEX triplet: E9, CA and 6A. RGB value is (233,202,106). Sum of RGB (Red+Green+Blue) = 233+202+106=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CA6A is #163595. Grayscale: #C8C8C8. Windows color (decimal): -1455510 or 6998761. OLE color: 6998761.
HSL color Cylindrical-coordinate representation of color #E9CA6A: hue angle of 45.35º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9CA6A is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 106 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.09 |
| HSL | 45.35º | 0.74% | 0.66% | - |
| HSV(B) | 45.35º | 0.55% | 0.91% | - |
| XYZ | 57.33 | 60.61 | 22.31 | - |
| YUV | 200.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 106 | 0 | 0.13 | 0.55 | 0.09 | 45.35 | 0.74 | 0.66 |
| Hex | E9 | CA | 6A | 0 | D | 37 | 9 | 2D | 4A | 42 |
| Octal | 351 | 312 | 152 | 0 | 15 | 67 | 11 | 55 | 112 | 102 |
| Binary | 11101001 | 11001010 | 1101010 | 0 | 1101 | 110111 | 1001 | 101101 | 1001010 | 1000010 |
Color Harmonies of #E9CA6A
Complementary color
Monochromatic Colors of #E9CA6A
Black with #E9CA6A
Text Example
Text Example
White with #E9CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CA6A; }
p { color: rgb(233,202,106); }
H1.HeaderClassName
{
color: #E9CA6A;
}
.AnyTagClassName
{
color: #E9CA6A;
}
</style>
background-color css
<style>
a { background-color: #E9CA6A; }
a { background-color: rgb(233,202,106); }
div.DivClassName
{
background-color: #E9CA6A;
}
.BgClassName
{
background-color: #E9CA6A;
}
</style>
border-color css
<style>
span { border-color: #E9CA6A; }
span { border-color: rgb(233,202,106); }
td.TdClassName
{
border-color: #E9CA6A;
}
.TagClassName
{
border-color: #E9CA6A;
}
</style>