#E5C261

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

Shades of Golden Sand #E5C261

Tints of Golden Sand #E5C261

Color information

#E5C261 (or 0xE5C261) is unknown color: approx Golden Sand. HEX triplet: E5, C2 and 61. RGB value is (229,194,97). Sum of RGB (Red+Green+Blue) = 229+194+97=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C261 is #1A3D9E. Grayscale: #C1C1C1. Windows color (decimal): -1719711 or 6406885. OLE color: 6406885.

HSL color Cylindrical-coordinate representation of color #E5C261: hue angle of 44.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C261 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB22919497-
CMYK00.150.580.10
HSL44.09º71.74%63.92%-
HSV(B)44.09º57.64%89.8%-
XYZ53.7656.119.3-
YUV193.4173.6153.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=44.04%
G=37.31%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291949700.150.580.1044.0971.7463.92
HexE5C2610F3AA2c4840
Octal345302141017721254110100
Binary1110010111000010110000101111111010101010110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C261; }

 p { color: rgb(229,194,97); }

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

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

 a { background-color: rgb(229,194,97); }

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

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

 span { border-color: rgb(229,194,97); }

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