#EAC962

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

Shades of Golden Sand #EAC962

Tints of Golden Sand #EAC962

Color information

#EAC962 (or 0xEAC962) is unknown color: approx Golden Sand. HEX triplet: EA, C9 and 62. RGB value is (234,201,98). Sum of RGB (Red+Green+Blue) = 234+201+98=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC962 is #15369D. Grayscale: #C7C7C7. Windows color (decimal): -1390238 or 6474218. OLE color: 6474218.

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

Color convert

RGB23420198-
CMYK00.140.580.08
HSL45.44º76.4%65.1%-
HSV(B)45.44º58.12%91.76%-
XYZ57.0260.1520.16-
YUV199.1270.93152.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 201 (78.91% from 255) = 37.71%
BLUE value IS 98 (38.67% from 255) = 18.39%
R=43.90%
G=37.71%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342019800.140.580.0845.4476.465.1
HexEAC9620E3A82d4c41
Octal352311142016721055114101
Binary1110101011001001110001001110111010100010110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC962; }

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

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

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

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

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

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

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

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