#E7C85F

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

Shades of Golden Sand #E7C85F

Tints of Golden Sand #E7C85F

Color information

#E7C85F (or 0xE7C85F) is unknown color: approx Golden Sand. HEX triplet: E7, C8 and 5F. RGB value is (231,200,95). Sum of RGB (Red+Green+Blue) = 231+200+95=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C85F is #1837A0. Grayscale: #C5C5C5. Windows color (decimal): -1587105 or 6277351. OLE color: 6277351.

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

Color convert

RGB23120095-
CMYK00.130.590.09
HSL46.32º73.91%63.92%-
HSV(B)46.32º58.87%90.59%-
XYZ55.6759.1219.3-
YUV197.370.27152.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=43.92%
G=38.02%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312009500.130.590.0946.3273.9163.92
HexE7C85F0D3B92e4a40
Octal347310137015731156112100
Binary1110011111001000101111101101111011100110111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C85F; }

 p { color: rgb(231,200,95); }

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

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

 a { background-color: rgb(231,200,95); }

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

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

 span { border-color: rgb(231,200,95); }

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