#EDC661

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

Shades of Golden Sand #EDC661

Tints of Golden Sand #EDC661

Color information

#EDC661 (or 0xEDC661) is unknown color: approx Golden Sand. HEX triplet: ED, C6 and 61. RGB value is (237,198,97). Sum of RGB (Red+Green+Blue) = 237+198+97=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC661 is #12399E. Grayscale: #C6C6C6. Windows color (decimal): -1194399 or 6407917. OLE color: 6407917.

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

Color convert

RGB23719897-
CMYK00.160.590.07
HSL43.29º79.55%65.49%-
HSV(B)43.29º59.07%92.94%-
XYZ57.2859.2619.73-
YUV198.1570.92155.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=44.55%
G=37.22%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371989700.160.590.0743.2979.5565.49
HexEDC6610103B72b5041
Octal35530614102073753120101
Binary1110110111000110110000101000011101111110101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC661; }

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

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

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

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

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

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

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

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