#E6C85D

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

Shades of Golden Sand #E6C85D

Tints of Golden Sand #E6C85D

Color information

#E6C85D (or 0xE6C85D) is unknown color: approx Golden Sand. HEX triplet: E6, C8 and 5D. RGB value is (230,200,93). Sum of RGB (Red+Green+Blue) = 230+200+93=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C85D is #1937A2. Grayscale: #C5C5C5. Windows color (decimal): -1652643 or 6146278. OLE color: 6146278.

HSL color Cylindrical-coordinate representation of color #E6C85D: hue angle of 46.86º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6C85D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23020093-
CMYK00.130.600.10
HSL46.86º73.26%63.33%-
HSV(B)46.86º59.57%90.2%-
XYZ55.2658.9218.82-
YUV196.7769.44151.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 93 (36.72% from 255) = 17.78%
R=43.98%
G=38.24%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302009300.130.600.1046.8673.2663.33
HexE6C85D0D3CA2f493f
Octal34631013501574125711177
Binary111001101100100010111010110111110010101011111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C85D; }

 p { color: rgb(230,200,93); }

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

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

 a { background-color: rgb(230,200,93); }

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

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

 span { border-color: rgb(230,200,93); }

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