#EAD16C

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

Shades of Golden Sand #EAD16C

Tints of Golden Sand #EAD16C

Color information

#EAD16C (or 0xEAD16C) is unknown color: approx Golden Sand. HEX triplet: EA, D1 and 6C. RGB value is (234,209,108). Sum of RGB (Red+Green+Blue) = 234+209+108=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD16C is #152E93. Grayscale: #CDCDCD. Windows color (decimal): -1388180 or 7131626. OLE color: 7131626.

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

Color convert

RGB234209108-
CMYK00.110.540.08
HSL48.1º75%67.06%-
HSV(B)48.1º53.85%91.76%-
XYZ59.4464.1823.44-
YUV204.9673.28148.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 209 (82.03% from 255) = 37.93%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=42.47%
G=37.93%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420910800.110.540.0848.17567.06
HexEAD16C0B368304b43
Octal352321154013661060113103
Binary1110101011010001110110001011110110100011000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD16C; }

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

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

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

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

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

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

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

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