#E3D366

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

Shades of Golden Sand #E3D366

Tints of Golden Sand #E3D366

Color information

#E3D366 (or 0xE3D366) is unknown color: approx Golden Sand. HEX triplet: E3, D3 and 66. RGB value is (227,211,102). Sum of RGB (Red+Green+Blue) = 227+211+102=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D366 is #1C2C99. Grayscale: #CBCBCB. Windows color (decimal): -1846426 or 6738915. OLE color: 6738915.

HSL color Cylindrical-coordinate representation of color #E3D366: hue angle of 52.32º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3D366 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB227211102-
CMYK00.070.550.11
HSL52.32º69.06%64.51%-
HSV(B)52.32º55.07%89.02%-
XYZ57.3763.8821.88-
YUV203.3670.8144.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 211 (82.81% from 255) = 39.07%
BLUE value IS 102 (40.23% from 255) = 18.89%
R=42.04%
G=39.07%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721110200.070.550.1152.3269.0664.51
HexE3D3660737B344541
Octal34332314607671364105101
Binary111000111101001111001100111110111101111010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D366; }

 p { color: rgb(227,211,102); }

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

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

 a { background-color: rgb(227,211,102); }

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

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

 span { border-color: rgb(227,211,102); }

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