#EAC65F

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

Shades of Golden Sand #EAC65F

Tints of Golden Sand #EAC65F

Color information

#EAC65F (or 0xEAC65F) is unknown color: approx Golden Sand. HEX triplet: EA, C6 and 5F. RGB value is (234,198,95). Sum of RGB (Red+Green+Blue) = 234+198+95=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC65F is #1539A0. Grayscale: #C5C5C5. Windows color (decimal): -1391009 or 6276842. OLE color: 6276842.

HSL color Cylindrical-coordinate representation of color #EAC65F: hue angle of 44.46º 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 #EAC65F is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23419895-
CMYK00.150.590.08
HSL44.46º76.8%64.51%-
HSV(B)44.46º59.4%91.76%-
XYZ56.1958.7119.2-
YUV197.0270.43154.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 95 (37.5% from 255) = 18.03%
R=44.40%
G=37.57%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341989500.150.590.0844.4676.864.51
HexEAC65F0F3B82c4d41
Octal352306137017731054115101
Binary1110101011000110101111101111111011100010110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC65F; }

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

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

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

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

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

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

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

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