#EDD161

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

Shades of Golden Sand #EDD161

Tints of Golden Sand #EDD161

Color information

#EDD161 (or 0xEDD161) is unknown color: approx Golden Sand. HEX triplet: ED, D1 and 61. RGB value is (237,209,97). Sum of RGB (Red+Green+Blue) = 237+209+97=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD161 is #122E9E. Grayscale: #CDCDCD. Windows color (decimal): -1191583 or 6410733. OLE color: 6410733.

HSL color Cylindrical-coordinate representation of color #EDD161: hue angle of 48º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD161 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23720997-
CMYK00.120.590.07
HSL48º79.55%65.49%-
HSV(B)48º59.07%92.94%-
XYZ59.8864.4720.6-
YUV204.667.28151.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 97 (38.28% from 255) = 17.86%
R=43.65%
G=38.49%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372099700.120.590.074879.5565.49
HexEDD1610C3B7305041
Octal35532114101473760120101
Binary111011011101000111000010110011101111111000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD161; }

 p { color: rgb(237,209,97); }

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

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

 a { background-color: rgb(237,209,97); }

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

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

 span { border-color: rgb(237,209,97); }

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