#EAD661

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

Shades of Golden Sand #EAD661

Tints of Golden Sand #EAD661

Color information

#EAD661 (or 0xEAD661) is unknown color: approx Golden Sand. HEX triplet: EA, D6 and 61. RGB value is (234,214,97). Sum of RGB (Red+Green+Blue) = 234+214+97=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD661 is #15299E. Grayscale: #CFCFCF. Windows color (decimal): -1386911 or 6412010. OLE color: 6412010.

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

Color convert

RGB23421497-
CMYK00.090.590.08
HSL51.24º76.54%64.9%-
HSV(B)51.24º58.55%91.76%-
XYZ60.1466.4520.97-
YUV206.6466.13147.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 97 (38.28% from 255) = 17.80%
R=42.94%
G=39.27%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342149700.090.590.0851.2476.5464.9
HexEAD661093B8334d41
Octal352326141011731063115101
Binary1110101011010110110000101001111011100011001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD661; }

 p { color: rgb(234,214,97); }

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

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

 a { background-color: rgb(234,214,97); }

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

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

 span { border-color: rgb(234,214,97); }

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