#eada64

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

Shades of Golden Sand #EADA64

Tints of Golden Sand #EADA64

Color information

#EADA64 (or 0xEADA64) is unknown color: approx Golden Sand. HEX triplet: EA, DA and 64. RGB value is (234,218,100). Sum of RGB (Red+Green+Blue) = 234+218+100=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA64 is #15259B. Grayscale: #D1D1D1. Windows color (decimal): -1385884 or 6609642. OLE color: 6609642.

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

Color convert

RGB234218100-
CMYK00.070.570.08
HSL52.84º76.14%65.49%-
HSV(B)52.84º57.26%91.76%-
XYZ61.368.5622.06-
YUV209.3366.3145.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 100 (39.45% from 255) = 18.12%
R=42.39%
G=39.49%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421810000.070.570.0852.8476.1465.49
HexEADA6407398354c41
Octal35233214407711065114101
Binary111010101101101011001000111111001100011010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eada64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eada64; }

 p { color: rgb(234,218,100); }

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

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

 a { background-color: rgb(234,218,100); }

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

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

 span { border-color: rgb(234,218,100); }

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