#EDD16F

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

Shades of Golden Sand #EDD16F

Tints of Golden Sand #EDD16F

Color information

#EDD16F (or 0xEDD16F) is unknown color: approx Golden Sand. HEX triplet: ED, D1 and 6F. RGB value is (237,209,111). Sum of RGB (Red+Green+Blue) = 237+209+111=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD16F is #122E90. Grayscale: #CECECE. Windows color (decimal): -1191569 or 7328237. OLE color: 7328237.

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

Color convert

RGB237209111-
CMYK00.120.530.07
HSL46.67º77.78%68.24%-
HSV(B)46.67º53.16%92.94%-
XYZ60.5964.7524.34-
YUV206.274.28149.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 111 (43.75% from 255) = 19.93%
R=42.55%
G=37.52%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720911100.120.530.0746.6777.7868.24
HexEDD16F0C3572f4e44
Octal35532115701465757116104
Binary111011011101000111011110110011010111110111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD16F; }

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

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

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

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

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

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

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

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