#E7CF71

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

Shades of Golden Sand #E7CF71

Tints of Golden Sand #E7CF71

Color information

#E7CF71 (or 0xE7CF71) is unknown color: approx Golden Sand. HEX triplet: E7, CF and 71. RGB value is (231,207,113). Sum of RGB (Red+Green+Blue) = 231+207+113=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF71 is #18308E. Grayscale: #CBCBCB. Windows color (decimal): -1585295 or 7458791. OLE color: 7458791.

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

Color convert

RGB231207113-
CMYK00.100.510.09
HSL47.8º71.08%67.45%-
HSV(B)47.8º51.08%90.59%-
XYZ58.2562.8124.68-
YUV203.4676.95147.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 113 (44.53% from 255) = 20.51%
R=41.92%
G=37.57%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120711300.100.510.0947.871.0867.45
HexE7CF710A339304743
Octal347317161012631160107103
Binary1110011111001111111000101010110011100111000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CF71; }

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

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

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

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

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

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

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

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