#EDC564

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

Shades of Golden Sand #EDC564

Tints of Golden Sand #EDC564

Color information

#EDC564 (or 0xEDC564) is unknown color: approx Golden Sand. HEX triplet: ED, C5 and 64. RGB value is (237,197,100). Sum of RGB (Red+Green+Blue) = 237+197+100=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC564 is #123A9B. Grayscale: #C6C6C6. Windows color (decimal): -1194652 or 6604269. OLE color: 6604269.

HSL color Cylindrical-coordinate representation of color #EDC564: hue angle of 42.48º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDC564 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB237197100-
CMYK00.170.580.07
HSL42.48º79.19%66.08%-
HSV(B)42.48º57.81%92.94%-
XYZ57.1958.8620.4-
YUV197.972.75155.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=44.38%
G=36.89%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719710000.170.580.0742.4879.1966.08
HexEDC5640113A72a4f42
Octal35530514402172752117102
Binary1110110111000101110010001000111101011110101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC564; }

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

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

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

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

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

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

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

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