#E3D260

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

Shades of Golden Sand #E3D260

Tints of Golden Sand #E3D260

Color information

#E3D260 (or 0xE3D260) is unknown color: approx Golden Sand. HEX triplet: E3, D2 and 60. RGB value is (227,210,96). Sum of RGB (Red+Green+Blue) = 227+210+96=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D260 is #1C2D9F. Grayscale: #CACACA. Windows color (decimal): -1846688 or 6345443. OLE color: 6345443.

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

Color convert

RGB22721096-
CMYK00.070.580.11
HSL52.21º70.05%63.33%-
HSV(B)52.21º57.71%89.02%-
XYZ56.8463.2720.28-
YUV202.0968.13145.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.59%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 96 (37.89% from 255) = 18.01%
R=42.59%
G=39.40%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272109600.070.580.1152.2170.0563.33
HexE3D260073AB34463f
Octal3433221400772136410677
Binary11100011110100101100000011111101010111101001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D260; }

 p { color: rgb(227,210,96); }

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

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

 a { background-color: rgb(227,210,96); }

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

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

 span { border-color: rgb(227,210,96); }

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