#EDD177

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

Shades of Golden Sand #EDD177

Tints of Golden Sand #EDD177

Color information

#EDD177 (or 0xEDD177) is unknown color: approx Golden Sand. HEX triplet: ED, D1 and 77. RGB value is (237,209,119). Sum of RGB (Red+Green+Blue) = 237+209+119=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD177 is #122E88. Grayscale: #CFCFCF. Windows color (decimal): -1191561 or 7852525. OLE color: 7852525.

HSL color Cylindrical-coordinate representation of color #EDD177: hue angle of 45.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD177 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237209119-
CMYK00.120.500.07
HSL45.76º76.62%69.8%-
HSV(B)45.76º49.79%92.94%-
XYZ61.0664.9426.77-
YUV207.1178.28149.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 119 (46.88% from 255) = 21.06%
R=41.95%
G=36.99%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720911900.120.500.0745.7676.6269.8
HexEDD1770C3272e4d46
Octal35532116701462756115106
Binary111011011101000111101110110011001011110111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD177; }

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

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

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

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

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

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

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

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