#EDC561

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

Shades of Golden Sand #EDC561

Tints of Golden Sand #EDC561

Color information

#EDC561 (or 0xEDC561) is unknown color: approx Golden Sand. HEX triplet: ED, C5 and 61. RGB value is (237,197,97). Sum of RGB (Red+Green+Blue) = 237+197+97=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC561 is #123A9E. Grayscale: #C5C5C5. Windows color (decimal): -1194655 or 6407661. OLE color: 6407661.

HSL color Cylindrical-coordinate representation of color #EDC561: hue angle of 42.86º 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 #EDC561 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23719797-
CMYK00.170.590.07
HSL42.86º79.55%65.49%-
HSV(B)42.86º59.07%92.94%-
XYZ57.0558.819.65-
YUV197.5671.25156.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=44.63%
G=37.10%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371979700.170.590.0742.8679.5565.49
HexEDC5610113B72b5041
Octal35530514102173753120101
Binary1110110111000101110000101000111101111110101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC561; }

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

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

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

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

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

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

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

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