#E1CE69

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

Shades of Golden Sand #E1CE69

Tints of Golden Sand #E1CE69

Color information

#E1CE69 (or 0xE1CE69) is unknown color: approx Golden Sand. HEX triplet: E1, CE and 69. RGB value is (225,206,105). Sum of RGB (Red+Green+Blue) = 225+206+105=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE69 is #1E3196. Grayscale: #C8C8C8. Windows color (decimal): -1978775 or 6934241. OLE color: 6934241.

HSL color Cylindrical-coordinate representation of color #E1CE69: hue angle of 50.5º 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 #E1CE69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225206105-
CMYK00.080.530.12
HSL50.5º66.67%64.71%-
HSV(B)50.5º53.33%88.24%-
XYZ55.6761.1722.24-
YUV200.1774.29145.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=41.98%
G=38.43%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520610500.080.530.1250.566.6764.71
HexE1CE690835C324341
Octal341316151010651462103101
Binary1110000111001110110100101000110101110011001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE69; }

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

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

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

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

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

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

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

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