#E7D066

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

Shades of Golden Sand #E7D066

Tints of Golden Sand #E7D066

Color information

#E7D066 (or 0xE7D066) is unknown color: approx Golden Sand. HEX triplet: E7, D0 and 66. RGB value is (231,208,102). Sum of RGB (Red+Green+Blue) = 231+208+102=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D066 is #182F99. Grayscale: #CBCBCB. Windows color (decimal): -1585050 or 6738151. OLE color: 6738151.

HSL color Cylindrical-coordinate representation of color #E7D066: hue angle of 49.3º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7D066 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB231208102-
CMYK00.100.560.09
HSL49.3º72.88%65.29%-
HSV(B)49.3º55.84%90.59%-
XYZ57.9163.0621.69-
YUV202.7971.12148.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=42.70%
G=38.45%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120810200.100.560.0949.372.8865.29
HexE7D0660A389314941
Octal347320146012701161111101
Binary1110011111010000110011001010111000100111000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D066; }

 p { color: rgb(231,208,102); }

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

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

 a { background-color: rgb(231,208,102); }

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

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

 span { border-color: rgb(231,208,102); }

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