#E1CC6B

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

Shades of Golden Sand #E1CC6B

Tints of Golden Sand #E1CC6B

Color information

#E1CC6B (or 0xE1CC6B) is unknown color: approx Golden Sand. HEX triplet: E1, CC and 6B. RGB value is (225,204,107). Sum of RGB (Red+Green+Blue) = 225+204+107=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC6B is #1E3394. Grayscale: #C7C7C7. Windows color (decimal): -1979285 or 7064801. OLE color: 7064801.

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

Color convert

RGB225204107-
CMYK00.090.520.12
HSL49.32º66.29%65.1%-
HSV(B)49.32º52.44%88.24%-
XYZ55.360.2522.63-
YUV199.2275.96146.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 107 (42.19% from 255) = 19.96%
R=41.98%
G=38.06%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520410700.090.520.1249.3266.2965.1
HexE1CC6B0934C314241
Octal341314153011641461102101
Binary1110000111001100110101101001110100110011000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC6B; }

 p { color: rgb(225,204,107); }

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

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

 a { background-color: rgb(225,204,107); }

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

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

 span { border-color: rgb(225,204,107); }

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