#EAC75F

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

Shades of Golden Sand #EAC75F

Tints of Golden Sand #EAC75F

Color information

#EAC75F (or 0xEAC75F) is unknown color: approx Golden Sand. HEX triplet: EA, C7 and 5F. RGB value is (234,199,95). Sum of RGB (Red+Green+Blue) = 234+199+95=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC75F is #1538A0. Grayscale: #C6C6C6. Windows color (decimal): -1390753 or 6277098. OLE color: 6277098.

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

Color convert

RGB23419995-
CMYK00.150.590.08
HSL44.89º76.8%64.51%-
HSV(B)44.89º59.4%91.76%-
XYZ56.4259.1719.27-
YUV197.6170.1153.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 95 (37.5% from 255) = 17.99%
R=44.32%
G=37.69%
B=17.99%

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
Decimal2341999500.150.590.0844.8976.864.51
HexEAC75F0F3B82d4d41
Octal352307137017731055115101
Binary1110101011000111101111101111111011100010110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC75F; }

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

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

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

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

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

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

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

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