Shades of Golden Sand #E9CC6A
Tints of Golden Sand #E9CC6A
RGB
CMYK
RGB Variations
Color information
#E9CC6A (or 0xE9CC6A) is known color: Golden Sand. HEX triplet: E9, CC and 6A. RGB value is (233,204,106). Sum of RGB (Red+Green+Blue) = 233+204+106=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC6A is #163395. Grayscale: #C9C9C9. Windows color (decimal): -1454998 or 6999273. OLE color: 6999273.
HSL color Cylindrical-coordinate representation of color #E9CC6A: hue angle of 46.3º 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 #E9CC6A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 106 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.09 |
| HSL | 46.3º | 0.74% | 0.66% | - |
| HSV(B) | 46.3º | 0.55% | 0.91% | - |
| XYZ | 57.8 | 61.55 | 22.47 | - |
| YUV | 201.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 106 | 0 | 0.12 | 0.55 | 0.09 | 46.3 | 0.74 | 0.66 |
| Hex | E9 | CC | 6A | 0 | C | 37 | 9 | 2E | 4A | 42 |
| Octal | 351 | 314 | 152 | 0 | 14 | 67 | 11 | 56 | 112 | 102 |
| Binary | 11101001 | 11001100 | 1101010 | 0 | 1100 | 110111 | 1001 | 101110 | 1001010 | 1000010 |
Color Harmonies of #E9CC6A
Complementary color
Monochromatic Colors of #E9CC6A
Black with #E9CC6A
Text Example
Text Example
White with #E9CC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC6A; }
p { color: rgb(233,204,106); }
H1.HeaderClassName
{
color: #E9CC6A;
}
.AnyTagClassName
{
color: #E9CC6A;
}
</style>
background-color css
<style>
a { background-color: #E9CC6A; }
a { background-color: rgb(233,204,106); }
div.DivClassName
{
background-color: #E9CC6A;
}
.BgClassName
{
background-color: #E9CC6A;
}
</style>
border-color css
<style>
span { border-color: #E9CC6A; }
span { border-color: rgb(233,204,106); }
td.TdClassName
{
border-color: #E9CC6A;
}
.TagClassName
{
border-color: #E9CC6A;
}
</style>