#E1C662

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

Shades of Golden Sand #E1C662

Tints of Golden Sand #E1C662

Color information

#E1C662 (or 0xE1C662) is unknown color: approx Golden Sand. HEX triplet: E1, C6 and 62. RGB value is (225,198,98). Sum of RGB (Red+Green+Blue) = 225+198+98=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C662 is #1E399D. Grayscale: #C3C3C3. Windows color (decimal): -1980830 or 6473441. OLE color: 6473441.

HSL color Cylindrical-coordinate representation of color #E1C662: hue angle of 47.24º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1C662 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22519898-
CMYK00.120.560.12
HSL47.24º67.91%63.33%-
HSV(B)47.24º56.44%88.24%-
XYZ53.4557.2819.79-
YUV194.6773.45149.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 98 (38.67% from 255) = 18.81%
R=43.19%
G=38.00%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251989800.120.560.1247.2467.9163.33
HexE1C6620C38C2f443f
Octal34130614201470145710477
Binary111000011100011011000100110011100011001011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C662; }

 p { color: rgb(225,198,98); }

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

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

 a { background-color: rgb(225,198,98); }

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

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

 span { border-color: rgb(225,198,98); }

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