#E2C563

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

Shades of Golden Sand #E2C563

Tints of Golden Sand #E2C563

Color information

#E2C563 (or 0xE2C563) is unknown color: approx Golden Sand. HEX triplet: E2, C5 and 63. RGB value is (226,197,99). Sum of RGB (Red+Green+Blue) = 226+197+99=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C563 is #1D3A9C. Grayscale: #C2C2C2. Windows color (decimal): -1915549 or 6538722. OLE color: 6538722.

HSL color Cylindrical-coordinate representation of color #E2C563: hue angle of 46.3º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2C563 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB22619799-
CMYK00.130.560.11
HSL46.3º68.65%63.73%-
HSV(B)46.3º56.19%88.63%-
XYZ53.585719.98-
YUV194.574.11150.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 197 (77.34% from 255) = 37.74%
BLUE value IS 99 (39.06% from 255) = 18.97%
R=43.30%
G=37.74%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261979900.130.560.1146.368.6563.73
HexE2C5630D38B2e4540
Octal342305143015701356105100
Binary1110001011000101110001101101111000101110111010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C563; }

 p { color: rgb(226,197,99); }

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

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

 a { background-color: rgb(226,197,99); }

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

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

 span { border-color: rgb(226,197,99); }

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