#EAC55F

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

Shades of Golden Sand #EAC55F

Tints of Golden Sand #EAC55F

Color information

#EAC55F (or 0xEAC55F) is unknown color: approx Golden Sand. HEX triplet: EA, C5 and 5F. RGB value is (234,197,95). Sum of RGB (Red+Green+Blue) = 234+197+95=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC55F is #153AA0. Grayscale: #C4C4C4. Windows color (decimal): -1391265 or 6276586. OLE color: 6276586.

HSL color Cylindrical-coordinate representation of color #EAC55F: hue angle of 44.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC55F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23419795-
CMYK00.160.590.08
HSL44.03º76.8%64.51%-
HSV(B)44.03º59.4%91.76%-
XYZ55.9658.2519.12-
YUV196.4470.76154.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=44.49%
G=37.45%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341979500.160.590.0844.0376.864.51
HexEAC55F0103B82c4d41
Octal352305137020731054115101
Binary11101010110001011011111010000111011100010110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC55F; }

 p { color: rgb(234,197,95); }

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

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

 a { background-color: rgb(234,197,95); }

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

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

 span { border-color: rgb(234,197,95); }

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