#E8D364

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

Shades of Golden Sand #E8D364

Tints of Golden Sand #E8D364

Color information

#E8D364 (or 0xE8D364) is unknown color: approx Golden Sand. HEX triplet: E8, D3 and 64. RGB value is (232,211,100). Sum of RGB (Red+Green+Blue) = 232+211+100=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D364 is #172C9B. Grayscale: #CDCDCD. Windows color (decimal): -1518748 or 6607848. OLE color: 6607848.

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

Color convert

RGB232211100-
CMYK00.090.570.09
HSL50.45º74.16%65.1%-
HSV(B)50.45º56.9%90.98%-
XYZ58.8764.6621.44-
YUV204.6268.96147.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.73%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 100 (39.45% from 255) = 18.42%
R=42.73%
G=38.86%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221110000.090.570.0950.4574.1665.1
HexE8D36409399324a41
Octal350323144011711162112101
Binary1110100011010011110010001001111001100111001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D364; }

 p { color: rgb(232,211,100); }

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

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

 a { background-color: rgb(232,211,100); }

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

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

 span { border-color: rgb(232,211,100); }

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