#E3C85C

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

Shades of Golden Sand #E3C85C

Tints of Golden Sand #E3C85C

Color information

#E3C85C (or 0xE3C85C) is unknown color: approx Golden Sand. HEX triplet: E3, C8 and 5C. RGB value is (227,200,92). Sum of RGB (Red+Green+Blue) = 227+200+92=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C85C is #1C37A3. Grayscale: #C4C4C4. Windows color (decimal): -1849252 or 6080739. OLE color: 6080739.

HSL color Cylindrical-coordinate representation of color #E3C85C: hue angle of 48º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3C85C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22720092-
CMYK00.120.590.11
HSL48º70.68%62.55%-
HSV(B)48º59.47%89.02%-
XYZ54.2658.4118.54-
YUV195.7669.45150.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.74%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 92 (36.33% from 255) = 17.73%
R=43.74%
G=38.54%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272009200.120.590.114870.6862.55
HexE3C85C0C3BB30473f
Octal34331013401473136010777
Binary111000111100100010111000110011101110111100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C85C; }

 p { color: rgb(227,200,92); }

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

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

 a { background-color: rgb(227,200,92); }

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

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

 span { border-color: rgb(227,200,92); }

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