#E8D061

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

Shades of Golden Sand #E8D061

Tints of Golden Sand #E8D061

Color information

#E8D061 (or 0xE8D061) is unknown color: approx Golden Sand. HEX triplet: E8, D0 and 61. RGB value is (232,208,97). Sum of RGB (Red+Green+Blue) = 232+208+97=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D061 is #172F9E. Grayscale: #CACACA. Windows color (decimal): -1519519 or 6410472. OLE color: 6410472.

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

Color convert

RGB23220897-
CMYK00.100.580.09
HSL49.33º74.59%64.51%-
HSV(B)49.33º58.19%90.98%-
XYZ57.9963.1320.44-
YUV202.5268.45149.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.20%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=43.20%
G=38.73%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322089700.100.580.0949.3374.5964.51
HexE8D0610A3A9314b41
Octal350320141012721161113101
Binary1110100011010000110000101010111010100111000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D061; }

 p { color: rgb(232,208,97); }

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

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

 a { background-color: rgb(232,208,97); }

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

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

 span { border-color: rgb(232,208,97); }

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