#E7CA6F

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

Shades of Golden Sand #E7CA6F

Tints of Golden Sand #E7CA6F

Color information

#E7CA6F (or 0xE7CA6F) is unknown color: approx Golden Sand. HEX triplet: E7, CA and 6F. RGB value is (231,202,111). Sum of RGB (Red+Green+Blue) = 231+202+111=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA6F is #183590. Grayscale: #C8C8C8. Windows color (decimal): -1586577 or 7326439. OLE color: 7326439.

HSL color Cylindrical-coordinate representation of color #E7CA6F: hue angle of 45.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7CA6F is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231202111-
CMYK00.130.520.09
HSL45.5º71.43%67.06%-
HSV(B)45.5º51.95%90.59%-
XYZ56.9460.3823.69-
YUV200.377.61149.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 111 (43.75% from 255) = 20.40%
R=42.46%
G=37.13%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120211100.130.520.0945.571.4367.06
HexE7CA6F0D3492e4743
Octal347312157015641156107103
Binary1110011111001010110111101101110100100110111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA6F; }

 p { color: rgb(231,202,111); }

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

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

 a { background-color: rgb(231,202,111); }

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

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

 span { border-color: rgb(231,202,111); }

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