#E7D26C

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

Shades of Golden Sand #E7D26C

Tints of Golden Sand #E7D26C

Color information

#E7D26C (or 0xE7D26C) is unknown color: approx Golden Sand. HEX triplet: E7, D2 and 6C. RGB value is (231,210,108). Sum of RGB (Red+Green+Blue) = 231+210+108=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D26C is #182D93. Grayscale: #CDCDCD. Windows color (decimal): -1584532 or 7131879. OLE color: 7131879.

HSL color Cylindrical-coordinate representation of color #E7D26C: hue angle of 49.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7D26C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB231210108-
CMYK00.090.530.09
HSL49.76º71.93%66.47%-
HSV(B)49.76º53.25%90.59%-
XYZ58.7164.1623.48-
YUV204.6573.46146.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 108 (42.58% from 255) = 19.67%
R=42.08%
G=38.25%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121010800.090.530.0949.7671.9366.47
HexE7D26C09359324842
Octal347322154011651162110102
Binary1110011111010010110110001001110101100111001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D26C; }

 p { color: rgb(231,210,108); }

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

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

 a { background-color: rgb(231,210,108); }

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

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

 span { border-color: rgb(231,210,108); }

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