#E3C95C

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

Shades of Golden Sand #E3C95C

Tints of Golden Sand #E3C95C

Color information

#E3C95C (or 0xE3C95C) is unknown color: approx Golden Sand. HEX triplet: E3, C9 and 5C. RGB value is (227,201,92). Sum of RGB (Red+Green+Blue) = 227+201+92=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C95C is #1C36A3. Grayscale: #C4C4C4. Windows color (decimal): -1848996 or 6080995. OLE color: 6080995.

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

Color convert

RGB22720192-
CMYK00.110.590.11
HSL48.44º70.68%62.55%-
HSV(B)48.44º59.47%89.02%-
XYZ54.558.8818.62-
YUV196.3569.11149.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.65%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 92 (36.33% from 255) = 17.69%
R=43.65%
G=38.65%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272019200.110.590.1148.4470.6862.55
HexE3C95C0B3BB30473f
Octal34331113401373136010777
Binary111000111100100110111000101111101110111100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C95C; }

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

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

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

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

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

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

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

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