#EAC95F

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

Shades of Golden Sand #EAC95F

Tints of Golden Sand #EAC95F

Color information

#EAC95F (or 0xEAC95F) is unknown color: approx Golden Sand. HEX triplet: EA, C9 and 5F. RGB value is (234,201,95). Sum of RGB (Red+Green+Blue) = 234+201+95=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC95F is #1536A0. Grayscale: #C7C7C7. Windows color (decimal): -1390241 or 6277610. OLE color: 6277610.

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

Color convert

RGB23420195-
CMYK00.140.590.08
HSL45.76º76.8%64.51%-
HSV(B)45.76º59.4%91.76%-
XYZ56.8860.0919.43-
YUV198.7869.43153.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 95 (37.5% from 255) = 17.92%
R=44.15%
G=37.92%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342019500.140.590.0845.7676.864.51
HexEAC95F0E3B82e4d41
Octal352311137016731056115101
Binary1110101011001001101111101110111011100010111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC95F; }

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

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

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

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

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

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

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

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