Shades of Golden Sand #E6CC69
Tints of Golden Sand #E6CC69
RGB
CMYK
RGB Variations
Color information
#E6CC69 (or 0xE6CC69) is known color: Golden Sand. HEX triplet: E6, CC and 69. RGB value is (230,204,105). Sum of RGB (Red+Green+Blue) = 230+204+105=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC69 is #193396. Grayscale: #C8C8C8. Windows color (decimal): -1651607 or 6933734. OLE color: 6933734.
HSL color Cylindrical-coordinate representation of color #E6CC69: hue angle of 47.52º 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 #E6CC69 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 105 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.10 |
| HSL | 47.52º | 0.71% | 0.66% | - |
| HSV(B) | 47.52º | 0.54% | 0.9% | - |
| XYZ | 56.78 | 61.03 | 22.15 | - |
| YUV | 200.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 105 | 0 | 0.11 | 0.54 | 0.10 | 47.52 | 0.71 | 0.66 |
| Hex | E6 | CC | 69 | 0 | B | 36 | A | 30 | 47 | 42 |
| Octal | 346 | 314 | 151 | 0 | 13 | 66 | 12 | 60 | 107 | 102 |
| Binary | 11100110 | 11001100 | 1101001 | 0 | 1011 | 110110 | 1010 | 110000 | 1000111 | 1000010 |
Color Harmonies of #E6CC69
Complementary color
Monochromatic Colors of #E6CC69
Black with #E6CC69
Text Example
Text Example
White with #E6CC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC69; }
p { color: rgb(230,204,105); }
H1.HeaderClassName
{
color: #E6CC69;
}
.AnyTagClassName
{
color: #E6CC69;
}
</style>
background-color css
<style>
a { background-color: #E6CC69; }
a { background-color: rgb(230,204,105); }
div.DivClassName
{
background-color: #E6CC69;
}
.BgClassName
{
background-color: #E6CC69;
}
</style>
border-color css
<style>
span { border-color: #E6CC69; }
span { border-color: rgb(230,204,105); }
td.TdClassName
{
border-color: #E6CC69;
}
.TagClassName
{
border-color: #E6CC69;
}
</style>