#E7C971

Color #E7C971 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #E7C971

Tints of Golden Sand #E7C971

Color information

#E7C971 (or 0xE7C971) is unknown color: approx Golden Sand. HEX triplet: E7, C9 and 71. RGB value is (231,201,113). Sum of RGB (Red+Green+Blue) = 231+201+113=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C971 is #18368E. Grayscale: #C8C8C8. Windows color (decimal): -1586831 or 7457255. OLE color: 7457255.

HSL color Cylindrical-coordinate representation of color #E7C971: hue angle of 44.75º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7C971 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231201113-
CMYK00.130.510.09
HSL44.75º71.08%67.45%-
HSV(B)44.75º51.08%90.59%-
XYZ56.8259.9524.2-
YUV199.9478.94150.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 113 (44.53% from 255) = 20.73%
R=42.39%
G=36.88%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120111300.130.510.0944.7571.0867.45
HexE7C9710D3392d4743
Octal347311161015631155107103
Binary1110011111001001111000101101110011100110110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C971; }

 p { color: rgb(231,201,113); }

 H1.HeaderClassName
 {
   color: #E7C971;
 }
 .AnyTagClassName
 {
   color: #E7C971;
 }
</style>
background-color css

<style>
 a { background-color: #E7C971; }

 a { background-color: rgb(231,201,113); }

 div.DivClassName
 {
   background-color: #E7C971;
 }
 .BgClassName
 {
   background-color: #E7C971;
 }
</style>
border-color css

<style>
 span { border-color: #E7C971; }

 span { border-color: rgb(231,201,113); }

 td.TdClassName
 {
   border-color: #E7C971;
 }
 .TagClassName
 {
   border-color: #E7C971;
 }
</style>