#E5C86D

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

Shades of Golden Sand #E5C86D

Tints of Golden Sand #E5C86D

Color information

#E5C86D (or 0xE5C86D) is unknown color: approx Golden Sand. HEX triplet: E5, C8 and 6D. RGB value is (229,200,109). Sum of RGB (Red+Green+Blue) = 229+200+109=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C86D is #1A3792. Grayscale: #C6C6C6. Windows color (decimal): -1718163 or 7194853. OLE color: 7194853.

HSL color Cylindrical-coordinate representation of color #E5C86D: hue angle of 45.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5C86D is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229200109-
CMYK00.130.520.10
HSL45.5º69.77%66.27%-
HSV(B)45.5º52.4%89.8%-
XYZ55.7359.0722.93-
YUV198.377.61149.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=42.57%
G=37.17%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920010900.130.520.1045.569.7766.27
HexE5C86D0D34A2e4642
Octal345310155015641256106102
Binary1110010111001000110110101101110100101010111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C86D; }

 p { color: rgb(229,200,109); }

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

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

 a { background-color: rgb(229,200,109); }

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

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

 span { border-color: rgb(229,200,109); }

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