#E5C65D

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

Shades of Golden Sand #E5C65D

Tints of Golden Sand #E5C65D

Color information

#E5C65D (or 0xE5C65D) is unknown color: approx Golden Sand. HEX triplet: E5, C6 and 5D. RGB value is (229,198,93). Sum of RGB (Red+Green+Blue) = 229+198+93=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C65D is #1A39A2. Grayscale: #C3C3C3. Windows color (decimal): -1718691 or 6145765. OLE color: 6145765.

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

Color convert

RGB22919893-
CMYK00.140.590.10
HSL46.32º72.34%63.14%-
HSV(B)46.32º59.39%89.8%-
XYZ54.4857.8418.65-
YUV195.370.27152.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=44.04%
G=38.08%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291989300.140.590.1046.3272.3463.14
HexE5C65D0E3BA2e483f
Octal34530613501673125611077
Binary111001011100011010111010111011101110101011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C65D; }

 p { color: rgb(229,198,93); }

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

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

 a { background-color: rgb(229,198,93); }

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

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

 span { border-color: rgb(229,198,93); }

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