#EADB66

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

Shades of Golden Sand #EADB66

Tints of Golden Sand #EADB66

Color information

#EADB66 (or 0xEADB66) is unknown color: approx Golden Sand. HEX triplet: EA, DB and 66. RGB value is (234,219,102). Sum of RGB (Red+Green+Blue) = 234+219+102=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB66 is #152499. Grayscale: #D2D2D2. Windows color (decimal): -1385626 or 6740970. OLE color: 6740970.

HSL color Cylindrical-coordinate representation of color #EADB66: hue angle of 53.18º 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 #EADB66 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234219102-
CMYK00.060.560.08
HSL53.18º75.86%65.88%-
HSV(B)53.18º56.41%91.76%-
XYZ61.6669.1122.66-
YUV210.1566.97145.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 102 (40.23% from 255) = 18.38%
R=42.16%
G=39.46%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421910200.060.560.0853.1875.8665.88
HexEADB6606388354c42
Octal35233314606701065114102
Binary111010101101101111001100110111000100011010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB66; }

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

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

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

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

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

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

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

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