#E6CE6F

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

Shades of Golden Sand #E6CE6F

Tints of Golden Sand #E6CE6F

Color information

#E6CE6F (or 0xE6CE6F) is unknown color: approx Golden Sand. HEX triplet: E6, CE and 6F. RGB value is (230,206,111). Sum of RGB (Red+Green+Blue) = 230+206+111=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CE6F is #193190. Grayscale: #CACACA. Windows color (decimal): -1651089 or 7327462. OLE color: 7327462.

HSL color Cylindrical-coordinate representation of color #E6CE6F: hue angle of 47.9º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6CE6F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230206111-
CMYK00.100.520.10
HSL47.9º70.41%66.86%-
HSV(B)47.9º51.74%90.2%-
XYZ57.5762.1123.99-
YUV202.3576.45147.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 111 (43.75% from 255) = 20.29%
R=42.05%
G=37.66%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020611100.100.520.1047.970.4166.86
HexE6CE6F0A34A304643
Octal346316157012641260106103
Binary1110011011001110110111101010110100101011000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CE6F; }

 p { color: rgb(230,206,111); }

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

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

 a { background-color: rgb(230,206,111); }

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

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

 span { border-color: rgb(230,206,111); }

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