#E7CD71

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

Shades of Golden Sand #E7CD71

Tints of Golden Sand #E7CD71

Color information

#E7CD71 (or 0xE7CD71) is unknown color: approx Golden Sand. HEX triplet: E7, CD and 71. RGB value is (231,205,113). Sum of RGB (Red+Green+Blue) = 231+205+113=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD71 is #18328E. Grayscale: #CACACA. Windows color (decimal): -1585807 or 7458279. OLE color: 7458279.

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

Color convert

RGB231205113-
CMYK00.110.510.09
HSL46.78º71.08%67.45%-
HSV(B)46.78º51.08%90.59%-
XYZ57.7761.8424.52-
YUV202.2977.61148.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 113 (44.53% from 255) = 20.58%
R=42.08%
G=37.34%
B=20.58%

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
Decimal23120511300.110.510.0946.7871.0867.45
HexE7CD710B3392f4743
Octal347315161013631157107103
Binary1110011111001101111000101011110011100110111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD71; }

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

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

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

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

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

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

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

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