#E7CE71

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

Shades of Golden Sand #E7CE71

Tints of Golden Sand #E7CE71

Color information

#E7CE71 (or 0xE7CE71) is unknown color: approx Golden Sand. HEX triplet: E7, CE and 71. RGB value is (231,206,113). Sum of RGB (Red+Green+Blue) = 231+206+113=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE71 is #18318E. Grayscale: #CBCBCB. Windows color (decimal): -1585551 or 7458535. OLE color: 7458535.

HSL color Cylindrical-coordinate representation of color #E7CE71: hue angle of 47.29º 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 #E7CE71 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231206113-
CMYK00.110.510.09
HSL47.29º71.08%67.45%-
HSV(B)47.29º51.08%90.59%-
XYZ58.0162.3224.6-
YUV202.8777.28148.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=42%
G=37.45%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120611300.110.510.0947.2971.0867.45
HexE7CE710B3392f4743
Octal347316161013631157107103
Binary1110011111001110111000101011110011100110111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE71; }

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

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

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

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

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

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

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

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