#E6CA6E

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

Shades of Golden Sand #E6CA6E

Tints of Golden Sand #E6CA6E

Color information

#E6CA6E (or 0xE6CA6E) is unknown color: approx Golden Sand. HEX triplet: E6, CA and 6E. RGB value is (230,202,110). Sum of RGB (Red+Green+Blue) = 230+202+110=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA6E is #193591. Grayscale: #C8C8C8. Windows color (decimal): -1652114 or 7260902. OLE color: 7260902.

HSL color Cylindrical-coordinate representation of color #E6CA6E: hue angle of 46º degrees, saturation: 0.71, 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 #E6CA6E is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230202110-
CMYK00.120.520.10
HSL46º70.59%66.67%-
HSV(B)46º52.17%90.2%-
XYZ56.5760.1923.39-
YUV199.8877.28149.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.44%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 110 (43.36% from 255) = 20.30%
R=42.44%
G=37.27%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020211000.120.520.104670.5966.67
HexE6CA6E0C34A2e4743
Octal346312156014641256107103
Binary1110011011001010110111001100110100101010111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CA6E; }

 p { color: rgb(230,202,110); }

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

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

 a { background-color: rgb(230,202,110); }

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

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

 span { border-color: rgb(230,202,110); }

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