#E7C560

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

Shades of Golden Sand #E7C560

Tints of Golden Sand #E7C560

Color information

#E7C560 (or 0xE7C560) is unknown color: approx Golden Sand. HEX triplet: E7, C5 and 60. RGB value is (231,197,96). Sum of RGB (Red+Green+Blue) = 231+197+96=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C560 is #183A9F. Grayscale: #C4C4C4. Windows color (decimal): -1587872 or 6342119. OLE color: 6342119.

HSL color Cylindrical-coordinate representation of color #E7C560: hue angle of 44.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7C560 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23119796-
CMYK00.150.580.09
HSL44.89º73.77%64.12%-
HSV(B)44.89º58.44%90.59%-
XYZ55.0357.7719.32-
YUV195.6571.76153.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=44.08%
G=37.60%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311979600.150.580.0944.8973.7764.12
HexE7C5600F3A92d4a40
Octal347305140017721155112100
Binary1110011111000101110000001111111010100110110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C560; }

 p { color: rgb(231,197,96); }

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

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

 a { background-color: rgb(231,197,96); }

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

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

 span { border-color: rgb(231,197,96); }

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