#E1C969

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

Shades of Golden Sand #E1C969

Tints of Golden Sand #E1C969

Color information

#E1C969 (or 0xE1C969) is unknown color: approx Golden Sand. HEX triplet: E1, C9 and 69. RGB value is (225,201,105). Sum of RGB (Red+Green+Blue) = 225+201+105=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C969 is #1E3696. Grayscale: #C5C5C5. Windows color (decimal): -1980055 or 6932961. OLE color: 6932961.

HSL color Cylindrical-coordinate representation of color #E1C969: hue angle of 48º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1C969 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225201105-
CMYK00.110.530.12
HSL48º66.67%64.71%-
HSV(B)48º53.33%88.24%-
XYZ54.4958.821.84-
YUV197.2375.95147.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=42.37%
G=37.85%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520110500.110.530.124866.6764.71
HexE1C9690B35C304341
Octal341311151013651460103101
Binary1110000111001001110100101011110101110011000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C969; }

 p { color: rgb(225,201,105); }

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

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

 a { background-color: rgb(225,201,105); }

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

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

 span { border-color: rgb(225,201,105); }

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