#EAC95D

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

Shades of Golden Sand #EAC95D

Tints of Golden Sand #EAC95D

Color information

#EAC95D (or 0xEAC95D) is unknown color: approx Golden Sand. HEX triplet: EA, C9 and 5D. RGB value is (234,201,93). Sum of RGB (Red+Green+Blue) = 234+201+93=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC95D is #1536A2. Grayscale: #C7C7C7. Windows color (decimal): -1390243 or 6146538. OLE color: 6146538.

HSL color Cylindrical-coordinate representation of color #EAC95D: hue angle of 45.96º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAC95D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23420193-
CMYK00.140.600.08
HSL45.96º77.05%64.12%-
HSV(B)45.96º60.26%91.76%-
XYZ56.7960.0618.95-
YUV198.5568.43153.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 93 (36.72% from 255) = 17.61%
R=44.32%
G=38.07%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342019300.140.600.0845.9677.0564.12
HexEAC95D0E3C82e4d40
Octal352311135016741056115100
Binary1110101011001001101110101110111100100010111010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC95D; }

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

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

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

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

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

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

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

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