#E8C265

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

Shades of Golden Sand #E8C265

Tints of Golden Sand #E8C265

Color information

#E8C265 (or 0xE8C265) is unknown color: approx Golden Sand. HEX triplet: E8, C2 and 65. RGB value is (232,194,101). Sum of RGB (Red+Green+Blue) = 232+194+101=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C265 is #173D9A. Grayscale: #C3C3C3. Windows color (decimal): -1523099 or 6669032. OLE color: 6669032.

HSL color Cylindrical-coordinate representation of color #E8C265: hue angle of 42.6º degrees, saturation: 0.74, 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 #E8C265 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB232194101-
CMYK00.160.560.09
HSL42.6º74.01%65.29%-
HSV(B)42.6º56.47%90.98%-
XYZ54.9256.6820.36-
YUV194.7675.09154.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=44.02%
G=36.81%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219410100.160.560.0942.674.0165.29
HexE8C2650103892b4a41
Octal350302145020701153112101
Binary11101000110000101100101010000111000100110101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C265; }

 p { color: rgb(232,194,101); }

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

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

 a { background-color: rgb(232,194,101); }

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

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

 span { border-color: rgb(232,194,101); }

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