#EAD766

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

Shades of Golden Sand #EAD766

Tints of Golden Sand #EAD766

Color information

#EAD766 (or 0xEAD766) is unknown color: approx Golden Sand. HEX triplet: EA, D7 and 66. RGB value is (234,215,102). Sum of RGB (Red+Green+Blue) = 234+215+102=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD766 is #152899. Grayscale: #D0D0D0. Windows color (decimal): -1386650 or 6739946. OLE color: 6739946.

HSL color Cylindrical-coordinate representation of color #EAD766: hue angle of 51.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAD766 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234215102-
CMYK00.080.560.08
HSL51.36º75.86%65.88%-
HSV(B)51.36º56.41%91.76%-
XYZ60.6367.0522.32-
YUV207.868.29146.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 102 (40.23% from 255) = 18.51%
R=42.47%
G=39.02%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421510200.080.560.0851.3675.8665.88
HexEAD76608388334c42
Octal352327146010701063114102
Binary1110101011010111110011001000111000100011001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD766; }

 p { color: rgb(234,215,102); }

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

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

 a { background-color: rgb(234,215,102); }

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

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

 span { border-color: rgb(234,215,102); }

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