#E7CA65

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

Shades of Golden Sand #E7CA65

Tints of Golden Sand #E7CA65

Color information

#E7CA65 (or 0xE7CA65) is unknown color: approx Golden Sand. HEX triplet: E7, CA and 65. RGB value is (231,202,101). Sum of RGB (Red+Green+Blue) = 231+202+101=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA65 is #18359A. Grayscale: #C7C7C7. Windows color (decimal): -1586587 or 6671079. OLE color: 6671079.

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

Color convert

RGB231202101-
CMYK00.130.560.09
HSL46.62º73.03%65.1%-
HSV(B)46.62º56.28%90.59%-
XYZ56.4260.1720.95-
YUV199.1672.61150.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=43.26%
G=37.83%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120210100.130.560.0946.6273.0365.1
HexE7CA650D3892f4941
Octal347312145015701157111101
Binary1110011111001010110010101101111000100110111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA65; }

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

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

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

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

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

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

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

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