Shades of Golden Sand #E7CC5C
Tints of Golden Sand #E7CC5C
RGB
CMYK
RGB Variations
Color information
#E7CC5C (or 0xE7CC5C) is known color: Golden Sand. HEX triplet: E7, CC and 5C. RGB value is (231,204,92). Sum of RGB (Red+Green+Blue) = 231+204+92=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC5C is #1833A3. Grayscale: #C7C7C7. Windows color (decimal): -1586084 or 6081767. OLE color: 6081767.
HSL color Cylindrical-coordinate representation of color #E7CC5C: hue angle of 48.35º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7CC5C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 92 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.09 |
| HSL | 48.35º | 0.74% | 0.63% | - |
| HSV(B) | 48.35º | 0.6% | 0.91% | - |
| XYZ | 56.48 | 60.95 | 18.91 | - |
| YUV | 199.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 92 | 0 | 0.12 | 0.60 | 0.09 | 48.35 | 0.74 | 0.63 |
| Hex | E7 | CC | 5C | 0 | C | 3C | 9 | 30 | 4A | 3F |
| Octal | 347 | 314 | 134 | 0 | 14 | 74 | 11 | 60 | 112 | 77 |
| Binary | 11100111 | 11001100 | 1011100 | 0 | 1100 | 111100 | 1001 | 110000 | 1001010 | 111111 |
Color Harmonies of #E7CC5C
Complementary color
Monochromatic Colors of #E7CC5C
Black with #E7CC5C
Text Example
Text Example
White with #E7CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC5C; }
p { color: rgb(231,204,92); }
H1.HeaderClassName
{
color: #E7CC5C;
}
.AnyTagClassName
{
color: #E7CC5C;
}
</style>
background-color css
<style>
a { background-color: #E7CC5C; }
a { background-color: rgb(231,204,92); }
div.DivClassName
{
background-color: #E7CC5C;
}
.BgClassName
{
background-color: #E7CC5C;
}
</style>
border-color css
<style>
span { border-color: #E7CC5C; }
span { border-color: rgb(231,204,92); }
td.TdClassName
{
border-color: #E7CC5C;
}
.TagClassName
{
border-color: #E7CC5C;
}
</style>