Shades of Golden Sand #E6CC5C
Tints of Golden Sand #E6CC5C
RGB
CMYK
RGB Variations
Color information
#E6CC5C (or 0xE6CC5C) is known color: Golden Sand. HEX triplet: E6, CC and 5C. RGB value is (230,204,92). Sum of RGB (Red+Green+Blue) = 230+204+92=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC5C is #1933A3. Grayscale: #C7C7C7. Windows color (decimal): -1651620 or 6081766. OLE color: 6081766.
HSL color Cylindrical-coordinate representation of color #E6CC5C: hue angle of 48.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6CC5C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 92 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.10 |
| HSL | 48.7º | 0.73% | 0.63% | - |
| HSV(B) | 48.7º | 0.6% | 0.9% | - |
| XYZ | 56.16 | 60.78 | 18.9 | - |
| YUV | 199.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 92 | 0 | 0.11 | 0.60 | 0.10 | 48.7 | 0.73 | 0.63 |
| Hex | E6 | CC | 5C | 0 | B | 3C | A | 31 | 49 | 3F |
| Octal | 346 | 314 | 134 | 0 | 13 | 74 | 12 | 61 | 111 | 77 |
| Binary | 11100110 | 11001100 | 1011100 | 0 | 1011 | 111100 | 1010 | 110001 | 1001001 | 111111 |
Color Harmonies of #E6CC5C
Complementary color
Monochromatic Colors of #E6CC5C
Black with #E6CC5C
Text Example
Text Example
White with #E6CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC5C; }
p { color: rgb(230,204,92); }
H1.HeaderClassName
{
color: #E6CC5C;
}
.AnyTagClassName
{
color: #E6CC5C;
}
</style>
background-color css
<style>
a { background-color: #E6CC5C; }
a { background-color: rgb(230,204,92); }
div.DivClassName
{
background-color: #E6CC5C;
}
.BgClassName
{
background-color: #E6CC5C;
}
</style>
border-color css
<style>
span { border-color: #E6CC5C; }
span { border-color: rgb(230,204,92); }
td.TdClassName
{
border-color: #E6CC5C;
}
.TagClassName
{
border-color: #E6CC5C;
}
</style>