#EAD16D

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

Shades of Golden Sand #EAD16D

Tints of Golden Sand #EAD16D

Color information

#EAD16D (or 0xEAD16D) is unknown color: approx Golden Sand. HEX triplet: EA, D1 and 6D. RGB value is (234,209,109). Sum of RGB (Red+Green+Blue) = 234+209+109=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD16D is #152E92. Grayscale: #CDCDCD. Windows color (decimal): -1388179 or 7197162. OLE color: 7197162.

HSL color Cylindrical-coordinate representation of color #EAD16D: hue angle of 48º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAD16D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234209109-
CMYK00.110.530.08
HSL48º74.85%67.25%-
HSV(B)48º53.42%91.76%-
XYZ59.4964.223.72-
YUV205.0873.78148.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 109 (42.97% from 255) = 19.75%
R=42.39%
G=37.86%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420910900.110.530.084874.8567.25
HexEAD16D0B358304b43
Octal352321155013651060113103
Binary1110101011010001110110101011110101100011000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD16D; }

 p { color: rgb(234,209,109); }

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

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

 a { background-color: rgb(234,209,109); }

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

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

 span { border-color: rgb(234,209,109); }

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