#EAC874

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

Shades of Golden Sand #EAC874

Tints of Golden Sand #EAC874

Color information

#EAC874 (or 0xEAC874) is unknown color: approx Golden Sand. HEX triplet: EA, C8 and 74. RGB value is (234,200,116). Sum of RGB (Red+Green+Blue) = 234+200+116=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC874 is #15378B. Grayscale: #C8C8C8. Windows color (decimal): -1390476 or 7653610. OLE color: 7653610.

HSL color Cylindrical-coordinate representation of color #EAC874: hue angle of 42.71º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC874 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234200116-
CMYK00.150.500.08
HSL42.71º73.75%68.63%-
HSV(B)42.71º50.43%91.76%-
XYZ57.7460.0625.07-
YUV200.5980.26151.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 116 (45.70% from 255) = 21.09%
R=42.55%
G=36.36%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420011600.150.500.0842.7173.7568.63
HexEAC8740F3282b4a45
Octal352310164017621053112105
Binary1110101011001000111010001111110010100010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC874; }

 p { color: rgb(234,200,116); }

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

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

 a { background-color: rgb(234,200,116); }

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

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

 span { border-color: rgb(234,200,116); }

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