#E8C974

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

Shades of Golden Sand #E8C974

Tints of Golden Sand #E8C974

Color information

#E8C974 (or 0xE8C974) is unknown color: approx Golden Sand. HEX triplet: E8, C9 and 74. RGB value is (232,201,116). Sum of RGB (Red+Green+Blue) = 232+201+116=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C974 is #17368B. Grayscale: #C8C8C8. Windows color (decimal): -1521292 or 7653864. OLE color: 7653864.

HSL color Cylindrical-coordinate representation of color #E8C974: hue angle of 43.97º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8C974 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232201116-
CMYK00.130.500.09
HSL43.97º71.6%68.24%-
HSV(B)43.97º50%90.98%-
XYZ57.3260.1925.12-
YUV200.5880.27150.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 116 (45.70% from 255) = 21.13%
R=42.26%
G=36.61%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220111600.130.500.0943.9771.668.24
HexE8C9740D3292c4844
Octal350311164015621154110104
Binary1110100011001001111010001101110010100110110010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C974; }

 p { color: rgb(232,201,116); }

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

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

 a { background-color: rgb(232,201,116); }

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

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

 span { border-color: rgb(232,201,116); }

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